diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..9d30db3fe471cc4a3c6dbaf2e7f9ffd88e047940 --- /dev/null +++ b/README.md @@ -0,0 +1,59 @@ +--- +license: apache-2.0 +task_categories: +- other +tags: +- computer-use +- gui-agents +- synthetic +- multi-application +pretty_name: SynthUX Computer-Use (economy sim) +--- + +# SynthUX Computer-Use Dataset — economy sim r1 + +Grounded visual computer-use trajectories generated by SynthUX. Each record is +one worker's device session inside a simulated company: a goal expands into a +node tree, terminal nodes drive real desktop-simulator apps (Terminal, Notes, +VS Code, Browser, Slack/Teams, Mail, Sheets, Slides, …) through low-level +mouse/keyboard input, and the observed trajectory is recorded as a screen video +plus per-node frames. + +App-native multi-application execution (no workbench overlay), per-actor content +diversity, cross-OS messaging, and large multi-company economies. Each economy +simulation is published as its own dataset repo. + +## Contents + +- `data.jsonl` — one record per rendered trajectory. +- `screenshots//.png` — a frame per terminal node, taken + at that node's last input event. +- `videos/.webm` — the full screen recording. + +## Record schema + +| field | meaning | +|---|---| +| `trajectory_id` | unique id (`__`) | +| `actor_id`, `company`, `role_id`, `title` | who, in which org | +| `env` | simulator: `macos-web-next` / `windows-web-next` / `browser-os` | +| `goal` | natural-language goal for the session | +| `tree.nodes` | the actor's terminal nodes (`surface`, `action`, `target`, `args`) | +| `trajectory.input_events` | dense low-level mouse/keyboard/script events with `t_ms` | +| `trajectory.observations` | causal simulator state after each node | +| `trajectory.alignment` | links observations + input-event ranges to node ids | +| `media.video` | screen recording (webm) | +| `media.frames` | per-node PNG frames (node_id, t_ms, blob_ref) | + +## Stats (this build) + +- trajectories: **36** +- videos: 36 · frames: 823 +- companies: 6 +- by env: browser-os (8), macos-web-next (11), windows-web-next (17) + +## Provenance + +Generated with SynthUX (synthux.multicompany.day.v1). Observations are causal +(mutation channel = low_level_input); no high-level app mutation is used +during capture. diff --git a/data.jsonl b/data.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bd11b3675a76f3c5e26ad525b610ed40f565fd47 --- /dev/null +++ b/data.jsonl @@ -0,0 +1,36 @@ +{"schema_version": "v2", "trajectory_id": "acme-scientist00__browser-os", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "acme-scientist00", "company": "acme", "role_id": "data.scientist", "title": "Data Scientist", "env": "browser-os", "goal": "ACME · Data Scientist — workday", "tree": {"nodes": [{"node_id": "acme-scientist00.finder.open_path.0", "kind": "terminal", "label": "finder.open_path", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "finder", "action": "open_path", "target": "~/repo"}, {"node_id": "acme-scientist00.editor.open_file.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.489ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 489}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 489}}, {"node_id": "acme-scientist00.editor.open_file.1", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/checkout.py"}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0.synth.pause.2", "kind": "terminal", "label": "behavior.wait.607ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "100401/50000", "t_finish_resolved": "100901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 607}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 607}}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "102401/50000", "t_finish_resolved": "102901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/checkout.py", "args": {"visible_text": "def retry(fn, n=3):\n for i in range(n):\n try:\n return fn()\n excepr", "chars": 94, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.2.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.370ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "100901/50000", "t_finish_resolved": "101401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 370}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 370}}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.2.1", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "102901/50000", "t_finish_resolved": "103401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/checkout.py", "args": {"visible_text": "t", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1.synth.pause.4", "kind": "terminal", "label": "behavior.wait.492ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99901/50000"}, "t_start_resolved": "99901/50000", "t_finish_resolved": "100401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 492}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 492}}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "101901/50000", "t_finish_resolved": "102401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "extract_quote", "target": "buffer", "args": {"_synthetic": "reread"}}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.pause.5", "kind": "terminal", "label": "behavior.wait.313ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "101401/50000", "t_finish_resolved": "101901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 313}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 313}}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "103401/50000", "t_finish_resolved": "103901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/checkout.py", "args": {"visible_text": " TransientError:\n sleep(2 ** i)", "chars": 42, "_typo_step": "typo.tail"}}, {"node_id": "acme-scientist00.editor.save_file.3.synth.pause.6", "kind": "terminal", "label": "behavior.wait.375ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 375}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 375}}, {"node_id": "acme-scientist00.editor.save_file.3", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/checkout.py"}, {"node_id": "acme-scientist00.editor.open_file.4.synth.pause.7", "kind": "terminal", "label": "behavior.wait.301ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 301}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 301}}, {"node_id": "acme-scientist00.editor.open_file.4", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/billing.ts"}, {"node_id": "acme-scientist00.editor.replace_buffer.5.synth.pause.8", "kind": "terminal", "label": "behavior.wait.665ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 665}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 665}}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/billing.ts", "args": {"visible_text": "def total(items):\n return sum(i.price for i in items if i.price > 0)", "chars": 71}}, {"node_id": "acme-scientist00.editor.save_file.6.synth.pause.9", "kind": "terminal", "label": "behavior.wait.609ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 609}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 609}}, {"node_id": "acme-scientist00.editor.save_file.6", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/billing.ts"}, {"node_id": "acme-scientist00.terminal.run_command.7.synth.pause.10", "kind": "terminal", "label": "behavior.wait.537ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 537}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 537}}, {"node_id": "acme-scientist00.terminal.run_command.7", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "pytest", "args": {"command": "pytest -k checkout -q"}}, {"node_id": "acme-scientist00.terminal.run_command.8.synth.pause.11", "kind": "terminal", "label": "behavior.wait.120ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 120}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 120}}, {"node_id": "acme-scientist00.terminal.run_command.8", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git status", "args": {"command": "git status"}}, {"node_id": "acme-scientist00.terminal.run_command.9.synth.pause.12", "kind": "terminal", "label": "behavior.wait.581ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 581}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 581}}, {"node_id": "acme-scientist00.terminal.run_command.9", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git commit", "args": {"command": "git commit -am 'fix: validate zero-price items'"}}, {"node_id": "acme-scientist00.terminal.run_command.10.synth.pause.13", "kind": "terminal", "label": "behavior.wait.281ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 281}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 281}}, {"node_id": "acme-scientist00.terminal.run_command.10", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git push", "args": {"command": "git push origin fix/checkout-validation"}}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11.synth.pause.14", "kind": "terminal", "label": "behavior.wait.258ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 258}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 258}}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "kind": "terminal", "label": "dashboard.open_dashboard", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health"}, {"node_id": "acme-scientist00.dashboard.set_time_range.12.synth.pause.15", "kind": "terminal", "label": "behavior.wait.335ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 335}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 335}}, {"node_id": "acme-scientist00.dashboard.set_time_range.12", "kind": "terminal", "label": "dashboard.set_time_range", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "set_time_range", "target": "last-24h"}, {"node_id": "acme-scientist00.dashboard.drill_into_alert.13.synth.pause.16", "kind": "terminal", "label": "behavior.wait.266ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 266}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 266}}, {"node_id": "acme-scientist00.dashboard.drill_into_alert.13", "kind": "terminal", "label": "dashboard.drill_into_alert", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95"}, {"node_id": "acme-scientist00.browser.extract_quote.14.synth.pause.17", "kind": "terminal", "label": "behavior.wait.458ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 458}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 458}}, {"node_id": "acme-scientist00.browser.extract_quote.14", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "alert-detail"}, {"node_id": "acme-scientist00.wait.pause.15.synth.pause.18", "kind": "terminal", "label": "behavior.wait.443ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 443}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 443}}, {"node_id": "acme-scientist00.wait.pause.15", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "acme-scientist00.slack.open_channel.16.synth.pause.19", "kind": "terminal", "label": "behavior.wait.550ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 550}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 550}}, {"node_id": "acme-scientist00.slack.open_channel.16", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "acme-scientist00.slack.scroll_history.17.synth.pause.20", "kind": "terminal", "label": "behavior.wait.310ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 310}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 310}}, {"node_id": "acme-scientist00.slack.scroll_history.17", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "acme-scientist00.slack.open_channel.18.synth.pause.21", "kind": "terminal", "label": "behavior.wait.454ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 454}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 454}}, {"node_id": "acme-scientist00.slack.open_channel.18", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "acme-scientist00.slack.scroll_history.19.synth.pause.22", "kind": "terminal", "label": "behavior.wait.272ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 272}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 272}}, {"node_id": "acme-scientist00.slack.scroll_history.19", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}, {"node_id": "acme-scientist00.slack.open_channel.20.synth.pause.23", "kind": "terminal", "label": "behavior.wait.464ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 464}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 464}}, {"node_id": "acme-scientist00.slack.open_channel.20", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "acme-scientist00.slack.scroll_history.21.synth.pause.24", "kind": "terminal", "label": "behavior.wait.588ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 588}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 588}}, {"node_id": "acme-scientist00.slack.scroll_history.21", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-scientist00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "bo-bridge-file-browser", "node_id": "acme-scientist00.finder.open_path.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 515, "y": 258, "move_frame": 1, "move_frames": 4, "control": "files-addr-focus", "hit_test": {"validated": true, "x": 515, "y": 258, "tag": "div", "id": "", "class_name": "file-list details-view", "role": "", "aria_label": "", "title": "", "text": "NAME↑ SIZE MODIFIED TYPE", "bbox": {"x": 261, "y": 193, "width": 398, "height": 356}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 426, "y": 185, "move_frame": 2, "move_frames": 4, "control": "files-addr-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 372, "y": 142, "move_frame": 3, "move_frames": 4, "control": "files-addr-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 354, "y": 127, "move_frame": 4, "move_frames": 4, "control": "files-addr-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "files-addr-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "files-addr-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "files-addr-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 9, "t_ms": 720}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 10, "t_ms": 740}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 11, "t_ms": 760}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 12, "t_ms": 780}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 13, "t_ms": 800}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 14, "t_ms": 820}, {"node_id": "acme-scientist00.finder.open_path.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "files-addr-submit", "validated": false, "ordinal": 15, "t_ms": 840}, {"kind": "script_eval", "control": "bo-bridge-markdown-editor", "node_id": "acme-scientist00.editor.open_file.1", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-scientist00.editor.open_file.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 627, "y": 217, "move_frame": 1, "move_frames": 4, "control": "md-focus", "hit_test": {"validated": true, "x": 627, "y": 217, "tag": "th", "id": "", "class_name": "file-list-header ", "role": "", "aria_label": "", "title": "", "text": "TYPE", "bbox": {"x": 576, "y": 193, "width": 83, "height": 32}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.editor.open_file.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 822, "y": 281, "move_frame": 2, "move_frames": 4, "control": "md-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-scientist00.editor.open_file.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 939, "y": 319, "move_frame": 3, "move_frames": 4, "control": "md-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-scientist00.editor.open_file.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 978, "y": 332, "move_frame": 4, "move_frames": 4, "control": "md-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-scientist00.editor.open_file.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "md-replace-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "md-replace-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 3, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 10, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 11, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 13, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 16, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 17, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 18, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 19, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 21, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 23, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 28, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 32, "t_ms": 740}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 30, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 33, "t_ms": 760}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 34, "t_ms": 780}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 32, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 35, "t_ms": 800}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 33, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 36, "t_ms": 820}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 37, "t_ms": 840}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 35, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 38, "t_ms": 860}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 36, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 39, "t_ms": 880}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 37, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 40, "t_ms": 900}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 38, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 41, "t_ms": 920}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 42, "t_ms": 940}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 43, "t_ms": 960}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 41, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 44, "t_ms": 980}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 42, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 45, "t_ms": 1000}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 43, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 46, "t_ms": 1020}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 47, "t_ms": 1040}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 45, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 48, "t_ms": 1060}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 46, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 49, "t_ms": 1080}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 47, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 50, "t_ms": 1100}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 48, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 51, "t_ms": 1120}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 52, "t_ms": 1140}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 50, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 53, "t_ms": 1160}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 54, "t_ms": 1180}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 52, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 55, "t_ms": 1200}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 53, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 56, "t_ms": 1220}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 54, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 57, "t_ms": 1240}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 55, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 58, "t_ms": 1260}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 59, "t_ms": 1280}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 57, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 60, "t_ms": 1300}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 58, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 61, "t_ms": 1320}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 59, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 62, "t_ms": 1340}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 60, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 63, "t_ms": 1360}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 61, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 64, "t_ms": 1380}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 62, "char_count": 62, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 65, "t_ms": 1400}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.2.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "def retry(fn, n=3): for i in range(n): try: return fn() excepr", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.2.1", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "md-replace-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.2.1", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "md-replace-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 242, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 705, "y": 242, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 178, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 393, "y": 140, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 354, "y": 127, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 627, "y": 217, "move_frame": 1, "move_frames": 4, "control": "md-replace-focus", "hit_test": {"validated": true, "x": 627, "y": 217, "tag": "th", "id": "", "class_name": "file-list-header ", "role": "", "aria_label": "", "title": "", "text": "TYPE", "bbox": {"x": 576, "y": 193, "width": 83, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 822, "y": 281, "move_frame": 2, "move_frames": 4, "control": "md-replace-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 939, "y": 319, "move_frame": 3, "move_frames": 4, "control": "md-replace-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 978, "y": 332, "move_frame": 4, "move_frames": 4, "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "t", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "t", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "md-replace-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "md-replace-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 2, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 9, "t_ms": 680}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 10, "t_ms": 700}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 11, "t_ms": 720}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 12, "t_ms": 740}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 6, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 13, "t_ms": 760}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 14, "t_ms": 780}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 15, "t_ms": 800}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 16, "t_ms": 820}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 10, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 17, "t_ms": 840}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 18, "t_ms": 860}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 19, "t_ms": 880}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 20, "t_ms": 900}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 21, "t_ms": 920}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 15, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 22, "t_ms": 940}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 23, "t_ms": 960}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 17, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 24, "t_ms": 980}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 18, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 25, "t_ms": 1000}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 26, "t_ms": 1020}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 27, "t_ms": 1040}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 21, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 28, "t_ms": 1060}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 22, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 29, "t_ms": 1080}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 23, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 30, "t_ms": 1100}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 31, "t_ms": 1120}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 25, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 32, "t_ms": 1140}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 26, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 33, "t_ms": 1160}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 34, "t_ms": 1180}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 28, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 35, "t_ms": 1200}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 29, "char_count": 29, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 36, "t_ms": 1220}, {"node_id": "acme-scientist00.editor.save_file.3", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "md-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.editor.open_file.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "TransientError: sleep(2 ** i)", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "TransientError: sleep(2 ** i)", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "md-replace-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "md-replace-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 3, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 5, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 10, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 11, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 12, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 15, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 16, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 17, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 19, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 22, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 23, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 26, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 28, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 29, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 32, "t_ms": 740}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 30, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 33, "t_ms": 760}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 31, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 34, "t_ms": 780}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 32, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 35, "t_ms": 800}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 36, "t_ms": 820}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 37, "t_ms": 840}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 35, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 38, "t_ms": 860}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 39, "t_ms": 880}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 40, "t_ms": 900}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 38, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 41, "t_ms": 920}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 42, "t_ms": 940}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 43, "t_ms": 960}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 44, "t_ms": 980}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 45, "t_ms": 1000}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 46, "t_ms": 1020}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 44, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 47, "t_ms": 1040}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 48, "t_ms": 1060}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 49, "t_ms": 1080}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 47, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 50, "t_ms": 1100}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 48, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 51, "t_ms": 1120}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 49, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 52, "t_ms": 1140}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 50, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 53, "t_ms": 1160}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 54, "t_ms": 1180}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 52, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 55, "t_ms": 1200}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 53, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 56, "t_ms": 1220}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 54, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 57, "t_ms": 1240}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 58, "t_ms": 1260}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 56, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 59, "t_ms": 1280}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 57, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 60, "t_ms": 1300}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 58, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 61, "t_ms": 1320}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 59, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 62, "t_ms": 1340}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 60, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 63, "t_ms": 1360}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 61, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 64, "t_ms": 1380}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 62, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 65, "t_ms": 1400}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 66, "t_ms": 1420}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 64, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 67, "t_ms": 1440}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 65, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 68, "t_ms": 1460}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 66, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 69, "t_ms": 1480}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 67, "char_count": 67, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 70, "t_ms": 1500}, {"node_id": "acme-scientist00.editor.save_file.6", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "md-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "bo-bridge-terminal", "node_id": "acme-scientist00.terminal.run_command.7", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 242, "move_frame": 1, "move_frames": 4, "control": "term-focus", "hit_test": {"validated": true, "x": 705, "y": 242, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 178, "move_frame": 2, "move_frames": 4, "control": "term-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 393, "y": 140, "move_frame": 3, "move_frames": 4, "control": "term-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 354, "y": 127, "move_frame": 4, "move_frames": 4, "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 1, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 9, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 20, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 21, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "acme-scientist00.terminal.run_command.7", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "term-submit", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "acme-scientist00.terminal.run_command.8", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "term-submit", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 16, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 22, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 31, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 35, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 45, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 47, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "acme-scientist00.terminal.run_command.9", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "term-submit", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 20, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 25, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "acme-scientist00.terminal.run_command.10", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "term-submit", "validated": false, "ordinal": 41, "t_ms": 840}, {"kind": "script_eval", "control": "bo-bridge-browser", "node_id": "acme-scientist00.dashboard.open_dashboard.11", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 2, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 9, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 10, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 13, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "acme-scientist00.dashboard.set_time_range.12", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/last-24h", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.dashboard.drill_into_alert.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/latency-p95", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.browser.extract_quote.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 514, "y": 268, "move_frame": 1, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 514, "y": 268, "tag": "div", "id": "", "class_name": "file-list details-view", "role": "", "aria_label": "", "title": "", "text": "NAME↑ SIZE MODIFIED TYPE", "bbox": {"x": 261, "y": 193, "width": 398, "height": 356}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.browser.extract_quote.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 369, "move_frame": 2, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-scientist00.browser.extract_quote.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 697, "y": 430, "move_frame": 3, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-scientist00.browser.extract_quote.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-scientist00.browser.extract_quote.14", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"kind": "script_eval", "control": "bo-bridge-messaging-client", "node_id": "acme-scientist00.slack.open_channel.16", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-scientist00.slack.scroll_history.17", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 795, "y": 379, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 795, "y": 379, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 641, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.slack.scroll_history.17", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 848, "y": 328, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-scientist00.slack.scroll_history.17", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 880, "y": 298, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-scientist00.slack.scroll_history.17", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 891, "y": 288, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 891, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 641, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-scientist00.slack.scroll_history.17", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 891, "y": 288, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 891, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 641, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-scientist00.slack.scroll_history.19", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 891, "y": 288, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 891, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 641, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-scientist00.slack.scroll_history.21", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 891, "y": 288, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 891, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 641, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "finder.path_opened", "surface": "finder", "action": "open_path", "target": "~/repo", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:file-browser", "visibleText": "~/repo"}, "observation": "Low-level replay drove browser-os/file-browser.open_path.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "src/checkout.py"}, "observation": "Low-level replay drove browser-os/markdown-editor.open_file.", "error": null}, {"ok": true, "event": "buffer.replaced", "surface": "editor", "action": "replace_buffer", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "def retry(fn, n=3): for i in range(n): try: return fn() excepr"}, "observation": "Low-level replay drove browser-os/markdown-editor.replace_buffer.", "error": null}, {"ok": true, "event": "buffer.replaced", "surface": "editor", "action": "replace_buffer", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "t"}, "observation": "Low-level replay drove browser-os/markdown-editor.replace_buffer.", "error": null}, {"ok": true, "event": "app.action", "surface": "editor", "action": "extract_quote", "target": "buffer", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "buffer"}, "observation": "Low-level replay drove browser-os/markdown-editor.extract_quote.", "error": null}, {"ok": true, "event": "buffer.replaced", "surface": "editor", "action": "replace_buffer", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "TransientError: sleep(2 ** i)"}, "observation": "Low-level replay drove browser-os/markdown-editor.replace_buffer.", "error": null}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "src/checkout.py"}, "observation": "Low-level replay drove browser-os/markdown-editor.save_file.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "src/billing.ts"}, "observation": "Low-level replay drove browser-os/markdown-editor.open_file.", "error": null}, {"ok": true, "event": "buffer.replaced", "surface": "editor", "action": "replace_buffer", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "def total(items): return sum(i.price for i in items if i.price > 0)"}, "observation": "Low-level replay drove browser-os/markdown-editor.replace_buffer.", "error": null}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "src/billing.ts"}, "observation": "Low-level replay drove browser-os/markdown-editor.save_file.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "pytest", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:terminal", "visibleText": "pytest -k checkout -q"}, "observation": "Low-level replay drove browser-os/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git status", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:terminal", "visibleText": "git status"}, "observation": "Low-level replay drove browser-os/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git commit", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:terminal", "visibleText": "git commit -am 'fix: validate zero-price items'"}, "observation": "Low-level replay drove browser-os/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git push", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:terminal", "visibleText": "git push origin fix/checkout-validation"}, "observation": "Low-level replay drove browser-os/terminal.run_command.", "error": null}, {"ok": true, "event": "app.action", "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "checkout-health"}, "observation": "Low-level replay drove browser-os/browser.open_dashboard.", "error": null}, {"ok": true, "event": "dashboard.range_set", "surface": "dashboard", "action": "set_time_range", "target": "last-24h", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "last-24h"}, "observation": "Low-level replay drove browser-os/browser.set_time_range.", "error": null}, {"ok": true, "event": "dashboard.alert_drilled", "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "latency-p95"}, "observation": "Low-level replay drove browser-os/browser.drill_into_alert.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "alert-detail", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "alert-detail"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#launch"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#launch"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#incident"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#incident"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#engineering"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#engineering"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}], "alignment": [{"node_id": "acme-scientist00.finder.open_path.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, {"node_id": "acme-scientist00.editor.open_file.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.2.1", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, {"node_id": "acme-scientist00.editor.save_file.3", "observation_index": 6, "input_event_ordinals": [1]}, {"node_id": "acme-scientist00.editor.open_file.4", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70]}, {"node_id": "acme-scientist00.editor.save_file.6", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "acme-scientist00.terminal.run_command.7", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, {"node_id": "acme-scientist00.terminal.run_command.8", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "acme-scientist00.terminal.run_command.9", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, {"node_id": "acme-scientist00.terminal.run_command.10", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, {"node_id": "acme-scientist00.dashboard.set_time_range.12", "observation_index": 15, "input_event_ordinals": [1]}, {"node_id": "acme-scientist00.dashboard.drill_into_alert.13", "observation_index": 16, "input_event_ordinals": [1]}, {"node_id": "acme-scientist00.browser.extract_quote.14", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-scientist00.slack.open_channel.16", "observation_index": 18, "input_event_ordinals": [1]}, {"node_id": "acme-scientist00.slack.scroll_history.17", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-scientist00.slack.open_channel.18", "observation_index": 20, "input_event_ordinals": []}, {"node_id": "acme-scientist00.slack.scroll_history.19", "observation_index": 21, "input_event_ordinals": [1]}, {"node_id": "acme-scientist00.slack.open_channel.20", "observation_index": 22, "input_event_ordinals": []}, {"node_id": "acme-scientist00.slack.scroll_history.21", "observation_index": 23, "input_event_ordinals": [1]}]}, "media": {"video": "videos/acme-scientist00__browser-os.webm", "frames": [{"node_id": "acme-scientist00.finder.open_path.0", "t_ms": 480, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.finder.open_path.0.png"}, {"node_id": "acme-scientist00.editor.open_file.1", "t_ms": 480, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.editor.open_file.1.png"}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.1.0", "t_ms": 1400, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.1.0.png"}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.2.1", "t_ms": 360, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.2.1.png"}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1", "t_ms": 480, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1.png"}, {"node_id": "acme-scientist00.editor.replace_buffer.2.synth.typo.3.2", "t_ms": 740, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.png"}, {"node_id": "acme-scientist00.editor.save_file.3", "t_ms": 0, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.editor.save_file.3.png"}, {"node_id": "acme-scientist00.editor.open_file.4", "t_ms": 0, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.editor.open_file.4.png"}, {"node_id": "acme-scientist00.editor.replace_buffer.5", "t_ms": 1500, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.5.png"}, {"node_id": "acme-scientist00.editor.save_file.6", "t_ms": 0, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.editor.save_file.6.png"}, {"node_id": "acme-scientist00.terminal.run_command.7", "t_ms": 580, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.7.png"}, {"node_id": "acme-scientist00.terminal.run_command.8", "t_ms": 480, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.8.png"}, {"node_id": "acme-scientist00.terminal.run_command.9", "t_ms": 1000, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.9.png"}, {"node_id": "acme-scientist00.terminal.run_command.10", "t_ms": 840, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.10.png"}, {"node_id": "acme-scientist00.dashboard.open_dashboard.11", "t_ms": 480, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.open_dashboard.11.png"}, {"node_id": "acme-scientist00.dashboard.set_time_range.12", "t_ms": 0, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.set_time_range.12.png"}, {"node_id": "acme-scientist00.dashboard.drill_into_alert.13", "t_ms": 0, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.drill_into_alert.13.png"}, {"node_id": "acme-scientist00.browser.extract_quote.14", "t_ms": 480, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.browser.extract_quote.14.png"}, {"node_id": "acme-scientist00.slack.open_channel.16", "t_ms": 0, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.slack.open_channel.16.png"}, {"node_id": "acme-scientist00.slack.scroll_history.17", "t_ms": 480, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.17.png"}, {"node_id": "acme-scientist00.slack.scroll_history.19", "t_ms": 0, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.19.png"}, {"node_id": "acme-scientist00.slack.scroll_history.21", "t_ms": 0, "blob_ref": "screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.21.png"}]}} +{"schema_version": "v2", "trajectory_id": "acme-assistant01__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "acme-assistant01", "company": "acme", "role_id": "exec.assistant", "title": "Executive Assistant", "env": "macos-web-next", "goal": "ACME · Executive Assistant — workday", "tree": {"nodes": [{"node_id": "acme-assistant01.mail.open_inbox.0", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "acme-assistant01.mail.open_thread.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.537ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 537}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 537}}, {"node_id": "acme-assistant01.mail.open_thread.1", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "acme-assistant01.mail.add_label.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.235ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 235}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 235}}, {"node_id": "acme-assistant01.mail.add_label.2", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-0"}, {"node_id": "acme-assistant01.mail.open_thread.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.684ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 684}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 684}}, {"node_id": "acme-assistant01.mail.open_thread.3", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "acme-assistant01.mail.reply.4.synth.typo.1.0.synth.pause.4", "kind": "terminal", "label": "behavior.wait.135ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 135}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 135}}, {"node_id": "acme-assistant01.mail.reply.4.synth.typo.1.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4029/1000", "t_finish_resolved": "4039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-1", "args": {"subject": "Re: vendor renewal", "visible_text": "Thanks for the redlines. We can accept 7.3 with a 30-f", "chars": 54, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-assistant01.mail.reply.4.synth.typo.2.1.synth.pause.5", "kind": "terminal", "label": "behavior.wait.309ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "399901/100000"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 309}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 309}}, {"node_id": "acme-assistant01.mail.reply.4.synth.typo.2.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "400001/100000"}, "t_start_resolved": "4039/1000", "t_finish_resolved": "4049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-1", "args": {"subject": "Re: vendor renewal", "visible_text": "d", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-assistant01.mail.reply.4.synth.typo.3.2.synth.pause.6", "kind": "terminal", "label": "behavior.wait.272ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199951/50000"}, "t_start_resolved": "4019/1000", "t_finish_resolved": "4029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 272}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 272}}, {"node_id": "acme-assistant01.mail.reply.4.synth.typo.3.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/50000"}, "t_start_resolved": "4049/1000", "t_finish_resolved": "4059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-1", "args": {"subject": "Re: vendor renewal", "visible_text": "ay cure period; 12.1 still needs to narrow to direct damages before we sign.", "chars": 76, "_typo_step": "typo.tail"}}, {"node_id": "acme-assistant01.mail.open_thread.5.synth.pause.7", "kind": "terminal", "label": "behavior.wait.130ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 130}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 130}}, {"node_id": "acme-assistant01.mail.open_thread.5", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "acme-assistant01.mail.add_label.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.368ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 368}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 368}}, {"node_id": "acme-assistant01.mail.add_label.6", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-2"}, {"node_id": "acme-assistant01.calendar.open_view.7.synth.pause.9", "kind": "terminal", "label": "behavior.wait.442ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 442}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 442}}, {"node_id": "acme-assistant01.calendar.open_view.7", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "week"}, {"node_id": "acme-assistant01.calendar.create_event.8.synth.typo.4.0.synth.pause.10", "kind": "terminal", "label": "behavior.wait.1308ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1308}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1308}}, {"node_id": "acme-assistant01.calendar.create_event.8.synth.typo.4.0", "kind": "terminal", "label": "calendar.create_event", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8029/1000", "t_finish_resolved": "8039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "create_event", "target": "exec-1on1", "args": {"title": "1:1 witg", "chars": 8, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-assistant01.calendar.create_event.8.synth.typo.5.1.synth.pause.11", "kind": "terminal", "label": "behavior.wait.303ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "799901/100000"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 303}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 303}}, {"node_id": "acme-assistant01.calendar.create_event.8.synth.typo.5.1", "kind": "terminal", "label": "calendar.create_event", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "800001/100000"}, "t_start_resolved": "8039/1000", "t_finish_resolved": "8049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "create_event", "target": "exec-1on1", "args": {"title": "h", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-assistant01.calendar.create_event.8.synth.typo.6.2.synth.pause.12", "kind": "terminal", "label": "behavior.wait.295ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "399951/50000"}, "t_start_resolved": "8019/1000", "t_finish_resolved": "8029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 295}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 295}}, {"node_id": "acme-assistant01.calendar.create_event.8.synth.typo.6.2", "kind": "terminal", "label": "calendar.create_event", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "400001/50000"}, "t_start_resolved": "8049/1000", "t_finish_resolved": "8059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "create_event", "target": "exec-1on1", "args": {"title": " CFO", "chars": 4, "_typo_step": "typo.tail"}}, {"node_id": "acme-assistant01.calendar.add_attendee.9.synth.pause.13", "kind": "terminal", "label": "behavior.wait.209ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 209}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 209}}, {"node_id": "acme-assistant01.calendar.add_attendee.9", "kind": "terminal", "label": "calendar.add_attendee", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "add_attendee", "target": "cfo@acme.com"}, {"node_id": "acme-assistant01.calendar.set_recurrence.10.synth.pause.14", "kind": "terminal", "label": "behavior.wait.539ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 539}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 539}}, {"node_id": "acme-assistant01.calendar.set_recurrence.10", "kind": "terminal", "label": "calendar.set_recurrence", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "set_recurrence", "target": "weekly"}, {"node_id": "acme-assistant01.wait.pause.11.synth.pause.15", "kind": "terminal", "label": "behavior.wait.354ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 354}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 354}}, {"node_id": "acme-assistant01.wait.pause.11", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "acme-assistant01.mail.open_inbox.12.synth.pause.16", "kind": "terminal", "label": "behavior.wait.581ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 581}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 581}}, {"node_id": "acme-assistant01.mail.open_inbox.12", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "acme-assistant01.mail.open_thread.13.synth.pause.17", "kind": "terminal", "label": "behavior.wait.136ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 136}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 136}}, {"node_id": "acme-assistant01.mail.open_thread.13", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "acme-assistant01.mail.archive.14.synth.pause.18", "kind": "terminal", "label": "behavior.wait.385ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 385}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 385}}, {"node_id": "acme-assistant01.mail.archive.14", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-0"}, {"node_id": "acme-assistant01.mail.open_thread.15.synth.pause.19", "kind": "terminal", "label": "behavior.wait.223ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 223}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 223}}, {"node_id": "acme-assistant01.mail.open_thread.15", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "acme-assistant01.mail.archive.16.synth.pause.20", "kind": "terminal", "label": "behavior.wait.378ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 378}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 378}}, {"node_id": "acme-assistant01.mail.archive.16", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-1"}, {"node_id": "acme-assistant01.mail.open_thread.17.synth.pause.21", "kind": "terminal", "label": "behavior.wait.222ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 222}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 222}}, {"node_id": "acme-assistant01.mail.open_thread.17", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "acme-assistant01.mail.archive.18.synth.pause.22", "kind": "terminal", "label": "behavior.wait.590ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 590}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 590}}, {"node_id": "acme-assistant01.mail.archive.18", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-2"}, {"node_id": "acme-assistant01.mail.open_thread.19.synth.pause.23", "kind": "terminal", "label": "behavior.wait.405ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 405}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 405}}, {"node_id": "acme-assistant01.mail.open_thread.19", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.7.0.synth.pause.24", "kind": "terminal", "label": "behavior.wait.526ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 526}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 526}}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.7.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20049/1000", "t_finish_resolved": "20059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Retro invite", "visible_text": "Calendar invite incoming for the rollout retro on Tuesday. Bru", "chars": 62, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.8.1.synth.pause.25", "kind": "terminal", "label": "behavior.wait.444ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999901/100000"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 444}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 444}}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.8.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2000001/100000"}, "t_start_resolved": "20059/1000", "t_finish_resolved": "20069/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Retro invite", "visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.9.2.synth.pause.26", "kind": "terminal", "label": "behavior.wait.644ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999951/50000"}, "t_start_resolved": "20019/1000", "t_finish_resolved": "20029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 644}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 644}}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.9.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1000001/50000"}, "t_start_resolved": "20069/1000", "t_finish_resolved": "20079/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Retro invite", "visible_text": "ng one thing that went e", "chars": 24, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.10.3.synth.pause.27", "kind": "terminal", "label": "behavior.wait.508ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999903/100000"}, "t_start_resolved": "20029/1000", "t_finish_resolved": "20039/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 508}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 508}}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.10.3", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2000003/100000"}, "t_start_resolved": "20079/1000", "t_finish_resolved": "20089/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Retro invite", "visible_text": "w", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.11.4.synth.pause.28", "kind": "terminal", "label": "behavior.wait.387ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "62497/3125"}, "t_start_resolved": "20039/1000", "t_finish_resolved": "20049/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 387}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 387}}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.11.4", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/25000"}, "t_start_resolved": "20089/1000", "t_finish_resolved": "20099/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Retro invite", "visible_text": "ell and one thing we should change.", "chars": 35, "_typo_step": "typo.tail"}}, {"node_id": "acme-assistant01.mail.open_thread.21.synth.pause.29", "kind": "terminal", "label": "behavior.wait.304ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 304}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 304}}, {"node_id": "acme-assistant01.mail.open_thread.21", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-4"}, {"node_id": "acme-assistant01.mail.add_label.22.synth.pause.30", "kind": "terminal", "label": "behavior.wait.314ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 314}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 314}}, {"node_id": "acme-assistant01.mail.add_label.22", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-4"}, {"node_id": "acme-assistant01.mail.open_thread.23.synth.pause.31", "kind": "terminal", "label": "behavior.wait.500ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22999/1000"}, "t_start_resolved": "22999/1000", "t_finish_resolved": "23009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 500}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 500}}, {"node_id": "acme-assistant01.mail.open_thread.23", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23"}, "t_start_resolved": "23009/1000", "t_finish_resolved": "23019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-5"}, {"node_id": "acme-assistant01.mail.add_label.24.synth.pause.32", "kind": "terminal", "label": "behavior.wait.511ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23999/1000"}, "t_start_resolved": "23999/1000", "t_finish_resolved": "24009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 511}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 511}}, {"node_id": "acme-assistant01.mail.add_label.24", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24"}, "t_start_resolved": "24009/1000", "t_finish_resolved": "24019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-5"}, {"node_id": "mkt.acme.launch", "kind": "terminal", "label": "mkt.acme.launch", "parent_node_id": "root", "scope": {"stream": "actor:acme-assistant01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "890"}, "t_start_resolved": "890", "t_finish_resolved": "89001/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#market", "args": {"visible_text": "ACME just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today.", "chars": 93}}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-mail", "node_id": "acme-assistant01.mail.open_inbox.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "acme-assistant01.calendar.open_view.7", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-mail", "node_id": "acme-assistant01.mail.open_inbox.12", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-slack", "node_id": "mkt.acme.launch", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 580, "y": 552, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 580, "y": 552, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 537, "y": 690, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 512, "y": 772, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 1, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 2, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 3, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 4, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 6, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 11, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 13, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 14, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 15, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 19, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 20, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 22, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 23, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 24, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 25, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 28, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 29, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 31, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 33, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 38, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 39, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 41, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 42, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 44, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 45, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 46, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 47, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 49, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 50, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 51, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 52, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 53, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 55, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 56, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 57, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 58, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 59, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 60, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 61, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 63, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 64, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 65, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 66, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 67, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 68, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 69, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 70, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 71, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 72, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 73, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 74, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 80, "t_ms": 2060}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 75, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 81, "t_ms": 2080}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 76, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 82, "t_ms": 2100}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 77, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 83, "t_ms": 2120}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 78, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 84, "t_ms": 2140}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 79, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 85, "t_ms": 2160}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 80, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 86, "t_ms": 2180}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 81, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 87, "t_ms": 2200}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 82, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 88, "t_ms": 2220}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 83, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 89, "t_ms": 2240}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 90, "t_ms": 2260}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 85, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 91, "t_ms": 2280}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 86, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 92, "t_ms": 2300}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 93, "t_ms": 2320}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 88, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 94, "t_ms": 2340}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 89, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 95, "t_ms": 2360}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 90, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 96, "t_ms": 2380}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 91, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 97, "t_ms": 2400}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 92, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 98, "t_ms": 2420}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 93, "char_count": 93, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 99, "t_ms": 2440}, {"node_id": "mkt.acme.launch", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 100, "t_ms": 2460}], "observations": [{"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove macos-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Thanks for the redlines. We can accept 7.3 with a 30-f"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "d"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "ay cure period; 12.1 still needs to narrow to direct damages before we sign."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "week", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "week"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "exec-1on1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-create-focus"}, "observation": "Native app could not drive: none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-create-focus", "error": "none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-create-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "exec-1on1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-create-focus"}, "observation": "Native app could not drive: none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-create-focus", "error": "none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-create-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "exec-1on1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-create-focus"}, "observation": "Native app could not drive: none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-create-focus", "error": "none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-create-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "cfo@acme.com", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-attendee-focus"}, "observation": "Native app could not drive: none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-attendee-focus", "error": "none of [\"section.container.active input:not([type='hidden']):not([disabled])\", 'section.container.active textarea', \"section.container.active [contenteditable='true']\", \"section.container.active [role='textbox']\", \"input:not([type='hidden']):not([disabled])\", 'textarea', \"[contenteditable='true']\", \"[role='textbox']\"] matched for cal-attendee-focus"}, {"ok": true, "event": "calendar.recurrence_set", "surface": "calendar", "action": "set_recurrence", "target": "weekly", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "weekly"}, "observation": "Low-level replay drove macos-web-next/calendar.set_recurrence.", "error": null}, {"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove macos-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Calendar invite incoming for the rollout retro on Tuesday. Bru"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "i"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "ng one thing that went e"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "w"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "ell and one thing we should change."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-5", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-5"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-5", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-5"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#market", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "ACME just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}], "alignment": [{"node_id": "acme-assistant01.mail.open_inbox.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "acme-assistant01.mail.open_thread.1", "observation_index": 1, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.add_label.2", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.open_thread.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.reply.4.synth.typo.1.0", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.reply.4.synth.typo.2.1", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.reply.4.synth.typo.3.2", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.open_thread.5", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.add_label.6", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "acme-assistant01.calendar.open_view.7", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "acme-assistant01.calendar.create_event.8.synth.typo.4.0", "observation_index": 10, "input_event_ordinals": []}, {"node_id": "acme-assistant01.calendar.create_event.8.synth.typo.5.1", "observation_index": 11, "input_event_ordinals": []}, {"node_id": "acme-assistant01.calendar.create_event.8.synth.typo.6.2", "observation_index": 12, "input_event_ordinals": []}, {"node_id": "acme-assistant01.calendar.add_attendee.9", "observation_index": 13, "input_event_ordinals": []}, {"node_id": "acme-assistant01.calendar.set_recurrence.10", "observation_index": 14, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.open_inbox.12", "observation_index": 15, "input_event_ordinals": [1]}, {"node_id": "acme-assistant01.mail.open_thread.13", "observation_index": 16, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.archive.14", "observation_index": 17, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.open_thread.15", "observation_index": 18, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.archive.16", "observation_index": 19, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.open_thread.17", "observation_index": 20, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.archive.18", "observation_index": 21, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.open_thread.19", "observation_index": 22, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.7.0", "observation_index": 23, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.8.1", "observation_index": 24, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.9.2", "observation_index": 25, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.10.3", "observation_index": 26, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.reply.20.synth.typo.11.4", "observation_index": 27, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.open_thread.21", "observation_index": 28, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.add_label.22", "observation_index": 29, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.open_thread.23", "observation_index": 30, "input_event_ordinals": []}, {"node_id": "acme-assistant01.mail.add_label.24", "observation_index": 31, "input_event_ordinals": []}, {"node_id": "mkt.acme.launch", "observation_index": 32, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100]}]}, "media": {"video": "videos/acme-assistant01__macos-web-next.webm", "frames": [{"node_id": "acme-assistant01.mail.open_inbox.0", "t_ms": 0, "blob_ref": "screenshots/acme-assistant01__macos-web-next/acme-assistant01.mail.open_inbox.0.png"}, {"node_id": "acme-assistant01.calendar.open_view.7", "t_ms": 0, "blob_ref": "screenshots/acme-assistant01__macos-web-next/acme-assistant01.calendar.open_view.7.png"}, {"node_id": "acme-assistant01.mail.open_inbox.12", "t_ms": 0, "blob_ref": "screenshots/acme-assistant01__macos-web-next/acme-assistant01.mail.open_inbox.12.png"}, {"node_id": "mkt.acme.launch", "t_ms": 2460, "blob_ref": "screenshots/acme-assistant01__macos-web-next/mkt.acme.launch.png"}]}} +{"schema_version": "v2", "trajectory_id": "acme-senior02__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "acme-senior02", "company": "acme", "role_id": "design.product.senior", "title": "Senior Product Designer", "env": "macos-web-next", "goal": "ACME · Senior Product Designer — workday", "tree": {"nodes": [{"node_id": "acme-senior02.slack.open_channel.0", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "acme-senior02.slack.scroll_history.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.577ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 577}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 577}}, {"node_id": "acme-senior02.slack.scroll_history.1", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "acme-senior02.slack.post_message.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.441ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 441}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 441}}, {"node_id": "acme-senior02.slack.post_message.2", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "PSA — the PRD now has last qeek's research notes.", "chars": 49, "_typo_committed": true}}, {"node_id": "acme-senior02.slack.open_channel.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.1191ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1191}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1191}}, {"node_id": "acme-senior02.slack.open_channel.3", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "acme-senior02.slack.scroll_history.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.731ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 731}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 731}}, {"node_id": "acme-senior02.slack.scroll_history.4", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "acme-senior02.slack.open_channel.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.339ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 339}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 339}}, {"node_id": "acme-senior02.slack.open_channel.5", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "acme-senior02.slack.scroll_history.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.513ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 513}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 513}}, {"node_id": "acme-senior02.slack.scroll_history.6", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "acme-senior02.slack.post_message.7.synth.reread.1.synth.pause.7", "kind": "terminal", "label": "behavior.wait.290ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3499/500"}, "t_start_resolved": "3499/500", "t_finish_resolved": "876/125"}, "slots": {"behavior": "hesitation", "duration_ms": 290}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 290}}, {"node_id": "acme-senior02.slack.post_message.7.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "876/125", "t_finish_resolved": "3509/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "acme-senior02.slack.post_message.7.synth.pause.8", "kind": "terminal", "label": "behavior.wait.1199ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "3509/500", "t_finish_resolved": "1757/250"}, "slots": {"behavior": "hesitation", "duration_ms": 1199}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1199}}, {"node_id": "acme-senior02.slack.post_message.7", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "1757/250", "t_finish_resolved": "3519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Status — support flagged a recurring session-expiry bug.", "chars": 56}}, {"node_id": "acme-senior02.calendar.open_view.8.synth.pause.9", "kind": "terminal", "label": "behavior.wait.299ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 299}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 299}}, {"node_id": "acme-senior02.calendar.open_view.8", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "acme-senior02.notion.open_doc.9.synth.pause.10", "kind": "terminal", "label": "behavior.wait.602ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 602}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 602}}, {"node_id": "acme-senior02.notion.open_doc.9", "kind": "terminal", "label": "user-research.open", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/user-research-notes"}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0.synth.pause.11", "kind": "terminal", "label": "behavior.wait.700ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 700}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 700}}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "kind": "terminal", "label": "user-research.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10029/1000", "t_finish_resolved": "10039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/user-research-notes", "args": {"visible_text": "User Research notes: reviewed the daa", "chars": 37, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1.synth.pause.12", "kind": "terminal", "label": "behavior.wait.506ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999901/100000"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 506}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 506}}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "kind": "terminal", "label": "user-research.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1000001/100000"}, "t_start_resolved": "10039/1000", "t_finish_resolved": "10049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/user-research-notes", "args": {"visible_text": "s", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2.synth.pause.13", "kind": "terminal", "label": "behavior.wait.413ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499951/50000"}, "t_start_resolved": "10019/1000", "t_finish_resolved": "10029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 413}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 413}}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "kind": "terminal", "label": "user-research.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/50000"}, "t_start_resolved": "10049/1000", "t_finish_resolved": "10059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/user-research-notes", "args": {"visible_text": "hboard, flagged one data gap, agreed on a backfill plan. Follow-up doc to circulate by EOD.", "chars": 91, "_typo_step": "typo.tail"}}, {"node_id": "acme-senior02.wait.pause.11.synth.pause.14", "kind": "terminal", "label": "behavior.wait.470ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 470}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 470}}, {"node_id": "acme-senior02.wait.pause.11", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "acme-senior02.slides.open_deck.12.synth.pause.15", "kind": "terminal", "label": "behavior.wait.1043ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1043}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1043}}, {"node_id": "acme-senior02.slides.open_deck.12", "kind": "terminal", "label": "slides.open_deck", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "open_deck", "target": "design/checkout-v3.key"}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0.synth.pause.16", "kind": "terminal", "label": "behavior.wait.889ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 889}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 889}}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "kind": "terminal", "label": "slides.add_slide", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13029/1000", "t_finish_resolved": "13039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "args": {"title": "Mobile checkout — one coli", "chars": 26, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1.synth.pause.17", "kind": "terminal", "label": "behavior.wait.512ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299901/100000"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 512}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 512}}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "kind": "terminal", "label": "slides.add_slide", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1300001/100000"}, "t_start_resolved": "13039/1000", "t_finish_resolved": "13049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "args": {"title": "u", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2.synth.pause.18", "kind": "terminal", "label": "behavior.wait.276ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "649951/50000"}, "t_start_resolved": "13019/1000", "t_finish_resolved": "13029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 276}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 276}}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "kind": "terminal", "label": "slides.add_slide", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "650001/50000"}, "t_start_resolved": "13049/1000", "t_finish_resolved": "13059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "args": {"title": "mn", "chars": 2, "_typo_step": "typo.tail"}}, {"node_id": "acme-senior02.slides.edit_text_box.14.synth.pause.19", "kind": "terminal", "label": "behavior.wait.429ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 429}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 429}}, {"node_id": "acme-senior02.slides.edit_text_box.14", "kind": "terminal", "label": "slides.edit_text_box", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "edit_text_box", "target": "slide-body", "args": {"visible_text": "Single column, sticky summary bar at the bottom with the total.\nAddress autocomplete collapses rhe form to three taps. 4/5 testers finished without scrolling back up.", "chars": 166, "_typo_committed": true}}, {"node_id": "acme-senior02.slides.save_deck.15.synth.pause.20", "kind": "terminal", "label": "behavior.wait.585ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 585}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 585}}, {"node_id": "acme-senior02.slides.save_deck.15", "kind": "terminal", "label": "slides.save_deck", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "save_deck", "target": "design/checkout-v3.key"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-slack", "node_id": "acme-senior02.slack.open_channel.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-senior02.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 597, "y": 447, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 597, "y": 447, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 566, "y": 508, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior02.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 546, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior02.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior02.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 3, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 11, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 12, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 13, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 17, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 19, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 21, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 23, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 28, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 31, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 32, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 41, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 42, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 45, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 46, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 48, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 49, "char_count": 49, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "acme-senior02.slack.post_message.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "acme-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 520, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 520, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 532, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior02.slack.scroll_history.6", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slack.post_message.7.synth.reread.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 5, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 8, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 11, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 12, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 13, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 16, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 18, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 19, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 21, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 22, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 24, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 26, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 30, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 31, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 32, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 36, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 38, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 40, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 41, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 43, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 45, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 46, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 47, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 48, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 49, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 50, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 51, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 52, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 53, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 54, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 55, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 56, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "acme-senior02.slack.post_message.7", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 62, "t_ms": 1660}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "acme-senior02.calendar.open_view.8", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-senior02.calendar.open_view.8", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "acme-senior02.notion.open_doc.9", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 539, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 540, "y": 539, "tag": "button", "id": "", "class_name": "note-card s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Q1 OKR Planning Saturday Objectives & Key Results - Q1 2024Objective 1: Improve Platform Reliability- KR1", "bbox": {"x": 462, "y": 539, "width": 251, "height": 51}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 567, "y": 353, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 583, "y": 241, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "acme-senior02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 1, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 2, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 6, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 12, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 19, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 24, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 27, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 29, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 32, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 35, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 37, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 415, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 415, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 419, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 421, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 422, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 422, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 428, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 428, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 432, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 434, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 435, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 435, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 22 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 65% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 2, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 3, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 7, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 9, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 12, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 15, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 18, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 21, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 22, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 23, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 26, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 28, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 29, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 32, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 35, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 36, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 41, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 43, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 44, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 45, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 46, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 47, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 49, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 50, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 52, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 53, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 54, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 55, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 56, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 58, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 60, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 61, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 62, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 63, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 64, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 65, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 66, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 67, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 68, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 69, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 70, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 71, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 72, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 73, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 80, "t_ms": 2060}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 75, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 81, "t_ms": 2080}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 76, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 82, "t_ms": 2100}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 77, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 83, "t_ms": 2120}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 78, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 84, "t_ms": 2140}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 79, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 85, "t_ms": 2160}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 80, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 86, "t_ms": 2180}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 81, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 87, "t_ms": 2200}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 82, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 88, "t_ms": 2220}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 83, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 89, "t_ms": 2240}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 90, "t_ms": 2260}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 85, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 91, "t_ms": 2280}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 86, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 92, "t_ms": 2300}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 93, "t_ms": 2320}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 88, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 94, "t_ms": 2340}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 89, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 95, "t_ms": 2360}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 90, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 96, "t_ms": 2380}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 91, "char_count": 91, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 97, "t_ms": 2400}, {"kind": "script_eval", "control": "mac-bridge-keynote", "node_id": "acme-senior02.slides.open_deck.12", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-senior02.slides.open_deck.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 911, "y": 381, "move_frame": 1, "move_frames": 4, "control": "key-open", "hit_test": {"validated": true, "x": 911, "y": 381, "tag": "div", "id": "", "class_name": "slide-inner edit-slide s-S-Yht6jjyXTn", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 462, "y": 247, "width": 480, "height": 300}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior02.slides.open_deck.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 795, "y": 342, "move_frame": 2, "move_frames": 4, "control": "key-open", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-senior02.slides.open_deck.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 725, "y": 319, "move_frame": 3, "move_frames": 4, "control": "key-open", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-senior02.slides.open_deck.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 702, "y": 311, "move_frame": 4, "move_frames": 4, "control": "key-open", "hit_test": {"validated": true, "x": 702, "y": 311, "tag": "textarea", "id": "", "class_name": "slide-title-input s-S-Yht6jjyXTn", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 498, "y": 274, "width": 408, "height": 74}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-senior02.slides.open_deck.12", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 702, "y": 311, "button": "left", "control": "key-open", "hit_test": {"validated": true, "x": 702, "y": 311, "tag": "textarea", "id": "", "class_name": "slide-title-input s-S-Yht6jjyXTn", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 498, "y": 274, "width": 408, "height": 74}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 702, "y": 311, "button": "left", "control": "key-title-focus", "hit_test": {"validated": true, "x": 702, "y": 311, "tag": "textarea", "id": "", "class_name": "slide-title-input s-S-Yht6jjyXTn", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 498, "y": 274, "width": 408, "height": 74}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "key-title-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "key-title-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 702, "y": 311, "button": "left", "control": "key-title-focus", "hit_test": {"validated": true, "x": 702, "y": 311, "tag": "textarea", "id": "", "class_name": "slide-title-input s-S-Yht6jjyXTn", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 498, "y": 274, "width": 408, "height": 74}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "key-title-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "key-title-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 702, "y": 311, "button": "left", "control": "key-title-focus", "hit_test": {"validated": true, "x": 702, "y": 311, "tag": "textarea", "id": "", "class_name": "slide-title-input s-S-Yht6jjyXTn", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 498, "y": 274, "width": 408, "height": 74}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "key-title-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "key-title-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "key-title-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 702, "y": 367, "move_frame": 1, "move_frames": 4, "control": "key-body-focus", "hit_test": {"validated": true, "x": 702, "y": 367, "tag": "textarea", "id": "", "class_name": "slide-body-input s-S-Yht6jjyXTn", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 498, "y": 360, "width": 408, "height": 161}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 702, "y": 408, "move_frame": 2, "move_frames": 4, "control": "key-body-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 702, "y": 432, "move_frame": 3, "move_frames": 4, "control": "key-body-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 702, "y": 440, "move_frame": 4, "move_frames": 4, "control": "key-body-focus", "hit_test": {"validated": true, "x": 702, "y": 440, "tag": "textarea", "id": "", "class_name": "slide-body-input s-S-Yht6jjyXTn", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 498, "y": 360, "width": 408, "height": 161}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 702, "y": 440, "button": "left", "control": "key-body-focus", "hit_test": {"validated": true, "x": 702, "y": 440, "tag": "textarea", "id": "", "class_name": "slide-body-input s-S-Yht6jjyXTn", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 498, "y": 360, "width": 408, "height": 161}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 4, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 5, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 9, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 11, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 12, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 14, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 16, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 20, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 21, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 24, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 25, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 26, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 29, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 31, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 32, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 38, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 39, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 42, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 43, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 44, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 45, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 46, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 47, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 49, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 50, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 52, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 54, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 55, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 58, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 61, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 62, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 63, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 65, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 66, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 67, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 68, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 69, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 70, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 71, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 73, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 74, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 75, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 76, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 77, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 78, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 79, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 80, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 81, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 82, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 83, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 84, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 85, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 86, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 87, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 88, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 89, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 90, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 91, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 92, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 93, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 94, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 95, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 96, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 97, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 98, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 99, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 100, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 101, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 102, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 103, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 104, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 105, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 106, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 107, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 108, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 109, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 110, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 111, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 116, "t_ms": 2740}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 112, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 117, "t_ms": 2760}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 113, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 118, "t_ms": 2780}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 114, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 119, "t_ms": 2800}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 115, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 120, "t_ms": 2820}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 116, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 121, "t_ms": 2840}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 117, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 122, "t_ms": 2860}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 118, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 123, "t_ms": 2880}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 119, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 124, "t_ms": 2900}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 120, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 125, "t_ms": 2920}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 121, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 126, "t_ms": 2940}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 122, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 127, "t_ms": 2960}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 123, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 128, "t_ms": 2980}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 124, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 129, "t_ms": 3000}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 125, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 130, "t_ms": 3020}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 126, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 131, "t_ms": 3040}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 127, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 132, "t_ms": 3060}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 128, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 133, "t_ms": 3080}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 129, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 134, "t_ms": 3100}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 130, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 135, "t_ms": 3120}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 131, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 136, "t_ms": 3140}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 132, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 137, "t_ms": 3160}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 133, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 138, "t_ms": 3180}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 134, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 139, "t_ms": 3200}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 135, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 140, "t_ms": 3220}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 136, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 141, "t_ms": 3240}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 137, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 142, "t_ms": 3260}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 138, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 143, "t_ms": 3280}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 139, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 144, "t_ms": 3300}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 140, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 145, "t_ms": 3320}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 141, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 146, "t_ms": 3340}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 142, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 147, "t_ms": 3360}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 143, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 148, "t_ms": 3380}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 144, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 149, "t_ms": 3400}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 145, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 150, "t_ms": 3420}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 146, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 151, "t_ms": 3440}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 147, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 152, "t_ms": 3460}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 148, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 153, "t_ms": 3480}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 149, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 154, "t_ms": 3500}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 150, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 155, "t_ms": 3520}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 151, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 156, "t_ms": 3540}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 152, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 157, "t_ms": 3560}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 153, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 158, "t_ms": 3580}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 154, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 159, "t_ms": 3600}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 155, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 160, "t_ms": 3620}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 156, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 161, "t_ms": 3640}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 157, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 162, "t_ms": 3660}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 158, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 163, "t_ms": 3680}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 159, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 164, "t_ms": 3700}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 160, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 165, "t_ms": 3720}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 161, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 166, "t_ms": 3740}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 162, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 167, "t_ms": 3760}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 163, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 168, "t_ms": 3780}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 164, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 169, "t_ms": 3800}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 165, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 170, "t_ms": 3820}, {"node_id": "acme-senior02.slides.edit_text_box.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 166, "char_count": 166, "delay_ms": 4, "control": "key-body-text", "validated": false, "ordinal": 171, "t_ms": 3840}, {"node_id": "acme-senior02.slides.save_deck.15", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Meta+s", "control": "key-save", "validated": false, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "PSA — the PRD now has last qeek's research notes."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Status — support flagged a recurring session-expiry bug."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/user-research-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/user-research-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/user-research-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "User Research notes: reviewed the daa"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/user-research-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "s"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/user-research-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "hboard, flagged one data gap, agreed on a backfill plan. Follow-up doc to circulate by EOD."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "deck.opened", "surface": "slides", "action": "open_deck", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:keynote", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove macos-web-next/keynote.open_deck.", "error": null}, {"ok": true, "event": "deck.slide_added", "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:keynote", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove macos-web-next/keynote.add_slide.", "error": null}, {"ok": true, "event": "deck.slide_added", "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:keynote", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove macos-web-next/keynote.add_slide.", "error": null}, {"ok": true, "event": "deck.slide_added", "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:keynote", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove macos-web-next/keynote.add_slide.", "error": null}, {"ok": true, "event": "slide.text_edited", "surface": "slides", "action": "edit_text_box", "target": "slide-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:keynote", "visibleText": "Single column, sticky summary bar at the bottom with the total. Address autocomplete collapses rhe form to three taps. 4/5 testers finished without scrolling back up."}, "observation": "Low-level replay drove macos-web-next/keynote.edit_text_box.", "error": null}, {"ok": true, "event": "app.action", "surface": "slides", "action": "save_deck", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:keynote", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove macos-web-next/keynote.save_deck.", "error": null}], "alignment": [{"node_id": "acme-senior02.slack.open_channel.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "acme-senior02.slack.scroll_history.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-senior02.slack.post_message.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, {"node_id": "acme-senior02.slack.open_channel.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "acme-senior02.slack.scroll_history.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-senior02.slack.open_channel.5", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "acme-senior02.slack.scroll_history.6", "observation_index": 6, "input_event_ordinals": [1]}, {"node_id": "acme-senior02.slack.post_message.7.synth.reread.1", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "acme-senior02.slack.post_message.7", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62]}, {"node_id": "acme-senior02.calendar.open_view.8", "observation_index": 9, "input_event_ordinals": [1, 2]}, {"node_id": "acme-senior02.notion.open_doc.9", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39]}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97]}, {"node_id": "acme-senior02.slides.open_deck.12", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "acme-senior02.slides.edit_text_box.14", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171]}, {"node_id": "acme-senior02.slides.save_deck.15", "observation_index": 19, "input_event_ordinals": [1]}]}, "media": {"video": "videos/acme-senior02__macos-web-next.webm", "frames": [{"node_id": "acme-senior02.slack.open_channel.0", "t_ms": 0, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slack.open_channel.0.png"}, {"node_id": "acme-senior02.slack.scroll_history.1", "t_ms": 480, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.1.png"}, {"node_id": "acme-senior02.slack.post_message.2", "t_ms": 1520, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.2.png"}, {"node_id": "acme-senior02.slack.scroll_history.4", "t_ms": 480, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.4.png"}, {"node_id": "acme-senior02.slack.scroll_history.6", "t_ms": 0, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.6.png"}, {"node_id": "acme-senior02.slack.post_message.7.synth.reread.1", "t_ms": 0, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.7.synth.reread.1.png"}, {"node_id": "acme-senior02.slack.post_message.7", "t_ms": 1660, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.7.png"}, {"node_id": "acme-senior02.calendar.open_view.8", "t_ms": 120, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.calendar.open_view.8.png"}, {"node_id": "acme-senior02.notion.open_doc.9", "t_ms": 640, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.notion.open_doc.9.png"}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.1.0", "t_ms": 1200, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.1.0.png"}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.2.1", "t_ms": 560, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.2.1.png"}, {"node_id": "acme-senior02.notion.insert_text.10.synth.typo.3.2", "t_ms": 2360, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.3.2.png"}, {"node_id": "acme-senior02.slides.open_deck.12", "t_ms": 540, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slides.open_deck.12.png"}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.4.0", "t_ms": 920, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.4.0.png"}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.5.1", "t_ms": 920, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.5.1.png"}, {"node_id": "acme-senior02.slides.add_slide.13.synth.typo.6.2", "t_ms": 920, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.6.2.png"}, {"node_id": "acme-senior02.slides.edit_text_box.14", "t_ms": 3840, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slides.edit_text_box.14.png"}, {"node_id": "acme-senior02.slides.save_deck.15", "t_ms": 0, "blob_ref": "screenshots/acme-senior02__macos-web-next/acme-senior02.slides.save_deck.15.png"}]}} +{"schema_version": "v2", "trajectory_id": "acme-recruiter03__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "acme-recruiter03", "company": "acme", "role_id": "hr.recruiter", "title": "Technical Recruiter", "env": "macos-web-next", "goal": "ACME · Technical Recruiter — workday", "tree": {"nodes": [{"node_id": "acme-recruiter03.mail.open_inbox.0", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "acme-recruiter03.mail.open_thread.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.381ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 381}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 381}}, {"node_id": "acme-recruiter03.mail.open_thread.1", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "acme-recruiter03.mail.reply.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.597ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 597}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 597}}, {"node_id": "acme-recruiter03.mail.reply.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Rollout window — Friday 09:00 GMT", "visible_text": "Confirming the rollout window for Friday 09:00 GMT. I'll be on-call; ping me directly if the canary alerts before noon.", "chars": 119}}, {"node_id": "acme-recruiter03.mail.open_thread.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.335ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 335}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 335}}, {"node_id": "acme-recruiter03.mail.open_thread.3", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "acme-recruiter03.mail.add_label.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.598ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 598}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 598}}, {"node_id": "acme-recruiter03.mail.add_label.4", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-1"}, {"node_id": "acme-recruiter03.mail.open_thread.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.519ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 519}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 519}}, {"node_id": "acme-recruiter03.mail.open_thread.5", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "acme-recruiter03.mail.add_label.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.343ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 343}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 343}}, {"node_id": "acme-recruiter03.mail.add_label.6", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-2"}, {"node_id": "acme-recruiter03.mail.open_thread.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.786ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 786}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 786}}, {"node_id": "acme-recruiter03.mail.open_thread.7", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "acme-recruiter03.mail.add_label.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.410ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 410}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 410}}, {"node_id": "acme-recruiter03.mail.add_label.8", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-3"}, {"node_id": "acme-recruiter03.calendar.open_view.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.471ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 471}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 471}}, {"node_id": "acme-recruiter03.calendar.open_view.9", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "acme-recruiter03.notion.open_doc.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.450ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 450}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 450}}, {"node_id": "acme-recruiter03.notion.open_doc.10", "kind": "terminal", "label": "notion.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "recruiting/phone-screen-template"}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0.synth.pause.11", "kind": "terminal", "label": "behavior.wait.479ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "1100801/100000", "t_finish_resolved": "1101801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 479}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 479}}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "1104801/100000", "t_finish_resolved": "1105801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "args": {"visible_text": "Candidate: R. Mehta · Excellent communication, solid on algorithms, limited distributed-systems depth. Lean yes; pair-progrs", "chars": 124, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1.synth.pause.12", "kind": "terminal", "label": "behavior.wait.773ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099801/100000"}, "t_start_resolved": "1099801/100000", "t_finish_resolved": "1100801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 773}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 773}}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099901/100000"}, "t_start_resolved": "1101801/100000", "t_finish_resolved": "1102801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.pause.13", "kind": "terminal", "label": "behavior.wait.771ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099901/100000"}, "t_start_resolved": "1102801/100000", "t_finish_resolved": "1103801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 771}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 771}}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100001/100000"}, "t_start_resolved": "1105801/100000", "t_finish_resolved": "1106801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "args": {"visible_text": "a", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2.synth.pause.14", "kind": "terminal", "label": "behavior.wait.631ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "549951/50000"}, "t_start_resolved": "1103801/100000", "t_finish_resolved": "1104801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 631}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 631}}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "550001/50000"}, "t_start_resolved": "1106801/100000", "t_finish_resolved": "1107801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "args": {"visible_text": "m onsite.", "chars": 9, "_typo_step": "typo.tail"}}, {"node_id": "acme-recruiter03.wait.pause.12.synth.pause.15", "kind": "terminal", "label": "behavior.wait.524ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 524}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 524}}, {"node_id": "acme-recruiter03.wait.pause.12", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "acme-recruiter03.calendar.open_view.13.synth.pause.16", "kind": "terminal", "label": "behavior.wait.555ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 555}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 555}}, {"node_id": "acme-recruiter03.calendar.open_view.13", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "acme-recruiter03.notion.open_doc.14.synth.pause.17", "kind": "terminal", "label": "behavior.wait.682ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 682}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 682}}, {"node_id": "acme-recruiter03.notion.open_doc.14", "kind": "terminal", "label": "intake.open", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/intake-notes"}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2.synth.pause.18", "kind": "terminal", "label": "behavior.wait.161ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7499/500"}, "t_start_resolved": "7499/500", "t_finish_resolved": "1876/125"}, "slots": {"behavior": "hesitation", "duration_ms": 161}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 161}}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "7509/500", "t_finish_resolved": "3757/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.pause.19", "kind": "terminal", "label": "behavior.wait.872ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "1876/125", "t_finish_resolved": "7509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 872}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 872}}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "kind": "terminal", "label": "intake.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "1881/125", "t_finish_resolved": "7529/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "args": {"visible_text": "Ints", "chars": 4, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1.synth.pause.20", "kind": "terminal", "label": "behavior.wait.413ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1499901/100000"}, "t_start_resolved": "3757/250", "t_finish_resolved": "7519/500"}, "slots": {"behavior": "hesitation", "duration_ms": 413}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 413}}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "kind": "terminal", "label": "intake.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1500001/100000"}, "t_start_resolved": "7529/500", "t_finish_resolved": "3767/250"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "args": {"visible_text": "a", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2.synth.pause.21", "kind": "terminal", "label": "behavior.wait.360ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749951/50000"}, "t_start_resolved": "7519/500", "t_finish_resolved": "1881/125"}, "slots": {"behavior": "hesitation", "duration_ms": 360}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 360}}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "kind": "terminal", "label": "intake.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-recruiter03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "750001/50000"}, "t_start_resolved": "3767/250", "t_finish_resolved": "7539/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "args": {"visible_text": "ke: aligned on priorities for the quarter. Parking the SSO debate until the enterprise deal closes. Owners noted below.", "chars": 119, "_typo_step": "typo.tail"}}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-mail", "node_id": "acme-recruiter03.mail.open_inbox.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "acme-recruiter03.calendar.open_view.9", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "acme-recruiter03.notion.open_doc.10", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 292, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 617, "y": 292, "tag": "div", "id": "", "class_name": "list-section-header s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Yesterday", "bbox": {"x": 462, "y": 283, "width": 251, "height": 23}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 601, "y": 243, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 591, "y": 214, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "acme-recruiter03.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 12, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 13, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 15, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 17, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 19, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "·", "char_index": 21, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 23, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 24, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 25, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 27, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 28, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 33, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 35, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 36, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 37, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 38, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 40, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 41, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 42, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 43, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 44, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 46, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 48, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 49, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 50, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 52, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 54, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 55, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 57, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 58, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 59, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 60, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 61, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 62, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 63, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 64, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 65, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 66, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 67, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 69, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 70, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 71, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 72, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 73, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 74, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 75, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 77, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 78, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 79, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 81, "t_ms": 1680}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 80, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 82, "t_ms": 1700}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 81, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 83, "t_ms": 1720}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 82, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 84, "t_ms": 1740}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 83, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 85, "t_ms": 1760}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 84, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 86, "t_ms": 1780}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 85, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 87, "t_ms": 1800}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 86, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 88, "t_ms": 1820}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 87, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 89, "t_ms": 1840}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 88, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 90, "t_ms": 1860}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 89, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 91, "t_ms": 1880}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 90, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 92, "t_ms": 1900}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 91, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 93, "t_ms": 1920}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 92, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 94, "t_ms": 1940}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 93, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 95, "t_ms": 1960}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 94, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 96, "t_ms": 1980}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 95, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 97, "t_ms": 2000}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 96, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 98, "t_ms": 2020}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 97, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 99, "t_ms": 2040}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 98, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 100, "t_ms": 2060}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 99, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 101, "t_ms": 2080}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 100, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 102, "t_ms": 2100}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 101, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 103, "t_ms": 2120}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 102, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 104, "t_ms": 2140}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 103, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 105, "t_ms": 2160}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 104, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 106, "t_ms": 2180}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 105, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 107, "t_ms": 2200}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 106, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 108, "t_ms": 2220}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 107, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 109, "t_ms": 2240}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 108, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 110, "t_ms": 2260}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 109, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 111, "t_ms": 2280}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 110, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 112, "t_ms": 2300}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 111, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 113, "t_ms": 2320}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 112, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 114, "t_ms": 2340}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 113, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 115, "t_ms": 2360}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 114, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 116, "t_ms": 2380}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 115, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 117, "t_ms": 2400}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 116, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 118, "t_ms": 2420}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 117, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 119, "t_ms": 2440}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 118, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 120, "t_ms": 2460}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 119, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 121, "t_ms": 2480}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 120, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 122, "t_ms": 2500}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 121, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 123, "t_ms": 2520}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 122, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 124, "t_ms": 2540}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 123, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 125, "t_ms": 2560}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 124, "char_count": 124, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 126, "t_ms": 2580}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 288, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 865, "y": 288, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 202, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 150, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 806, "y": 265, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 806, "y": 265, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 954, "y": 360, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 416, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 435, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 435, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 440, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 440, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 444, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 446, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 447, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 447, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 447, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 447, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "acme-recruiter03.calendar.open_view.13", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-recruiter03.calendar.open_view.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 310, "move_frame": 1, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 865, "y": 310, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-recruiter03.calendar.open_view.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 212, "move_frame": 2, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-recruiter03.calendar.open_view.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 153, "move_frame": 3, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-recruiter03.calendar.open_view.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-recruiter03.calendar.open_view.13", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "acme-recruiter03.notion.open_doc.14", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 164, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 594, "y": 164, "tag": "div", "id": "", "class_name": "list-section-header s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Pinned", "bbox": {"x": 462, "y": 155, "width": 251, "height": 23}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 590, "y": 186, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 589, "y": 200, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 316, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 316, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 396, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 444, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 460, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "acme-recruiter03.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 460, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 317, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 865, "y": 317, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 215, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 153, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 806, "y": 276, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 806, "y": 276, "tag": "b", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Updates:", "bbox": {"x": 742, "y": 272, "width": 64, "height": 19}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 954, "y": 378, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 440, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 460, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 460, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 466, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 466, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 510}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 470, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 472, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 473, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 473, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 510}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 473, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 473, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 510}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 479, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 479, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 536}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 483, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 485, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 486, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 486, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 536}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 486, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 486, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 24 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 69% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 536}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 1, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 3, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 6, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 8, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 16, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 19, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 20, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 21, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 22, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 23, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 27, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 28, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 32, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 35, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 36, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 38, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 39, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 41, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 42, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 44, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 46, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 47, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 49, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 50, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 52, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 53, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 54, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 56, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 57, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 58, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 59, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 60, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 61, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 62, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 63, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 67, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 68, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 69, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 70, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 71, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 73, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 74, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 80, "t_ms": 2060}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 75, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 81, "t_ms": 2080}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 82, "t_ms": 2100}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 83, "t_ms": 2120}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 78, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 84, "t_ms": 2140}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 79, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 85, "t_ms": 2160}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 80, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 86, "t_ms": 2180}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 81, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 87, "t_ms": 2200}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 82, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 88, "t_ms": 2220}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 83, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 89, "t_ms": 2240}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 84, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 90, "t_ms": 2260}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 85, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 91, "t_ms": 2280}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 86, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 92, "t_ms": 2300}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 93, "t_ms": 2320}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 88, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 94, "t_ms": 2340}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 89, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 95, "t_ms": 2360}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 90, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 96, "t_ms": 2380}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 91, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 97, "t_ms": 2400}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 92, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 98, "t_ms": 2420}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 93, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 99, "t_ms": 2440}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 94, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 100, "t_ms": 2460}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 95, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 101, "t_ms": 2480}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 96, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 102, "t_ms": 2500}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 97, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 103, "t_ms": 2520}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 98, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 104, "t_ms": 2540}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 99, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 105, "t_ms": 2560}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 100, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 106, "t_ms": 2580}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 101, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 107, "t_ms": 2600}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 102, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 108, "t_ms": 2620}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 103, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 109, "t_ms": 2640}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 104, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 110, "t_ms": 2660}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 105, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 111, "t_ms": 2680}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 106, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 112, "t_ms": 2700}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 107, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 113, "t_ms": 2720}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 108, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 114, "t_ms": 2740}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 109, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 115, "t_ms": 2760}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 110, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 116, "t_ms": 2780}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 111, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 117, "t_ms": 2800}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 112, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 118, "t_ms": 2820}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 113, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 119, "t_ms": 2840}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 114, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 120, "t_ms": 2860}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 115, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 121, "t_ms": 2880}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 116, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 122, "t_ms": 2900}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 117, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 123, "t_ms": 2920}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 118, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 124, "t_ms": 2940}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 119, "char_count": 119, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 125, "t_ms": 2960}], "observations": [{"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove macos-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Confirming the rollout window for Friday 09:00 GMT. I'll be on-call; ping me directly if the canary alerts before noon."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "recruiting/phone-screen-template", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "recruiting/phone-screen-template"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Candidate: R. Mehta · Excellent communication, solid on algorithms, limited distributed-systems depth. Lean yes; pair-progrs"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/notes.scroll_history.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "a"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "m onsite."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/intake-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/intake-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/notes.scroll_history.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Ints"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "a"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "ke: aligned on priorities for the quarter. Parking the SSO debate until the enterprise deal closes. Owners noted below."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}], "alignment": [{"node_id": "acme-recruiter03.mail.open_inbox.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "acme-recruiter03.mail.open_thread.1", "observation_index": 1, "input_event_ordinals": []}, {"node_id": "acme-recruiter03.mail.reply.2", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "acme-recruiter03.mail.open_thread.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "acme-recruiter03.mail.add_label.4", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "acme-recruiter03.mail.open_thread.5", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "acme-recruiter03.mail.add_label.6", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "acme-recruiter03.mail.open_thread.7", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "acme-recruiter03.mail.add_label.8", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "acme-recruiter03.calendar.open_view.9", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "acme-recruiter03.notion.open_doc.10", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126]}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, {"node_id": "acme-recruiter03.calendar.open_view.13", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "acme-recruiter03.notion.open_doc.14", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125]}]}, "media": {"video": "videos/acme-recruiter03__macos-web-next.webm", "frames": [{"node_id": "acme-recruiter03.mail.open_inbox.0", "t_ms": 0, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.mail.open_inbox.0.png"}, {"node_id": "acme-recruiter03.calendar.open_view.9", "t_ms": 0, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.calendar.open_view.9.png"}, {"node_id": "acme-recruiter03.notion.open_doc.10", "t_ms": 680, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.open_doc.10.png"}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.1.0", "t_ms": 2960, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.1.0.png"}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1", "t_ms": 480, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1.png"}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.2.1", "t_ms": 600, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.2.1.png"}, {"node_id": "acme-recruiter03.notion.insert_text.11.synth.typo.3.2", "t_ms": 760, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.3.2.png"}, {"node_id": "acme-recruiter03.calendar.open_view.13", "t_ms": 540, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.calendar.open_view.13.png"}, {"node_id": "acme-recruiter03.notion.open_doc.14", "t_ms": 680, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.open_doc.14.png"}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2", "t_ms": 480, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2.png"}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.4.0", "t_ms": 660, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.4.0.png"}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.5.1", "t_ms": 600, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.5.1.png"}, {"node_id": "acme-recruiter03.notion.insert_text.15.synth.typo.6.2", "t_ms": 2960, "blob_ref": "screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.6.2.png"}]}} +{"schema_version": "v2", "trajectory_id": "acme-bdr04__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "acme-bdr04", "company": "acme", "role_id": "sales.bdr", "title": "BDR", "env": "windows-web-next", "goal": "ACME · BDR — workday", "tree": {"nodes": [{"node_id": "acme-bdr04.calendar.open_view.0", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "acme-bdr04.notion.open_doc.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.269ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 269}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 269}}, {"node_id": "acme-bdr04.notion.open_doc.1", "kind": "terminal", "label": "weekly.open", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/weekly-notes"}, {"node_id": "acme-bdr04.notion.insert_text.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.198ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 198}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 198}}, {"node_id": "acme-bdr04.notion.insert_text.2", "kind": "terminal", "label": "weekly.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/weekly-notes", "args": {"visible_text": "Weekly recap: open risks are vendor timing and staging parity. Next checkpoint Thursday; no blockers for this sprint.", "chars": 117}}, {"node_id": "acme-bdr04.mail.open_inbox.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.175ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 175}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 175}}, {"node_id": "acme-bdr04.mail.open_inbox.3", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "acme-bdr04.mail.open_thread.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.220ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 220}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 220}}, {"node_id": "acme-bdr04.mail.open_thread.4", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.1.0.synth.pause.5", "kind": "terminal", "label": "behavior.wait.436ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 436}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 436}}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.1.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5029/1000", "t_finish_resolved": "5039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: spec review", "visible_text": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to prp", "chars": 133, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.2.1.synth.pause.6", "kind": "terminal", "label": "behavior.wait.380ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499901/100000"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 380}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 380}}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.2.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/100000"}, "t_start_resolved": "5039/1000", "t_finish_resolved": "5049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: spec review", "visible_text": "o", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.3.2.synth.pause.7", "kind": "terminal", "label": "behavior.wait.380ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249951/50000"}, "t_start_resolved": "5019/1000", "t_finish_resolved": "5029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 380}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 380}}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.3.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250001/50000"}, "t_start_resolved": "5049/1000", "t_finish_resolved": "5059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: spec review", "visible_text": "ceed.", "chars": 5, "_typo_step": "typo.tail"}}, {"node_id": "acme-bdr04.mail.open_thread.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.219ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 219}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 219}}, {"node_id": "acme-bdr04.mail.open_thread.6", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "acme-bdr04.mail.add_label.7.synth.pause.9", "kind": "terminal", "label": "behavior.wait.475ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 475}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 475}}, {"node_id": "acme-bdr04.mail.add_label.7", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-1"}, {"node_id": "acme-bdr04.mail.open_thread.8.synth.pause.10", "kind": "terminal", "label": "behavior.wait.444ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 444}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 444}}, {"node_id": "acme-bdr04.mail.open_thread.8", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "acme-bdr04.mail.archive.9.synth.pause.11", "kind": "terminal", "label": "behavior.wait.154ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 154}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 154}}, {"node_id": "acme-bdr04.mail.archive.9", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-2"}, {"node_id": "acme-bdr04.mail.open_thread.10.synth.pause.12", "kind": "terminal", "label": "behavior.wait.214ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 214}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 214}}, {"node_id": "acme-bdr04.mail.open_thread.10", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "acme-bdr04.mail.archive.11.synth.pause.13", "kind": "terminal", "label": "behavior.wait.242ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 242}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 242}}, {"node_id": "acme-bdr04.mail.archive.11", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-3"}, {"node_id": "acme-bdr04.wait.pause.12.synth.pause.14", "kind": "terminal", "label": "behavior.wait.217ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 217}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 217}}, {"node_id": "acme-bdr04.wait.pause.12", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "acme-bdr04.calendar.open_view.13.synth.pause.15", "kind": "terminal", "label": "behavior.wait.272ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 272}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 272}}, {"node_id": "acme-bdr04.calendar.open_view.13", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "acme-bdr04.notion.open_doc.14.synth.pause.16", "kind": "terminal", "label": "behavior.wait.199ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 199}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 199}}, {"node_id": "acme-bdr04.notion.open_doc.14", "kind": "terminal", "label": "notion.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "sales/discovery-notes-acme"}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0.synth.pause.17", "kind": "terminal", "label": "behavior.wait.425ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 425}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 425}}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15029/1000", "t_finish_resolved": "15039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "Pain: manual reconciliation eats two FTEs each close. Budget: not yet sized. Champion: VP finance. Next step: T", "chars": 111, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.5.1.synth.pause.18", "kind": "terminal", "label": "behavior.wait.335ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1499901/100000"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 335}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 335}}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.5.1", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1500001/100000"}, "t_start_resolved": "15039/1000", "t_finish_resolved": "15049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "R", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2.synth.pause.19", "kind": "terminal", "label": "behavior.wait.217ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749951/50000"}, "t_start_resolved": "15019/1000", "t_finish_resolved": "15029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 217}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 217}}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "750001/50000"}, "t_start_resolved": "15049/1000", "t_finish_resolved": "15059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "OI model for the board.", "chars": 23, "_typo_step": "typo.tail"}}, {"node_id": "xco.acme.offer", "kind": "terminal", "label": "xco.acme.offer", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "880"}, "t_start_resolved": "880", "t_finish_resolved": "88001/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#acme-globex-deal", "args": {"visible_text": "Hi globex team — sending over the renewal quote + the checkout-v3 integration timeline. Happy to jump on a call.", "chars": 112}}, {"node_id": "xco.acme.confirm", "kind": "terminal", "label": "xco.acme.confirm", "parent_node_id": "root", "scope": {"stream": "actor:acme-bdr04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "882"}, "t_start_resolved": "882", "t_finish_resolved": "88201/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#acme-globex-deal", "args": {"visible_text": "Confirmed on EU residency — it's in section 7 of the MSA. Let's aim to close by Friday.", "chars": 87}}]}, "trajectory": {"input_events": [{"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:32 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 752, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 752, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 744, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 664, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 611, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 593, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 593, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 593, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 593, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 754, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Calendar", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "acme-bdr04.calendar.open_view.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 15 Calendar 15 8:32 PM 5/", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 629, "y": 838, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 629, "y": 838, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 15 Calendar May 2026 Toda", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 565, "y": 859, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 526, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 751, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 751, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 741, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 662, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 608, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 590, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 590, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 590, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 590, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 5, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 685, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 685, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 20, "t_ms": 1340}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 754, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 21, "t_ms": 1460}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 794, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1580}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 23, "t_ms": 1700}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 15 Calendar May 2026 Toda", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 24, "t_ms": 1820}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 877, "y": 651, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 877, "y": 651, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 745, "y": 102, "width": 666, "height": 695}}, "validated": true, "ordinal": 25, "t_ms": 1880}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 988, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 26, "t_ms": 2000}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1056, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 27, "t_ms": 2120}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1078, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 745, "y": 102, "width": 666, "height": 695}}, "validated": true, "ordinal": 28, "t_ms": 2240}, {"node_id": "acme-bdr04.notion.open_doc.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 745, "y": 102, "width": 666, "height": 695}}, "validated": true, "ordinal": 29, "t_ms": 2360}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 745, "y": 102, "width": 666, "height": 695}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 4, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 5, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 6, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 12, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 13, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 16, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 18, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 20, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 21, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 22, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 23, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 24, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 26, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 27, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 32, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 33, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 37, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 39, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 40, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 41, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 42, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 44, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 46, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 48, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 49, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 50, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 51, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 52, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 53, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 54, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 56, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 57, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 58, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 59, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 61, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 62, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 64, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 66, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 67, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 69, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 70, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 71, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 72, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 73, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 74, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 75, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 76, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 77, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 78, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 79, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1680}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 80, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1700}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 81, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1720}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 82, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1740}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 83, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1760}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 84, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1780}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 85, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1800}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 86, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 1820}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 87, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 1840}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 88, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 1860}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 89, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 1880}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 90, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 1900}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 91, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 1920}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 92, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 1940}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 93, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 1960}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 94, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 1980}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 95, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 2000}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 96, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 2020}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 97, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2040}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 98, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2060}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 99, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2080}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 100, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2100}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 101, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2120}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 102, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2140}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 103, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2160}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 104, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2180}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 105, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2200}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 106, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2220}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 107, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2240}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 108, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 2260}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 109, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 111, "t_ms": 2280}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 110, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 112, "t_ms": 2300}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 111, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 113, "t_ms": 2320}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 112, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 114, "t_ms": 2340}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 113, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 115, "t_ms": 2360}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 114, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 116, "t_ms": 2380}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 115, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 117, "t_ms": 2400}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 116, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 118, "t_ms": 2420}, {"node_id": "acme-bdr04.notion.insert_text.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 117, "char_count": 117, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 119, "t_ms": 2440}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 821, "y": 636, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 821, "y": 636, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 745, "y": 102, "width": 666, "height": 695}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 637, "y": 770, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 527, "y": 849, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 490, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 490, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 596, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 596, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 672, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 718, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 877, "y": 651, "move_frame": 1, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 877, "y": 651, "tag": "div", "id": "", "class_name": "email-list s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "A Alice Johnson Today Project Update - Q1 Review Hi, I wanted to share the latest updates on our Q1 project milestones..", "bbox": {"x": 209, "y": 89, "width": 948, "height": 678}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 988, "y": 540, "move_frame": 2, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1056, "y": 472, "move_frame": 3, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1078, "y": 450, "move_frame": 4, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "span", "id": "", "class_name": "email-subject s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Lunch this Friday?", "bbox": {"x": 277, "y": 449, "width": 820, "height": 18}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "acme-bdr04.mail.open_inbox.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "acme-bdr04.mail.open_thread.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.2.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.3.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.open_thread.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.add_label.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.open_thread.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.archive.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.open_thread.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.mail.archive.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 821, "y": 636, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 821, "y": 636, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 637, "y": 770, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 527, "y": 849, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 490, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 490, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 596, "y": 752, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 596, "y": 752, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 672, "y": 664, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 718, "y": 611, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 593, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 593, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 593, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 593, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 754, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Calendar", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 877, "y": 651, "move_frame": 1, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 877, "y": 651, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 26, "t_ms": 1900}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 988, "y": 540, "move_frame": 2, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 27, "t_ms": 2020}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1056, "y": 472, "move_frame": 3, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 28, "t_ms": 2140}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1078, "y": 450, "move_frame": 4, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 29, "t_ms": 2260}, {"node_id": "acme-bdr04.calendar.open_view.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 30, "t_ms": 2380}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 821, "y": 636, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 821, "y": 636, "tag": "div", "id": "", "class_name": "detail-body s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "Hey! Want to grab lunch this Friday? There is a new Italian place that opened near the office. Let me know if you are fr", "bbox": {"x": 229, "y": 178, "width": 908, "height": 504}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 637, "y": 770, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 527, "y": 849, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 490, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 490, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 596, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 596, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 672, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 718, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 5, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 20, "t_ms": 1340}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 21, "t_ms": 1460}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1580}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 23, "t_ms": 1700}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 24, "t_ms": 1820}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 877, "y": 651, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 877, "y": 651, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 745, "y": 102, "width": 666, "height": 695}}, "validated": true, "ordinal": 25, "t_ms": 1880}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 988, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 26, "t_ms": 2000}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1056, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 27, "t_ms": 2120}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1078, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Weekly recap: open risks are vendor timing and staging parity. Next checkpoint Thursday; no blockers for this sprint.", "bbox": {"x": 829, "y": 414, "width": 522, "height": 45}}, "validated": true, "ordinal": 28, "t_ms": 2240}, {"node_id": "acme-bdr04.notion.open_doc.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Weekly recap: open risks are vendor timing and staging parity. Next checkpoint Thursday; no blockers for this sprint.", "bbox": {"x": 829, "y": 414, "width": 522, "height": 45}}, "validated": true, "ordinal": 29, "t_ms": 2360}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Weekly recap: open risks are vendor timing and staging parity. Next checkpoint Thursday; no blockers for this sprint.", "bbox": {"x": 829, "y": 414, "width": 522, "height": 45}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 12, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 18, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 21, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 22, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 30, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 32, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 34, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 35, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 36, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 38, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 39, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 40, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 41, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 44, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 45, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 46, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 48, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 49, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 50, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 53, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 55, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 56, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 57, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 58, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 59, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 61, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 63, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 64, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 65, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 67, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 68, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 69, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 71, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 72, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 73, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 74, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 75, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 76, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 77, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 78, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 79, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1680}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 80, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1700}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 81, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1720}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 82, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1740}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 83, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1760}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 84, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1780}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 85, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1800}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 86, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 1820}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 1840}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 88, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 1860}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 89, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 1880}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 90, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 1900}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 91, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 1920}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 92, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 1940}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 93, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 1960}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 94, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 1980}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 95, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 2000}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 96, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 2020}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 97, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2040}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 98, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2060}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 99, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2080}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 100, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2100}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 101, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2120}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 102, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2140}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 103, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2160}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 104, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2180}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 105, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2200}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 106, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2220}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 107, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2240}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 108, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 2260}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 109, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 111, "t_ms": 2280}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 110, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 112, "t_ms": 2300}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 111, "char_count": 111, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 113, "t_ms": 2320}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.5.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Weekly recap: open risks are vendor timing and staging parity. Next checkpoint Thursday; no blockers for this sprint.", "bbox": {"x": 829, "y": 414, "width": 522, "height": 45}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.5.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.5.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1078, "y": 450, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1078, "y": 450, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Weekly recap: open risks are vendor timing and staging parity. Next checkpoint Thursday; no blockers for this sprint.", "bbox": {"x": 829, "y": 414, "width": 522, "height": 45}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 1, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 2, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 10, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 18, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 19, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 22, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 23, "char_count": 23, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 821, "y": 636, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 821, "y": 636, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 745, "y": 102, "width": 666, "height": 695}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 637, "y": 770, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 527, "y": 849, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 490, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 490, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 596, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 596, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 672, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 718, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 360, "y": 173, "width": 1043, "height": 652}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 822, "y": 808, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 822, "y": 808, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 23, "t_ms": 1840}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 895, "y": 809, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 24, "t_ms": 1960}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 938, "y": 810, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 25, "t_ms": 2080}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 953, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 26, "t_ms": 2200}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 953, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 27, "t_ms": 2320}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 1, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 2380}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 2400}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 2420}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 4, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 5, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 7, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 9, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 16, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 21, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 22, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 23, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 24, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 2880}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 27, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 2900}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 2920}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 2940}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 2960}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 2980}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 32, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 3000}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 3020}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 3040}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 3060}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 3080}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 37, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 3100}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 3120}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 39, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 3140}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 40, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 3160}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 41, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 3180}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 3200}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 43, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 3220}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 44, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 3240}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 45, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 3260}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 46, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 3280}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 3300}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 3320}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "+", "char_index": 49, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 76, "t_ms": 3340}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 77, "t_ms": 3360}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 78, "t_ms": 3380}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 52, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 79, "t_ms": 3400}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 80, "t_ms": 3420}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 81, "t_ms": 3440}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 55, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 82, "t_ms": 3460}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 56, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 83, "t_ms": 3480}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 57, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 84, "t_ms": 3500}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 58, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 85, "t_ms": 3520}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 59, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 86, "t_ms": 3540}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 60, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 87, "t_ms": 3560}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 61, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 88, "t_ms": 3580}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 62, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 89, "t_ms": 3600}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 63, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 90, "t_ms": 3620}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 64, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 91, "t_ms": 3640}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 65, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 92, "t_ms": 3660}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 93, "t_ms": 3680}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 67, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 94, "t_ms": 3700}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 68, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 95, "t_ms": 3720}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 69, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 96, "t_ms": 3740}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 70, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 97, "t_ms": 3760}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 71, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 98, "t_ms": 3780}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 72, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 99, "t_ms": 3800}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 73, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 100, "t_ms": 3820}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 74, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 101, "t_ms": 3840}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 75, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 102, "t_ms": 3860}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 76, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 103, "t_ms": 3880}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 77, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 104, "t_ms": 3900}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 78, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 105, "t_ms": 3920}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 79, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 106, "t_ms": 3940}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 80, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 107, "t_ms": 3960}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 81, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 108, "t_ms": 3980}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 82, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 109, "t_ms": 4000}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 83, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 110, "t_ms": 4020}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 84, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 111, "t_ms": 4040}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 85, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 112, "t_ms": 4060}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 86, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 113, "t_ms": 4080}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 87, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 114, "t_ms": 4100}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 88, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 115, "t_ms": 4120}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 89, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 116, "t_ms": 4140}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 90, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 117, "t_ms": 4160}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 91, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 118, "t_ms": 4180}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 92, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 119, "t_ms": 4200}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 93, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 120, "t_ms": 4220}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 94, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 121, "t_ms": 4240}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 95, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 122, "t_ms": 4260}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 96, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 123, "t_ms": 4280}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 97, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 124, "t_ms": 4300}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 98, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 125, "t_ms": 4320}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 99, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 126, "t_ms": 4340}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 100, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 127, "t_ms": 4360}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 101, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 128, "t_ms": 4380}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 102, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 129, "t_ms": 4400}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 103, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 130, "t_ms": 4420}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 104, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 131, "t_ms": 4440}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 105, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 132, "t_ms": 4460}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 106, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 133, "t_ms": 4480}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 107, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 134, "t_ms": 4500}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 108, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 135, "t_ms": 4520}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 109, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 136, "t_ms": 4540}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 110, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 137, "t_ms": 4560}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 111, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 138, "t_ms": 4580}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 112, "char_count": 112, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 139, "t_ms": 4600}, {"node_id": "xco.acme.offer", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 140, "t_ms": 4620}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 953, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 4, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 14, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 15, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 19, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 21, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 23, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 25, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 27, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 29, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 30, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 31, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 32, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 42, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 43, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "7", "char_index": 45, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 47, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 48, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 50, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 51, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 54, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 55, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 56, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 57, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 59, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 60, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 61, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 62, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 63, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 65, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 66, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 67, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 69, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 70, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 71, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 72, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 73, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 74, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 75, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 76, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 77, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 78, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 79, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 80, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 81, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 82, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 83, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 84, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 85, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 86, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 87, "char_count": 87, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "xco.acme.confirm", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 89, "t_ms": 1800}], "observations": [{"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove windows-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/weekly-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "meetings/weekly-notes"}, "observation": "Low-level replay drove windows-web-next/wordpad.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/weekly-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "Weekly recap: open risks are vendor timing and staging parity. Next checkpoint Thursday; no blockers for this sprint."}, "observation": "Low-level replay drove windows-web-next/wordpad.insert_text.", "error": null}, {"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove windows-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to prp"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "o"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "ceed."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.archive.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove windows-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "sales/discovery-notes-acme"}, "observation": "Low-level replay drove windows-web-next/wordpad.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "Pain: manual reconciliation eats two FTEs each close. Budget: not yet sized. Champion: VP finance. Next step: T"}, "observation": "Low-level replay drove windows-web-next/wordpad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "R"}, "observation": "Low-level replay drove windows-web-next/wordpad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "OI model for the board."}, "observation": "Low-level replay drove windows-web-next/wordpad.insert_text.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#acme-globex-deal", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Hi globex team — sending over the renewal quote + the checkout-v3 integration timeline. Happy to jump on a call."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#acme-globex-deal", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Confirmed on EU residency — it's in section 7 of the MSA. Let's aim to close by Friday."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}], "alignment": [{"node_id": "acme-bdr04.calendar.open_view.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "acme-bdr04.notion.open_doc.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, {"node_id": "acme-bdr04.notion.insert_text.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119]}, {"node_id": "acme-bdr04.mail.open_inbox.3", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "acme-bdr04.mail.open_thread.4", "observation_index": 4, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.1.0", "observation_index": 5, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.2.1", "observation_index": 6, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.3.2", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.mail.open_thread.6", "observation_index": 8, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.mail.add_label.7", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.mail.open_thread.8", "observation_index": 10, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.mail.archive.9", "observation_index": 11, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.mail.open_thread.10", "observation_index": 12, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.mail.archive.11", "observation_index": 13, "input_event_ordinals": [1]}, {"node_id": "acme-bdr04.calendar.open_view.13", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, {"node_id": "acme-bdr04.notion.open_doc.14", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113]}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.5.1", "observation_index": 17, "input_event_ordinals": [1, 2, 3]}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "xco.acme.offer", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140]}, {"node_id": "xco.acme.confirm", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89]}]}, "media": {"video": "videos/acme-bdr04__windows-web-next.webm", "frames": [{"node_id": "acme-bdr04.calendar.open_view.0", "t_ms": 520, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.calendar.open_view.0.png"}, {"node_id": "acme-bdr04.notion.open_doc.1", "t_ms": 600, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.open_doc.1.png"}, {"node_id": "acme-bdr04.notion.insert_text.2", "t_ms": 4200, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.2.png"}, {"node_id": "acme-bdr04.mail.open_inbox.3", "t_ms": 540, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_inbox.3.png"}, {"node_id": "acme-bdr04.mail.open_thread.4", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.4.png"}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.1.0", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.1.0.png"}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.2.1", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.2.1.png"}, {"node_id": "acme-bdr04.mail.reply.5.synth.typo.3.2", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.3.2.png"}, {"node_id": "acme-bdr04.mail.open_thread.6", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.6.png"}, {"node_id": "acme-bdr04.mail.add_label.7", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.add_label.7.png"}, {"node_id": "acme-bdr04.mail.open_thread.8", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.8.png"}, {"node_id": "acme-bdr04.mail.archive.9", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.archive.9.png"}, {"node_id": "acme-bdr04.mail.open_thread.10", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.10.png"}, {"node_id": "acme-bdr04.mail.archive.11", "t_ms": 0, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.archive.11.png"}, {"node_id": "acme-bdr04.calendar.open_view.13", "t_ms": 620, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.calendar.open_view.13.png"}, {"node_id": "acme-bdr04.notion.open_doc.14", "t_ms": 600, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.open_doc.14.png"}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.4.0", "t_ms": 4080, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.4.0.png"}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.5.1", "t_ms": 80, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.5.1.png"}, {"node_id": "acme-bdr04.notion.insert_text.15.synth.typo.6.2", "t_ms": 520, "blob_ref": "screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.6.2.png"}, {"node_id": "xco.acme.offer", "t_ms": 4620, "blob_ref": "screenshots/acme-bdr04__windows-web-next/xco.acme.offer.png"}, {"node_id": "xco.acme.confirm", "t_ms": 1800, "blob_ref": "screenshots/acme-bdr04__windows-web-next/xco.acme.confirm.png"}]}} +{"schema_version": "v2", "trajectory_id": "acme-senior05__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "acme-senior05", "company": "acme", "role_id": "pm.product.senior", "title": "Senior Product Manager", "env": "macos-web-next", "goal": "ACME · Senior Product Manager — workday", "tree": {"nodes": [{"node_id": "acme-senior05.calendar.open_view.0", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "acme-senior05.notion.open_doc.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.557ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 557}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 557}}, {"node_id": "acme-senior05.notion.open_doc.1", "kind": "terminal", "label": "stakeholder.open", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/stakeholder-notes"}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0.synth.pause.2", "kind": "terminal", "label": "behavior.wait.457ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "201803/100000", "t_finish_resolved": "202803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 457}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 457}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "kind": "terminal", "label": "stakeholder.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "208803/100000", "t_finish_resolved": "209803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "args": {"visible_text": "Stakeholder notes: reviewed the dashboard, d", "chars": 44, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.540ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "202803/100000", "t_finish_resolved": "203803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 540}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 540}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "kind": "terminal", "label": "stakeholder.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "209803/100000", "t_finish_resolved": "210803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "args": {"visible_text": "f", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.491ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "203803/100000", "t_finish_resolved": "204803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 491}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 491}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "kind": "terminal", "label": "stakeholder.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "210803/100000", "t_finish_resolved": "211803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "args": {"visible_text": "lagged one data gap, agreed on a backfill plan. Follow-up dp", "chars": 60, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1.synth.pause.5", "kind": "terminal", "label": "behavior.wait.453ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199803/100000"}, "t_start_resolved": "199803/100000", "t_finish_resolved": "200803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 453}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 453}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199903/100000"}, "t_start_resolved": "204803/100000", "t_finish_resolved": "205803/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.pause.6", "kind": "terminal", "label": "behavior.wait.234ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199903/100000"}, "t_start_resolved": "205803/100000", "t_finish_resolved": "206803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 234}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 234}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "kind": "terminal", "label": "stakeholder.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200003/100000"}, "t_start_resolved": "211803/100000", "t_finish_resolved": "212803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "args": {"visible_text": "o", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2.synth.pause.7", "kind": "terminal", "label": "behavior.wait.1072ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "49951/25000"}, "t_start_resolved": "200803/100000", "t_finish_resolved": "201803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1072}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1072}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6247/3125"}, "t_start_resolved": "207803/100000", "t_finish_resolved": "208803/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.pause.8", "kind": "terminal", "label": "behavior.wait.588ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6247/3125"}, "t_start_resolved": "206803/100000", "t_finish_resolved": "207803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 588}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 588}}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "kind": "terminal", "label": "stakeholder.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "50001/25000"}, "t_start_resolved": "212803/100000", "t_finish_resolved": "213803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "args": {"visible_text": "c to circulate by EOD.", "chars": 22, "_typo_step": "typo.tail"}}, {"node_id": "acme-senior05.calendar.open_view.3.synth.pause.9", "kind": "terminal", "label": "behavior.wait.555ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 555}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 555}}, {"node_id": "acme-senior05.calendar.open_view.3", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "acme-senior05.notion.open_doc.4.synth.pause.10", "kind": "terminal", "label": "behavior.wait.312ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 312}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 312}}, {"node_id": "acme-senior05.notion.open_doc.4", "kind": "terminal", "label": "roadmap.open", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/roadmap-notes"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0.synth.pause.11", "kind": "terminal", "label": "behavior.wait.183ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "125451/25000", "t_finish_resolved": "125701/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 183}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 183}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "kind": "terminal", "label": "roadmap.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "127701/25000", "t_finish_resolved": "127951/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "args": {"visible_text": "Roadmap recap: open risks are vendor timing and stago", "chars": 53, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1.synth.pause.12", "kind": "terminal", "label": "behavior.wait.376ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499901/100000"}, "t_start_resolved": "125701/25000", "t_finish_resolved": "125951/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 376}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 376}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "kind": "terminal", "label": "roadmap.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/100000"}, "t_start_resolved": "127951/25000", "t_finish_resolved": "128201/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "args": {"visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2.synth.pause.13", "kind": "terminal", "label": "behavior.wait.1645ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249951/50000"}, "t_start_resolved": "125951/25000", "t_finish_resolved": "126201/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 1645}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1645}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "kind": "terminal", "label": "roadmap.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250001/50000"}, "t_start_resolved": "128201/25000", "t_finish_resolved": "128451/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "args": {"visible_text": "ng paro", "chars": 7, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3.synth.pause.14", "kind": "terminal", "label": "behavior.wait.505ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499903/100000"}, "t_start_resolved": "126201/25000", "t_finish_resolved": "126451/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 505}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 505}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "kind": "terminal", "label": "roadmap.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500003/100000"}, "t_start_resolved": "128451/25000", "t_finish_resolved": "128701/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "args": {"visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3.synth.pause.15", "kind": "terminal", "label": "behavior.wait.816ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "124951/25000"}, "t_start_resolved": "124951/25000", "t_finish_resolved": "125201/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 816}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 816}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15622/3125"}, "t_start_resolved": "126701/25000", "t_finish_resolved": "126951/25000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.pause.16", "kind": "terminal", "label": "behavior.wait.285ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15622/3125"}, "t_start_resolved": "126451/25000", "t_finish_resolved": "126701/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 285}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 285}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "kind": "terminal", "label": "roadmap.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "125001/25000"}, "t_start_resolved": "128701/25000", "t_finish_resolved": "128951/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "args": {"visible_text": "ty. Next checkpoo", "chars": 17, "_typo_step": "typo.write-wrong"}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4.synth.pause.17", "kind": "terminal", "label": "behavior.wait.580ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99961/20000"}, "t_start_resolved": "125201/25000", "t_finish_resolved": "125451/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 580}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 580}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99981/20000"}, "t_start_resolved": "127201/25000", "t_finish_resolved": "127451/25000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.pause.18", "kind": "terminal", "label": "behavior.wait.375ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99981/20000"}, "t_start_resolved": "126951/25000", "t_finish_resolved": "127201/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 375}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 375}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "kind": "terminal", "label": "roadmap.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/20000"}, "t_start_resolved": "128951/25000", "t_finish_resolved": "129201/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "args": {"visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6.synth.pause.19", "kind": "terminal", "label": "behavior.wait.674ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249953/50000"}, "t_start_resolved": "127451/25000", "t_finish_resolved": "127701/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 674}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 674}}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "kind": "terminal", "label": "roadmap.write", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250003/50000"}, "t_start_resolved": "129201/25000", "t_finish_resolved": "129451/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "args": {"visible_text": "nt Thursday; no blockers for this sprint.", "chars": 41, "_typo_step": "typo.tail"}}, {"node_id": "acme-senior05.wait.pause.6.synth.pause.20", "kind": "terminal", "label": "behavior.wait.514ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 514}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 514}}, {"node_id": "acme-senior05.wait.pause.6", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "acme-senior05.slack.open_channel.7.synth.pause.21", "kind": "terminal", "label": "behavior.wait.311ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 311}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 311}}, {"node_id": "acme-senior05.slack.open_channel.7", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#general"}, {"node_id": "acme-senior05.slack.scroll_history.8.synth.pause.22", "kind": "terminal", "label": "behavior.wait.221ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 221}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 221}}, {"node_id": "acme-senior05.slack.scroll_history.8", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#general"}, {"node_id": "acme-senior05.slack.post_message.9.synth.pause.23", "kind": "terminal", "label": "behavior.wait.913ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 913}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 913}}, {"node_id": "acme-senior05.slack.post_message.9", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#general", "args": {"visible_text": "Just merged — bumping the version tag after the mwrge.", "chars": 54, "_typo_committed": true}}, {"node_id": "acme-senior05.slack.open_channel.10.synth.pause.24", "kind": "terminal", "label": "behavior.wait.451ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 451}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 451}}, {"node_id": "acme-senior05.slack.open_channel.10", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "acme-senior05.slack.scroll_history.11.synth.pause.25", "kind": "terminal", "label": "behavior.wait.313ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 313}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 313}}, {"node_id": "acme-senior05.slack.scroll_history.11", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "acme-senior05.slack.post_message.12.synth.reread.5.synth.pause.26", "kind": "terminal", "label": "behavior.wait.273ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/500"}, "t_start_resolved": "5999/500", "t_finish_resolved": "1501/125"}, "slots": {"behavior": "hesitation", "duration_ms": 273}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 273}}, {"node_id": "acme-senior05.slack.post_message.12.synth.reread.5", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "1501/125", "t_finish_resolved": "6009/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "acme-senior05.slack.post_message.12.synth.pause.27", "kind": "terminal", "label": "behavior.wait.1023ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "6009/500", "t_finish_resolved": "3007/250"}, "slots": {"behavior": "hesitation", "duration_ms": 1023}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1023}}, {"node_id": "acme-senior05.slack.post_message.12", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "3007/250", "t_finish_resolved": "6019/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "Pushed the hotfix — vendor renewal needs a pricing decision by week 2.", "chars": 70}}, {"node_id": "acme-senior05.slack.open_channel.13.synth.pause.28", "kind": "terminal", "label": "behavior.wait.1088ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1088}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1088}}, {"node_id": "acme-senior05.slack.open_channel.13", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "acme-senior05.slack.scroll_history.14.synth.pause.29", "kind": "terminal", "label": "behavior.wait.288ms", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 288}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 288}}, {"node_id": "acme-senior05.slack.scroll_history.14", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:acme-senior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "acme-senior05.calendar.open_view.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "acme-senior05.notion.open_doc.1", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 292, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 617, "y": 292, "tag": "div", "id": "", "class_name": "list-section-header s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Yesterday", "bbox": {"x": 462, "y": 283, "width": 251, "height": 23}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 601, "y": 243, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 591, "y": 214, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "acme-senior05.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 4, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 6, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 17, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 18, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 20, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 22, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 23, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 25, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 27, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 33, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 36, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 37, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 41, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 42, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 44, "char_count": 44, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 415, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 415, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 419, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 421, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 422, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 422, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 428, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 428, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 432, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 434, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 435, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 435, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 1, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 3, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 4, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 8, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 15, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 17, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 19, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 20, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 22, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 23, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 24, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 27, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 32, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 34, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 36, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 37, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 38, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 40, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 41, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 43, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 44, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 47, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 49, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 50, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 51, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 52, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 53, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 54, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 55, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 56, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 57, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 59, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 60, "char_count": 60, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 303, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 865, "y": 303, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 208, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 152, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 806, "y": 270, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 806, "y": 270, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 954, "y": 368, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 427, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 447, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 447, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 447, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 447, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 310, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 865, "y": 310, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 212, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 153, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 806, "y": 276, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 806, "y": 276, "tag": "b", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Updates:", "bbox": {"x": 742, "y": 272, "width": 64, "height": 19}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 954, "y": 378, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 440, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 460, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 460, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "acme-senior05.calendar.open_view.3", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-senior05.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 317, "move_frame": 1, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 865, "y": 317, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 510}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior05.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 215, "move_frame": 2, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-senior05.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 153, "move_frame": 3, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-senior05.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-senior05.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "acme-senior05.notion.open_doc.4", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 164, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 594, "y": 164, "tag": "div", "id": "", "class_name": "list-section-header s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Pinned", "bbox": {"x": 462, "y": 155, "width": 251, "height": 23}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 590, "y": 186, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 589, "y": 200, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 322, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 322, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 510}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 406, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 456, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 473, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 473, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 510}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "acme-senior05.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 473, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 473, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 510}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 473, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 473, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 510}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 1, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 5, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 7, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 9, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 13, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 14, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 17, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 22, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 24, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 31, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 35, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 36, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 38, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 40, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 42, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 43, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 47, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 49, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 50, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 51, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 52, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 53, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 479, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 479, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 536}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 483, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 485, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 486, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 486, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 536}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 486, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 486, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 536}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 491, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 491, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 561}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 495, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 497, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 498, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 498, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 561}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 498, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 498, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 561}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 1, "char_count": 7, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 2, "char_count": 7, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 7, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 7, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 7, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 7, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 7, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 500, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 500, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 210, "width": 662, "height": 587}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 502, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 503, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 503, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 503, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 210, "width": 662, "height": 587}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 503, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 503, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 210, "width": 662, "height": 587}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 341, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 865, "y": 341, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 184, "width": 662, "height": 612}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 226, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 156, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 806, "y": 289, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 806, "y": 289, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 184, "width": 662, "height": 612}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 954, "y": 401, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 468, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 490, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 490, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 184, "width": 662, "height": 612}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 490, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 490, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 184, "width": 662, "height": 612}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 3, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 5, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 7, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 11, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 14, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 15, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 17, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 334, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 865, "y": 334, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 159, "width": 662, "height": 638}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 222, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 155, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 806, "y": 284, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 806, "y": 284, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 159, "width": 662, "height": 638}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 954, "y": 392, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 456, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 478, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 478, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 159, "width": 662, "height": 638}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 478, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 478, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 159, "width": 662, "height": 638}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 472, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 472, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 133, "width": 662, "height": 663}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 468, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 465, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 464, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 464, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 133, "width": 662, "height": 663}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 464, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 464, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 21 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 44% complete - ", "bbox": {"x": 742, "y": 133, "width": 662, "height": 663}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 1, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 4, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 5, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 7, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 11, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 12, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 17, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 18, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 19, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 20, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 21, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 23, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 24, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 26, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 27, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 30, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 31, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 32, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 41, "char_count": 41, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"kind": "script_eval", "control": "mac-bridge-slack", "node_id": "acme-senior05.slack.open_channel.7", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "acme-senior05.slack.scroll_history.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1101, "y": 505, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1101, "y": 505, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.slack.scroll_history.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1122, "y": 534, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.slack.scroll_history.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1134, "y": 552, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.slack.scroll_history.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1138, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.slack.scroll_history.8", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1138, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1121, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1121, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1109, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1101, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1099, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1099, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "J", "char_index": 1, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 6, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 15, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 16, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 17, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 19, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 21, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 23, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 24, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 27, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 30, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 31, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 35, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 37, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 40, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 43, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 45, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 46, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 49, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 50, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 51, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 52, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 54, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "acme-senior05.slack.post_message.9", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "acme-senior05.slack.scroll_history.11", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1116, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1116, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.slack.scroll_history.11", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.slack.scroll_history.11", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1136, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.slack.scroll_history.11", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1138, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.slack.scroll_history.11", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1138, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.slack.post_message.12.synth.reread.5", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1138, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1121, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1121, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1109, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1101, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1099, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1099, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 21, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 23, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 24, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 25, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 26, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 32, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 33, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 34, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 36, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 39, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 40, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 42, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 44, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 45, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 46, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 47, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 49, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 50, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 52, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 54, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 55, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 56, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 57, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 58, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 59, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 60, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 61, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 62, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 64, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 66, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 67, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 69, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 70, "char_count": 70, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "acme-senior05.slack.post_message.12", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "acme-senior05.slack.scroll_history.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1116, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1116, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "acme-senior05.slack.scroll_history.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "acme-senior05.slack.scroll_history.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1136, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "acme-senior05.slack.scroll_history.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1138, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "acme-senior05.slack.scroll_history.14", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1138, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}], "observations": [{"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/stakeholder-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/stakeholder-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Stakeholder notes: reviewed the dashboard, d"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "f"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "lagged one data gap, agreed on a backfill plan. Follow-up dp"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/notes.scroll_history.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "o"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/notes.scroll_history.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/stakeholder-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "c to circulate by EOD."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/roadmap-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/roadmap-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Roadmap recap: open risks are vendor timing and stago"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "i"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "ng paro"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "i"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/notes.scroll_history.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "ty. Next checkpoo"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/notes.scroll_history.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "i"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/roadmap-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "nt Thursday; no blockers for this sprint."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Just merged — bumping the version tag after the mwrge."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Pushed the hotfix — vendor renewal needs a pricing decision by week 2."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}], "alignment": [{"node_id": "acme-senior05.calendar.open_view.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "acme-senior05.notion.open_doc.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66]}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, {"node_id": "acme-senior05.calendar.open_view.3", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "acme-senior05.notion.open_doc.4", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]}, {"node_id": "acme-senior05.slack.open_channel.7", "observation_index": 20, "input_event_ordinals": [1]}, {"node_id": "acme-senior05.slack.scroll_history.8", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-senior05.slack.post_message.9", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}, {"node_id": "acme-senior05.slack.open_channel.10", "observation_index": 23, "input_event_ordinals": []}, {"node_id": "acme-senior05.slack.scroll_history.11", "observation_index": 24, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "acme-senior05.slack.post_message.12.synth.reread.5", "observation_index": 25, "input_event_ordinals": [1]}, {"node_id": "acme-senior05.slack.post_message.12", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76]}, {"node_id": "acme-senior05.slack.open_channel.13", "observation_index": 27, "input_event_ordinals": []}, {"node_id": "acme-senior05.slack.scroll_history.14", "observation_index": 28, "input_event_ordinals": [1, 2, 3, 4, 5]}]}, "media": {"video": "videos/acme-senior05__macos-web-next.webm", "frames": [{"node_id": "acme-senior05.calendar.open_view.0", "t_ms": 0, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.calendar.open_view.0.png"}, {"node_id": "acme-senior05.notion.open_doc.1", "t_ms": 640, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.open_doc.1.png"}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.1.0", "t_ms": 1340, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.1.0.png"}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.2.1", "t_ms": 560, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.2.1.png"}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.3.2", "t_ms": 1740, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.3.2.png"}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1", "t_ms": 480, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1.png"}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.4.3", "t_ms": 560, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.4.3.png"}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2", "t_ms": 480, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2.png"}, {"node_id": "acme-senior05.notion.insert_text.2.synth.typo.5.4", "t_ms": 980, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.5.4.png"}, {"node_id": "acme-senior05.calendar.open_view.3", "t_ms": 540, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.calendar.open_view.3.png"}, {"node_id": "acme-senior05.notion.open_doc.4", "t_ms": 640, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.open_doc.4.png"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.6.0", "t_ms": 1520, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.6.0.png"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.7.1", "t_ms": 560, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.7.1.png"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.8.2", "t_ms": 680, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.8.2.png"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.9.3", "t_ms": 560, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.9.3.png"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3", "t_ms": 480, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3.png"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.10.4", "t_ms": 880, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.10.4.png"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4", "t_ms": 480, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4.png"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.11.5", "t_ms": 560, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.11.5.png"}, {"node_id": "acme-senior05.notion.insert_text.5.synth.typo.12.6", "t_ms": 1360, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.12.6.png"}, {"node_id": "acme-senior05.slack.open_channel.7", "t_ms": 0, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.slack.open_channel.7.png"}, {"node_id": "acme-senior05.slack.scroll_history.8", "t_ms": 480, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.8.png"}, {"node_id": "acme-senior05.slack.post_message.9", "t_ms": 1620, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.9.png"}, {"node_id": "acme-senior05.slack.scroll_history.11", "t_ms": 480, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.11.png"}, {"node_id": "acme-senior05.slack.post_message.12.synth.reread.5", "t_ms": 0, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.12.synth.reread.5.png"}, {"node_id": "acme-senior05.slack.post_message.12", "t_ms": 1940, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.12.png"}, {"node_id": "acme-senior05.slack.scroll_history.14", "t_ms": 480, "blob_ref": "screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.14.png"}]}} +{"schema_version": "v2", "trajectory_id": "globex-growth00__browser-os", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "globex-growth00", "company": "globex", "role_id": "marketing.growth", "title": "Growth Marketer", "env": "browser-os", "goal": "GLOBEX · Growth Marketer — workday", "tree": {"nodes": [{"node_id": "globex-growth00.dashboard.open_dashboard.0", "kind": "terminal", "label": "dashboard.open_dashboard", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "1/100", "t_finish_resolved": "1/50"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health"}, {"node_id": "globex-growth00.dashboard.open_dashboard.0.synth.tab.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.661ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "-99/100000"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {"behavior": "hesitation", "duration_ms": 661}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 661}}, {"node_id": "globex-growth00.dashboard.open_dashboard.0.synth.tab.1", "kind": "terminal", "label": "behavior.tab_switch", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1/100000"}, "t_start_resolved": "1/50", "t_finish_resolved": "3/100"}, "slots": {"behavior": "tab_switch"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://calendar.world.virtual/week", "args": {"url": "https://calendar.world.virtual/week", "_synthetic": "tab_switch"}}, {"node_id": "globex-growth00.dashboard.set_time_range.1.synth.pause.2", "kind": "terminal", "label": "behavior.wait.366ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 366}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 366}}, {"node_id": "globex-growth00.dashboard.set_time_range.1", "kind": "terminal", "label": "dashboard.set_time_range", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "set_time_range", "target": "last-24h"}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2.synth.pause.3", "kind": "terminal", "label": "behavior.wait.690ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 690}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 690}}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2", "kind": "terminal", "label": "dashboard.drill_into_alert", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2019/1000", "t_finish_resolved": "2029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95"}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2.synth.tab.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.266ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 266}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 266}}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2.synth.tab.2", "kind": "terminal", "label": "behavior.tab_switch", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "2029/1000", "t_finish_resolved": "2039/1000"}, "slots": {"behavior": "tab_switch"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://mail.world.virtual/inbox", "args": {"url": "https://mail.world.virtual/inbox", "_synthetic": "tab_switch"}}, {"node_id": "globex-growth00.browser.extract_quote.3.synth.pause.5", "kind": "terminal", "label": "behavior.wait.538ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 538}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 538}}, {"node_id": "globex-growth00.browser.extract_quote.3", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3019/1000", "t_finish_resolved": "3029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "alert-detail"}, {"node_id": "globex-growth00.browser.extract_quote.3.synth.tab.3.synth.pause.6", "kind": "terminal", "label": "behavior.wait.856ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299901/100000"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 856}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 856}}, {"node_id": "globex-growth00.browser.extract_quote.3.synth.tab.3", "kind": "terminal", "label": "behavior.tab_switch", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/100000"}, "t_start_resolved": "3029/1000", "t_finish_resolved": "3039/1000"}, "slots": {"behavior": "tab_switch"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://docs.world.virtual/acme/eng-handbook", "args": {"url": "https://docs.world.virtual/acme/eng-handbook", "_synthetic": "tab_switch"}}, {"node_id": "globex-growth00.slack.open_channel.4.synth.pause.7", "kind": "terminal", "label": "behavior.wait.400ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 400}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 400}}, {"node_id": "globex-growth00.slack.open_channel.4", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#standup"}, {"node_id": "globex-growth00.slack.scroll_history.5.synth.pause.8", "kind": "terminal", "label": "behavior.wait.372ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 372}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 372}}, {"node_id": "globex-growth00.slack.scroll_history.5", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#standup"}, {"node_id": "globex-growth00.slack.post_message.6.synth.pause.9", "kind": "terminal", "label": "behavior.wait.333ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 333}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 333}}, {"node_id": "globex-growth00.slack.post_message.6", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6019/1000", "t_finish_resolved": "6029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#standup", "args": {"visible_text": "Yesterday paired on the checkout zero-price guard; today triaging thw new on-call alerts. Blocker: waiting on legal sign-off for the EU disclosure.", "chars": 147, "_typo_committed": true}}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1.synth.pause.10", "kind": "terminal", "label": "behavior.wait.766ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599901/100000"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 766}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 766}}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600001/100000"}, "t_start_resolved": "6029/1000", "t_finish_resolved": "6039/1000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "undo", "target": "#standup", "args": {"_synthetic": "undo"}}, {"node_id": "globex-growth00.slack.react_to_message.7.synth.pause.11", "kind": "terminal", "label": "behavior.wait.342ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 342}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 342}}, {"node_id": "globex-growth00.slack.react_to_message.7", "kind": "terminal", "label": "slack.react_to_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "react_to_message", "target": "#standup"}, {"node_id": "globex-growth00.wait.pause.8.synth.pause.12", "kind": "terminal", "label": "behavior.wait.342ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 342}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 342}}, {"node_id": "globex-growth00.wait.pause.8", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "globex-growth00.wordproc.open_doc.9.synth.pause.13", "kind": "terminal", "label": "behavior.wait.307ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 307}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 307}}, {"node_id": "globex-growth00.wordproc.open_doc.9", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "docs/q3-launch-retro.md"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0.synth.pause.14", "kind": "terminal", "label": "behavior.wait.635ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "1001803/100000", "t_finish_resolved": "1002803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 635}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 635}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "1011803/100000", "t_finish_resolved": "1012803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "# Q3 launch retri", "chars": 17, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.pause.15", "kind": "terminal", "label": "behavior.wait.947ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999901/100000"}, "t_start_resolved": "1002803/100000", "t_finish_resolved": "1003803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 947}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 947}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1000001/100000"}, "t_start_resolved": "1012803/100000", "t_finish_resolved": "1013803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "o", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2.synth.pause.16", "kind": "terminal", "label": "behavior.wait.689ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499951/50000"}, "t_start_resolved": "1003803/100000", "t_finish_resolved": "1004803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 689}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 689}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/50000"}, "t_start_resolved": "1013803/100000", "t_finish_resolved": "1014803/100000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "undo", "target": "docs/q3-launch-retro.md", "args": {"_synthetic": "undo"}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2.synth.pause.17", "kind": "terminal", "label": "behavior.wait.219ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499951/50000"}, "t_start_resolved": "1004803/100000", "t_finish_resolved": "1005803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 219}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 219}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/50000"}, "t_start_resolved": "1014803/100000", "t_finish_resolved": "1015803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "\n\n## Summae", "chars": 11, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1.synth.pause.18", "kind": "terminal", "label": "behavior.wait.432ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999803/100000"}, "t_start_resolved": "999803/100000", "t_finish_resolved": "1000803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 432}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 432}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999903/100000"}, "t_start_resolved": "1006803/100000", "t_finish_resolved": "1007803/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.pause.19", "kind": "terminal", "label": "behavior.wait.943ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999903/100000"}, "t_start_resolved": "1005803/100000", "t_finish_resolved": "1006803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 943}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 943}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1000003/100000"}, "t_start_resolved": "1015803/100000", "t_finish_resolved": "1016803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "r", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4.synth.pause.20", "kind": "terminal", "label": "behavior.wait.420ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "31247/3125"}, "t_start_resolved": "1007803/100000", "t_finish_resolved": "1008803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 420}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 420}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250001/25000"}, "t_start_resolved": "1016803/100000", "t_finish_resolved": "1017803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "y\n## What went well\n## Whs", "chars": 26, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2.synth.pause.21", "kind": "terminal", "label": "behavior.wait.380ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199961/20000"}, "t_start_resolved": "1000803/100000", "t_finish_resolved": "1001803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 380}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 380}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199981/20000"}, "t_start_resolved": "1009803/100000", "t_finish_resolved": "1010803/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.pause.22", "kind": "terminal", "label": "behavior.wait.638ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199981/20000"}, "t_start_resolved": "1008803/100000", "t_finish_resolved": "1009803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 638}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 638}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/20000"}, "t_start_resolved": "1017803/100000", "t_finish_resolved": "1018803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "a", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6.synth.pause.23", "kind": "terminal", "label": "behavior.wait.1120ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499953/50000"}, "t_start_resolved": "1010803/100000", "t_finish_resolved": "1011803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1120}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1120}}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500003/50000"}, "t_start_resolved": "1018803/100000", "t_finish_resolved": "1019803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "t hurt\n## Actions\n", "chars": 18, "_typo_step": "typo.tail"}}, {"node_id": "globex-growth00.wordproc.insert_text.11.synth.pause.24", "kind": "terminal", "label": "behavior.wait.521ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 521}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 521}}, {"node_id": "globex-growth00.wordproc.insert_text.11", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "Summary: checkout v3 shipped on schedule with the zero-price guard. Cart-vonversion held flat; no segment regressed beyond noise.", "chars": 129, "_typo_committed": true}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0.synth.pause.25", "kind": "terminal", "label": "behavior.wait.919ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "1200801/100000", "t_finish_resolved": "1201801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 919}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 919}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "1207801/100000", "t_finish_resolved": "1208801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "What went well: the ri", "chars": 22, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3.synth.pause.26", "kind": "terminal", "label": "behavior.wait.443ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199801/100000"}, "t_start_resolved": "1199801/100000", "t_finish_resolved": "1200801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 443}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 443}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199901/100000"}, "t_start_resolved": "1201801/100000", "t_finish_resolved": "1202801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.pause.27", "kind": "terminal", "label": "behavior.wait.424ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199901/100000"}, "t_start_resolved": "1202801/100000", "t_finish_resolved": "1203801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 424}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 424}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1200001/100000"}, "t_start_resolved": "1208801/100000", "t_finish_resolved": "1209801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "o", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2.synth.pause.28", "kind": "terminal", "label": "behavior.wait.634ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599951/50000"}, "t_start_resolved": "1203801/100000", "t_finish_resolved": "1204801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 634}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 634}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600001/50000"}, "t_start_resolved": "1209801/100000", "t_finish_resolved": "1210801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "llout gate caught twi", "chars": 21, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.pause.29", "kind": "terminal", "label": "behavior.wait.613ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199903/100000"}, "t_start_resolved": "1204801/100000", "t_finish_resolved": "1205801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 613}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 613}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1200003/100000"}, "t_start_resolved": "1210801/100000", "t_finish_resolved": "1211801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "o", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3.synth.pause.30", "kind": "terminal", "label": "behavior.wait.513ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "37497/3125"}, "t_start_resolved": "1206801/100000", "t_finish_resolved": "1207801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 513}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 513}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/25000"}, "t_start_resolved": "1211801/100000", "t_finish_resolved": "1212801/100000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "undo", "target": "docs/q3-launch-retro.md", "args": {"_synthetic": "undo"}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4.synth.pause.31", "kind": "terminal", "label": "behavior.wait.743ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "37497/3125"}, "t_start_resolved": "1205801/100000", "t_finish_resolved": "1206801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 743}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 743}}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/25000"}, "t_start_resolved": "1212801/100000", "t_finish_resolved": "1213801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": " bad builds before prod; the on-call rotation stayed under three pages a night.", "chars": 79, "_typo_step": "typo.tail"}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0.synth.pause.32", "kind": "terminal", "label": "behavior.wait.743ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "1301801/100000", "t_finish_resolved": "1302801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 743}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 743}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "1310801/100000", "t_finish_resolved": "1311801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "What hurt: thw", "chars": 14, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4.synth.pause.33", "kind": "terminal", "label": "behavior.wait.1125ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299801/100000"}, "t_start_resolved": "1299801/100000", "t_finish_resolved": "1300801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1125}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1125}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299901/100000"}, "t_start_resolved": "1302801/100000", "t_finish_resolved": "1303801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.pause.34", "kind": "terminal", "label": "behavior.wait.873ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299901/100000"}, "t_start_resolved": "1303801/100000", "t_finish_resolved": "1304801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 873}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 873}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1300001/100000"}, "t_start_resolved": "1311801/100000", "t_finish_resolved": "1312801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2.synth.pause.35", "kind": "terminal", "label": "behavior.wait.313ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "649951/50000"}, "t_start_resolved": "1304801/100000", "t_finish_resolved": "1305801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 313}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 313}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "650001/50000"}, "t_start_resolved": "1312801/100000", "t_finish_resolved": "1313801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": " EU disclosure copy bk", "chars": 22, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5.synth.pause.36", "kind": "terminal", "label": "behavior.wait.606ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299803/100000"}, "t_start_resolved": "1300801/100000", "t_finish_resolved": "1301801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 606}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 606}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299903/100000"}, "t_start_resolved": "1306801/100000", "t_finish_resolved": "1307801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.pause.37", "kind": "terminal", "label": "behavior.wait.316ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299903/100000"}, "t_start_resolved": "1305801/100000", "t_finish_resolved": "1306801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 316}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 316}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1300003/100000"}, "t_start_resolved": "1313801/100000", "t_finish_resolved": "1314801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "l", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4.synth.pause.38", "kind": "terminal", "label": "behavior.wait.831ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "40622/3125"}, "t_start_resolved": "1307801/100000", "t_finish_resolved": "1308801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 831}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 831}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "325001/25000"}, "t_start_resolved": "1314801/100000", "t_finish_resolved": "1315801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "ocj", "chars": 3, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.18.5.synth.pause.39", "kind": "terminal", "label": "behavior.wait.293ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "259981/20000"}, "t_start_resolved": "1308801/100000", "t_finish_resolved": "1309801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 293}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 293}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.18.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "260001/20000"}, "t_start_resolved": "1315801/100000", "t_finish_resolved": "1316801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "k", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6.synth.pause.40", "kind": "terminal", "label": "behavior.wait.1146ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "649953/50000"}, "t_start_resolved": "1309801/100000", "t_finish_resolved": "1310801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1146}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1146}}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "650003/50000"}, "t_start_resolved": "1316801/100000", "t_finish_resolved": "1317801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "ed us for four days waiting on legal; staging drifted from prod twice.", "chars": 70, "_typo_step": "typo.tail"}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0.synth.pause.41", "kind": "terminal", "label": "behavior.wait.1374ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "700901/50000", "t_finish_resolved": "701401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1374}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1374}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "704401/50000", "t_finish_resolved": "704901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "Actions: codify the legal-review SLA; add a staging-parity cj", "chars": 61, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.21.1.synth.pause.42", "kind": "terminal", "label": "behavior.wait.779ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1399901/100000"}, "t_start_resolved": "701401/50000", "t_finish_resolved": "701901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 779}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 779}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.21.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1400001/100000"}, "t_start_resolved": "704901/50000", "t_finish_resolved": "705401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "h", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6.synth.pause.43", "kind": "terminal", "label": "behavior.wait.520ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "699901/50000"}, "t_start_resolved": "699901/50000", "t_finish_resolved": "700401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 520}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 520}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "699951/50000"}, "t_start_resolved": "702401/50000", "t_finish_resolved": "702901/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.pause.44", "kind": "terminal", "label": "behavior.wait.183ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "699951/50000"}, "t_start_resolved": "701901/50000", "t_finish_resolved": "702401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 183}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 183}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "700001/50000"}, "t_start_resolved": "705401/50000", "t_finish_resolved": "705901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "eck to CI before tg", "chars": 19, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7.synth.pause.45", "kind": "terminal", "label": "behavior.wait.378ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1399803/100000"}, "t_start_resolved": "700401/50000", "t_finish_resolved": "700901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 378}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 378}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1399903/100000"}, "t_start_resolved": "702901/50000", "t_finish_resolved": "703401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.pause.46", "kind": "terminal", "label": "behavior.wait.1026ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1399903/100000"}, "t_start_resolved": "703401/50000", "t_finish_resolved": "703901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1026}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1026}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1400003/100000"}, "t_start_resolved": "705901/50000", "t_finish_resolved": "706401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "h", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4.synth.pause.47", "kind": "terminal", "label": "behavior.wait.320ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "43747/3125"}, "t_start_resolved": "703901/50000", "t_finish_resolved": "704401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 320}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 320}}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "350001/25000"}, "t_start_resolved": "706401/50000", "t_finish_resolved": "706901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "args": {"visible_text": "e next launch.", "chars": 14, "_typo_step": "typo.tail"}}, {"node_id": "globex-growth00.wordproc.save_doc.15.synth.pause.48", "kind": "terminal", "label": "behavior.wait.663ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 663}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 663}}, {"node_id": "globex-growth00.wordproc.save_doc.15", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "docs/q3-launch-retro.md"}, {"node_id": "mkt.globex.launch", "kind": "terminal", "label": "mkt.globex.launch", "parent_node_id": "root", "scope": {"stream": "actor:globex-growth00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "891"}, "t_start_resolved": "891", "t_finish_resolved": "89101/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#market", "args": {"visible_text": "GLOBEX just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today.", "chars": 95}}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "bo-bridge-browser", "node_id": "globex-growth00.dashboard.open_dashboard.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 490, "y": 259, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 490, "y": 259, "tag": "iframe", "id": "", "class_name": "browser-iframe", "role": "", "aria_label": "", "title": "Browser content", "text": "", "bbox": {"x": 61, "y": 162, "width": 598, "height": 387}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 382, "y": 188, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 318, "y": 144, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-811skae15", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-811skae15", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 2, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 9, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 10, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 13, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "globex-growth00.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "globex-growth00.dashboard.open_dashboard.0.synth.tab.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://calendar.world.virtual/week", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.dashboard.set_time_range.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/last-24h", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/latency-p95", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2.synth.tab.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://mail.world.virtual/inbox", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 482, "y": 270, "move_frame": 1, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 482, "y": 270, "tag": "iframe", "id": "", "class_name": "browser-iframe", "role": "", "aria_label": "", "title": "Browser content", "text": "", "bbox": {"x": 61, "y": 162, "width": 598, "height": 387}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 614, "y": 370, "move_frame": 2, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 694, "y": 430, "move_frame": 3, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.browser.extract_quote.3.synth.tab.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://docs.world.virtual/acme/eng-handbook", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "bo-bridge-messaging-client", "node_id": "globex-growth00.slack.open_channel.4", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-growth00.slack.scroll_history.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 973, "y": 379, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 973, "y": 379, "tag": "div", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "No channels", "bbox": {"x": 829, "y": 119, "width": 219, "height": 388}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.slack.scroll_history.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1154, "y": 328, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.slack.scroll_history.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1263, "y": 298, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.slack.scroll_history.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1299, "y": 288, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1299, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1049, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.slack.scroll_history.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1299, "y": 288, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 1299, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1049, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1282, "y": 370, "move_frame": 1, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1282, "y": 370, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1049, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1270, "y": 429, "move_frame": 2, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1263, "y": 464, "move_frame": 3, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1261, "y": 476, "move_frame": 4, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1261, "y": 476, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1067, "y": 457, "width": 387, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1261, "y": 476, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1261, "y": 476, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1067, "y": 457, "width": 387, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 1, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 11, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 13, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 16, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 25, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 26, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 27, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 28, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 29, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 31, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 32, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 34, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 35, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 36, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 38, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 39, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 42, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 45, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 46, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 49, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 50, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 52, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 53, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 54, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 55, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 56, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 58, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 59, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 60, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 61, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 62, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 63, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 64, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 65, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 67, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 68, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 69, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 71, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 72, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 73, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 75, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 76, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 77, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 78, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 79, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 80, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 81, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 82, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 83, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 84, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 85, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 86, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 87, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 88, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 89, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 90, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 91, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 92, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 93, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 94, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 95, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 96, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 97, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 98, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 99, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 100, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 101, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 102, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 103, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 104, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 105, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 106, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 107, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 108, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 109, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 110, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 111, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 116, "t_ms": 2740}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 112, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 117, "t_ms": 2760}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 113, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 118, "t_ms": 2780}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 114, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 119, "t_ms": 2800}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 115, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 120, "t_ms": 2820}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 116, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 121, "t_ms": 2840}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 117, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 122, "t_ms": 2860}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 118, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 123, "t_ms": 2880}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 119, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 124, "t_ms": 2900}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 120, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 125, "t_ms": 2920}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 121, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 126, "t_ms": 2940}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 122, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 127, "t_ms": 2960}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 123, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 128, "t_ms": 2980}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 124, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 129, "t_ms": 3000}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 125, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 130, "t_ms": 3020}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 126, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 131, "t_ms": 3040}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 127, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 132, "t_ms": 3060}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 128, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 133, "t_ms": 3080}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 129, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 134, "t_ms": 3100}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 130, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 135, "t_ms": 3120}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 131, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 136, "t_ms": 3140}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 132, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 137, "t_ms": 3160}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 133, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 138, "t_ms": 3180}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 134, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 139, "t_ms": 3200}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 135, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 140, "t_ms": 3220}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 136, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 141, "t_ms": 3240}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 137, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 142, "t_ms": 3260}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 138, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 143, "t_ms": 3280}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 139, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 144, "t_ms": 3300}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 140, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 145, "t_ms": 3320}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 141, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 146, "t_ms": 3340}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 142, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 147, "t_ms": 3360}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 143, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 148, "t_ms": 3380}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 144, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 149, "t_ms": 3400}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 145, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 150, "t_ms": 3420}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 146, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 151, "t_ms": 3440}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 147, "char_count": 147, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 152, "t_ms": 3460}, {"node_id": "globex-growth00.slack.post_message.6", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 153, "t_ms": 3480}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 839, "y": 325, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 839, "y": 325, "tag": "div", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "No channels", "bbox": {"x": 817, "y": 119, "width": 219, "height": 388}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 537, "y": 216, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 356, "y": 152, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-pm0blo4k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-pm0blo4k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"kind": "script_eval", "control": "bo-bridge-notepad", "node_id": "globex-growth00.wordproc.open_doc.9", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.open_doc.9", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.open_doc.9", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.open_doc.9", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.open_doc.9", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.open_doc.9", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 3, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Q", "char_index": 5, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 6, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 11, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 12, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 18, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 19, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 412, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 256, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 161, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-mv4yupaea", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-mv4yupaea", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 6, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 7, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 11, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 14, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 15, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 19, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 20, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 21, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 23, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 3, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 4, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 6, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 9, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 412, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 256, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 161, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-gea07usw2", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-gea07usw2", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 3, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 5, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 6, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 8, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 13, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 16, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 18, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 20, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 21, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 23, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 24, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 26, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 27, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 28, "char_count": 28, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 412, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 256, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 161, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-gea07usw2", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-gea07usw2", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 5, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 7, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 10, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 11, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 13, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 18, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 19, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 3, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 4, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 5, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 6, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 12, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 15, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 16, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 18, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 21, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 22, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 24, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 25, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 27, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 28, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 30, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 36, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 37, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 39, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 40, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 41, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 44, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 45, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 46, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 47, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 49, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 50, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 51, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 52, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 53, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 54, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 55, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 56, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 57, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 58, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 59, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 60, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 61, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 62, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 64, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 65, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 66, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 67, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 68, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 69, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 71, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 72, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 73, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 74, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 75, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 76, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 77, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 78, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 79, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 80, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 81, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 82, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 83, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 84, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 85, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 86, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 87, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 88, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 89, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 90, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 92, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 93, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 94, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 95, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 96, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 97, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 98, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 99, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 100, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 101, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 102, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 103, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 104, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 105, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 106, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 107, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 108, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 109, "t_ms": 2200}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 109, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 110, "t_ms": 2220}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 110, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 111, "t_ms": 2240}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 111, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 112, "t_ms": 2260}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 112, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 113, "t_ms": 2280}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 113, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 114, "t_ms": 2300}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 114, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 115, "t_ms": 2320}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 115, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 116, "t_ms": 2340}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 116, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 117, "t_ms": 2360}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 117, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 118, "t_ms": 2380}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 118, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 119, "t_ms": 2400}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 119, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 120, "t_ms": 2420}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 120, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 121, "t_ms": 2440}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 121, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 122, "t_ms": 2460}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 122, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 123, "t_ms": 2480}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 123, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 124, "t_ms": 2500}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 124, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 125, "t_ms": 2520}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 125, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 126, "t_ms": 2540}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 126, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 127, "t_ms": 2560}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 127, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 128, "t_ms": 2580}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 128, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 129, "t_ms": 2600}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 129, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 130, "t_ms": 2620}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 130, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 131, "t_ms": 2640}, {"node_id": "globex-growth00.wordproc.insert_text.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 131, "char_count": 131, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 132, "t_ms": 2660}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 3, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 8, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 10, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 13, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 15, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 17, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 20, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 23, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 24, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 412, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 256, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 161, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-gea07usw2", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-gea07usw2", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 15, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 16, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 17, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 18, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 22, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 23, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 412, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 256, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 161, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-gea07usw2", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-gea07usw2", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 6, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 7, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 11, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 14, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 15, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 19, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 20, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 21, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 23, "char_count": 23, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 3, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 5, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 7, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 8, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 12, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 16, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 18, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 21, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 23, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 24, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 25, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 27, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 28, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 31, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 32, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 33, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 34, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 36, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 37, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 40, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 42, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 44, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 45, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 48, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 49, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 50, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 51, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 53, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 55, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 56, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 57, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 58, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 59, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 60, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 61, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 62, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 63, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 64, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 67, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 68, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 69, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 70, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 71, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 73, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 75, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 76, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 77, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 78, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 79, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 80, "char_count": 80, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 3, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 10, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 16, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 412, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 256, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 161, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-fska38k3i", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-fska38k3i", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 3, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 4, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 9, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 12, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 17, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 19, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 20, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 22, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 23, "char_count": 23, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 412, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 256, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 161, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-fska38k3i", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-fska38k3i", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.18.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.18.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.18.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.18.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 9, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 13, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 15, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 18, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 19, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 20, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 21, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 23, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 28, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 29, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 31, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 32, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 34, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 35, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 36, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 38, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 39, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 41, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 42, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 44, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 45, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 47, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 49, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 50, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 52, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 53, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 54, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 55, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 57, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 58, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 60, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 62, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 63, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 64, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 65, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 67, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 68, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 69, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 70, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 71, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 72, "char_count": 72, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 3, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 5, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 6, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 12, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 14, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 15, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 16, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 17, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 20, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 23, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 25, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 26, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 27, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 28, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 31, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 32, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 34, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 36, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 37, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 38, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 39, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 41, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 42, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 43, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 47, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 48, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 49, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 50, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 52, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 53, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 54, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 55, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 56, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 57, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 58, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 60, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 62, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 63, "char_count": 63, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.21.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.21.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.21.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.21.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 412, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 256, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 161, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-fska38k3i", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-fska38k3i", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 8, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 10, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 11, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 13, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 21, "char_count": 21, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 412, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 256, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 161, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-fska38k3i", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-fska38k3i", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 350, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 506, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 601, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Q3 launch retri o ## Summae r y ## What went well ## Whs a t hurt ## Actions Summary: checkout v3 shipped on schedule ", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 7, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 12, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 16, "char_count": 16, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-growth00.wordproc.save_doc.15", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "np-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "bo-bridge-messaging-client", "node_id": "mkt.globex.launch", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1181, "y": 564, "move_frame": 1, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1181, "y": 564, "tag": "div", "id": "", "class_name": "file-dialog-list", "role": "", "aria_label": "", "title": "", "text": "Empty directory", "bbox": {"x": 950, "y": 467, "width": 356, "height": 239}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1219, "y": 515, "move_frame": 2, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1241, "y": 486, "move_frame": 3, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1249, "y": 476, "move_frame": 4, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1249, "y": 476, "tag": "div", "id": "", "class_name": "file-dialog-empty", "role": "", "aria_label": "", "title": "", "text": "Empty directory", "bbox": {"x": 954, "y": 471, "width": 348, "height": 56}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1249, "y": 476, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1249, "y": 476, "tag": "div", "id": "", "class_name": "file-dialog-empty", "role": "", "aria_label": "", "title": "", "text": "Empty directory", "bbox": {"x": 954, "y": 471, "width": 348, "height": 56}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "G", "char_index": 1, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 2, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 4, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 5, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "X", "char_index": 6, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 8, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 13, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 14, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 15, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 16, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 17, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 19, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 21, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 25, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 31, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 33, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 35, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 38, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 41, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 43, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 44, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 45, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 46, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 47, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 51, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 52, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 53, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 54, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 55, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 57, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 58, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 59, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 61, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 62, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 63, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 65, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 66, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 67, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 68, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 69, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 70, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 71, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 72, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 73, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 74, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 80, "t_ms": 2060}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 75, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 81, "t_ms": 2080}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 76, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 82, "t_ms": 2100}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 77, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 83, "t_ms": 2120}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 78, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 84, "t_ms": 2140}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 79, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 85, "t_ms": 2160}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 80, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 86, "t_ms": 2180}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 81, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 87, "t_ms": 2200}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 82, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 88, "t_ms": 2220}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 83, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 89, "t_ms": 2240}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 84, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 90, "t_ms": 2260}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 85, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 91, "t_ms": 2280}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 86, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 92, "t_ms": 2300}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 87, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 93, "t_ms": 2320}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 88, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 94, "t_ms": 2340}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 89, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 95, "t_ms": 2360}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 90, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 96, "t_ms": 2380}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 91, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 97, "t_ms": 2400}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 92, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 98, "t_ms": 2420}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 93, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 99, "t_ms": 2440}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 94, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 100, "t_ms": 2460}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 95, "char_count": 95, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 101, "t_ms": 2480}, {"node_id": "mkt.globex.launch", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 102, "t_ms": 2500}], "observations": [{"ok": true, "event": "app.action", "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "checkout-health"}, "observation": "Low-level replay drove browser-os/browser.open_dashboard.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://calendar.world.virtual/week", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://calendar.world.virtual/week"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "dashboard.range_set", "surface": "dashboard", "action": "set_time_range", "target": "last-24h", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "last-24h"}, "observation": "Low-level replay drove browser-os/browser.set_time_range.", "error": null}, {"ok": true, "event": "dashboard.alert_drilled", "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "latency-p95"}, "observation": "Low-level replay drove browser-os/browser.drill_into_alert.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://mail.world.virtual/inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://mail.world.virtual/inbox"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "alert-detail", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "alert-detail"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://docs.world.virtual/acme/eng-handbook", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://docs.world.virtual/acme/eng-handbook"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "Yesterday paired on the checkout zero-price guard; today triaging thw new on-call alerts. Blocker: waiting on legal sign-off for the EU disclosure."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}, {"ok": true, "event": "app.action", "surface": "slack", "action": "undo", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.undo.", "error": null}, {"ok": true, "event": "message.reacted", "surface": "slack", "action": "react_to_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.react_to_message.", "error": null}, {"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/q3-launch-retro.md"}, "observation": "Low-level replay drove browser-os/notepad.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "# Q3 launch retri"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "o"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "undo", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/q3-launch-retro.md"}, "observation": "Low-level replay drove browser-os/notepad.undo.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "## Summae"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "r"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "y ## What went well ## Whs"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "a"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "t hurt ## Actions"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Summary: checkout v3 shipped on schedule with the zero-price guard. Cart-vonversion held flat; no segment regressed beyond noise."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "What went well: the ri"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "o"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "llout gate caught twi"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "o"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "undo", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/q3-launch-retro.md"}, "observation": "Low-level replay drove browser-os/notepad.undo.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "bad builds before prod; the on-call rotation stayed under three pages a night."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "What hurt: thw"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "e"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "EU disclosure copy bk"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "l"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "ocj"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "k"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "ed us for four days waiting on legal; staging drifted from prod twice."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Actions: codify the legal-review SLA; add a staging-parity cj"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "h"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "eck to CI before tg"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "h"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "e next launch."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "docs/q3-launch-retro.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/q3-launch-retro.md"}, "observation": "Low-level replay drove browser-os/notepad.save_doc.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#market", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "GLOBEX just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}], "alignment": [{"node_id": "globex-growth00.dashboard.open_dashboard.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, {"node_id": "globex-growth00.dashboard.open_dashboard.0.synth.tab.1", "observation_index": 1, "input_event_ordinals": [1]}, {"node_id": "globex-growth00.dashboard.set_time_range.1", "observation_index": 2, "input_event_ordinals": [1]}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2", "observation_index": 3, "input_event_ordinals": [1]}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2.synth.tab.2", "observation_index": 4, "input_event_ordinals": [1]}, {"node_id": "globex-growth00.browser.extract_quote.3", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-growth00.browser.extract_quote.3.synth.tab.3", "observation_index": 6, "input_event_ordinals": [1]}, {"node_id": "globex-growth00.slack.open_channel.4", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "globex-growth00.slack.scroll_history.5", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-growth00.slack.post_message.6", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153]}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, {"node_id": "globex-growth00.slack.react_to_message.7", "observation_index": 11, "input_event_ordinals": []}, {"node_id": "globex-growth00.wordproc.open_doc.9", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, {"node_id": "globex-growth00.wordproc.insert_text.11", "observation_index": 23, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132]}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "observation_index": 24, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "observation_index": 27, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3", "observation_index": 28, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "observation_index": 29, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "observation_index": 30, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85]}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "observation_index": 31, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4", "observation_index": 32, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "observation_index": 33, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "observation_index": 34, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5", "observation_index": 35, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "observation_index": 36, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4", "observation_index": 37, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.18.5", "observation_index": 38, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "observation_index": 39, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73]}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "observation_index": 40, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64]}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.21.1", "observation_index": 41, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6", "observation_index": 42, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "observation_index": 43, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7", "observation_index": 44, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "observation_index": 45, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "observation_index": 46, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, {"node_id": "globex-growth00.wordproc.save_doc.15", "observation_index": 47, "input_event_ordinals": [1]}, {"node_id": "mkt.globex.launch", "observation_index": 48, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102]}]}, "media": {"video": "videos/globex-growth00__browser-os.webm", "frames": [{"node_id": "globex-growth00.dashboard.open_dashboard.0", "t_ms": 880, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.dashboard.open_dashboard.0.png"}, {"node_id": "globex-growth00.dashboard.open_dashboard.0.synth.tab.1", "t_ms": 0, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.dashboard.open_dashboard.0.synth.tab.1.png"}, {"node_id": "globex-growth00.dashboard.set_time_range.1", "t_ms": 0, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.dashboard.set_time_range.1.png"}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2", "t_ms": 0, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.dashboard.drill_into_alert.2.png"}, {"node_id": "globex-growth00.dashboard.drill_into_alert.2.synth.tab.2", "t_ms": 0, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.dashboard.drill_into_alert.2.synth.tab.2.png"}, {"node_id": "globex-growth00.browser.extract_quote.3", "t_ms": 420, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.browser.extract_quote.3.png"}, {"node_id": "globex-growth00.browser.extract_quote.3.synth.tab.3", "t_ms": 0, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.browser.extract_quote.3.synth.tab.3.png"}, {"node_id": "globex-growth00.slack.open_channel.4", "t_ms": 0, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.slack.open_channel.4.png"}, {"node_id": "globex-growth00.slack.scroll_history.5", "t_ms": 420, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.slack.scroll_history.5.png"}, {"node_id": "globex-growth00.slack.post_message.6", "t_ms": 3480, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.slack.post_message.6.png"}, {"node_id": "globex-growth00.slack.post_message.6.synth.undo.1", "t_ms": 720, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.slack.post_message.6.synth.undo.1.png"}, {"node_id": "globex-growth00.wordproc.open_doc.9", "t_ms": 540, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.open_doc.9.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.1.0", "t_ms": 860, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.1.0.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1", "t_ms": 300, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.2.1.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2", "t_ms": 1020, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.3.2", "t_ms": 780, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.3.2.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1", "t_ms": 420, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.4.3", "t_ms": 620, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.4.3.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.5.4", "t_ms": 1040, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.5.4.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2", "t_ms": 420, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.6.5", "t_ms": 620, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.6.5.png"}, {"node_id": "globex-growth00.wordproc.insert_text.10.synth.typo.7.6", "t_ms": 860, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.7.6.png"}, {"node_id": "globex-growth00.wordproc.insert_text.11", "t_ms": 2660, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.11.png"}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.8.0", "t_ms": 960, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.8.0.png"}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3", "t_ms": 420, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3.png"}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.9.1", "t_ms": 620, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.9.1.png"}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.10.2", "t_ms": 940, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.10.2.png"}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3", "t_ms": 300, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.11.3.png"}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3", "t_ms": 1020, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3.png"}, {"node_id": "globex-growth00.wordproc.insert_text.12.synth.typo.12.4", "t_ms": 2160, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.12.4.png"}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.13.0", "t_ms": 800, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.13.0.png"}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4", "t_ms": 420, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4.png"}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.14.1", "t_ms": 620, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.14.1.png"}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.15.2", "t_ms": 940, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.15.2.png"}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5", "t_ms": 420, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5.png"}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.16.3", "t_ms": 620, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.16.3.png"}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.17.4", "t_ms": 540, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.17.4.png"}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.18.5", "t_ms": 300, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.18.5.png"}, {"node_id": "globex-growth00.wordproc.insert_text.13.synth.typo.19.6", "t_ms": 1920, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.19.6.png"}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.20.0", "t_ms": 1740, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.20.0.png"}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.21.1", "t_ms": 300, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.21.1.png"}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6", "t_ms": 420, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6.png"}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.22.2", "t_ms": 980, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.22.2.png"}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7", "t_ms": 420, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7.png"}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.23.3", "t_ms": 620, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.23.3.png"}, {"node_id": "globex-growth00.wordproc.insert_text.14.synth.typo.24.4", "t_ms": 800, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.24.4.png"}, {"node_id": "globex-growth00.wordproc.save_doc.15", "t_ms": 0, "blob_ref": "screenshots/globex-growth00__browser-os/globex-growth00.wordproc.save_doc.15.png"}, {"node_id": "mkt.globex.launch", "t_ms": 2500, "blob_ref": "screenshots/globex-growth00__browser-os/mkt.globex.launch.png"}]}} +{"schema_version": "v2", "trajectory_id": "globex-procurement01__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "globex-procurement01", "company": "globex", "role_id": "ops.procurement", "title": "Procurement Analyst", "env": "windows-web-next", "goal": "GLOBEX · Procurement Analyst — workday", "tree": {"nodes": [{"node_id": "globex-procurement01.pdf.open_pdf.0", "kind": "terminal", "label": "pdf.open_pdf", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "pdf", "action": "open_pdf", "target": "contracts/vendor-acme.pdf"}, {"node_id": "globex-procurement01.pdf.extract_text.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.1034ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1034}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1034}}, {"node_id": "globex-procurement01.pdf.extract_text.1", "kind": "terminal", "label": "pdf.extract_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "pdf", "action": "extract_text", "target": "contracts/vendor-acme.pdf"}, {"node_id": "globex-procurement01.wordproc.open_doc.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.1584ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1584}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1584}}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "contracts/redlines/vendor-acme.docx"}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0.synth.pause.3", "kind": "terminal", "label": "behavior.wait.945ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 945}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 945}}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3029/1000", "t_finish_resolved": "3039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "contracts/redlines/vendor-acme.docx", "args": {"visible_text": "Section 6.1 — clarify EU data residency. Section 14.3 — strike the auto-renewal or shorten the opt-out windoe", "chars": 109, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.2.1.synth.pause.4", "kind": "terminal", "label": "behavior.wait.548ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299901/100000"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 548}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 548}}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.2.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/100000"}, "t_start_resolved": "3039/1000", "t_finish_resolved": "3049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "contracts/redlines/vendor-acme.docx", "args": {"visible_text": "w", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2.synth.pause.5", "kind": "terminal", "label": "behavior.wait.693ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "149951/50000"}, "t_start_resolved": "3019/1000", "t_finish_resolved": "3029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 693}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 693}}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "150001/50000"}, "t_start_resolved": "3049/1000", "t_finish_resolved": "3059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "contracts/redlines/vendor-acme.docx", "args": {"visible_text": " to 30 days.", "chars": 12, "_typo_step": "typo.tail"}}, {"node_id": "globex-procurement01.wordproc.save_doc.4.synth.pause.6", "kind": "terminal", "label": "behavior.wait.2330ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 2330}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 2330}}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "contracts/redlines/vendor-acme.docx"}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5.synth.pause.7", "kind": "terminal", "label": "behavior.wait.951ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 951}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 951}}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "kind": "terminal", "label": "spreadsheet.open_workbook", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.580ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 580}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 580}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "B14", "args": {"value": "=SUM(B2:B13)", "chars": 12}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.reread.1.synth.pause.9", "kind": "terminal", "label": "behavior.wait.892ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3499/500"}, "t_start_resolved": "3499/500", "t_finish_resolved": "876/125"}, "slots": {"behavior": "hesitation", "duration_ms": 892}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 892}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.reread.1", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "876/125", "t_finish_resolved": "3509/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.pause.10", "kind": "terminal", "label": "behavior.wait.1825ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "3509/500", "t_finish_resolved": "1757/250"}, "slots": {"behavior": "hesitation", "duration_ms": 1825}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1825}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "1757/250", "t_finish_resolved": "3519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "=AVERAGE(C2:C13)", "chars": 16}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8.synth.pause.11", "kind": "terminal", "label": "behavior.wait.666ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 666}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 666}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "D14", "args": {"value": "=B14*C14", "chars": 8}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9.synth.pause.12", "kind": "terminal", "label": "behavior.wait.957ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 957}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 957}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "E14", "args": {"value": "=B14/E2-1", "chars": 9}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.reread.2.synth.pause.13", "kind": "terminal", "label": "behavior.wait.837ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/500"}, "t_start_resolved": "4999/500", "t_finish_resolved": "1251/125"}, "slots": {"behavior": "hesitation", "duration_ms": 837}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 837}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.reread.2", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "1251/125", "t_finish_resolved": "5009/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.pause.14", "kind": "terminal", "label": "behavior.wait.787ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "5009/500", "t_finish_resolved": "2507/250"}, "slots": {"behavior": "hesitation", "duration_ms": 787}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 787}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "2507/250", "t_finish_resolved": "5019/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "=SUMIF(D2:D13,\">=10000\",B2:B13)", "chars": 31}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.reread.3.synth.pause.15", "kind": "terminal", "label": "behavior.wait.1278ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5499/500"}, "t_start_resolved": "5499/500", "t_finish_resolved": "1376/125"}, "slots": {"behavior": "hesitation", "duration_ms": 1278}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1278}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.reread.3", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "5509/500", "t_finish_resolved": "2757/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.pause.16", "kind": "terminal", "label": "behavior.wait.1078ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "1376/125", "t_finish_resolved": "5509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 1078}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1078}}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "2757/250", "t_finish_resolved": "5519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "G14", "args": {"value": "=CORREL(B2:B13,C2:C13)", "chars": 22}}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12.synth.pause.17", "kind": "terminal", "label": "behavior.wait.1071ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1071}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1071}}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "kind": "terminal", "label": "spreadsheet.save_sheet", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx"}, {"node_id": "globex-procurement01.wait.pause.13.synth.pause.18", "kind": "terminal", "label": "behavior.wait.571ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 571}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 571}}, {"node_id": "globex-procurement01.wait.pause.13", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "globex-procurement01.mail.open_inbox.14.synth.pause.19", "kind": "terminal", "label": "behavior.wait.786ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 786}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 786}}, {"node_id": "globex-procurement01.mail.open_inbox.14", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "globex-procurement01.mail.open_thread.15.synth.pause.20", "kind": "terminal", "label": "behavior.wait.494ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 494}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 494}}, {"node_id": "globex-procurement01.mail.open_thread.15", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "globex-procurement01.mail.archive.16.synth.pause.21", "kind": "terminal", "label": "behavior.wait.1035ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1035}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1035}}, {"node_id": "globex-procurement01.mail.archive.16", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-0"}, {"node_id": "globex-procurement01.mail.open_thread.17.synth.pause.22", "kind": "terminal", "label": "behavior.wait.926ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 926}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 926}}, {"node_id": "globex-procurement01.mail.open_thread.17", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "globex-procurement01.mail.add_label.18.synth.pause.23", "kind": "terminal", "label": "behavior.wait.572ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 572}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 572}}, {"node_id": "globex-procurement01.mail.add_label.18", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-1"}, {"node_id": "globex-procurement01.mail.open_thread.19.synth.pause.24", "kind": "terminal", "label": "behavior.wait.950ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 950}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 950}}, {"node_id": "globex-procurement01.mail.open_thread.19", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "globex-procurement01.mail.reply.20.synth.pause.25", "kind": "terminal", "label": "behavior.wait.416ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 416}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 416}}, {"node_id": "globex-procurement01.mail.reply.20", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Re: vendor renewal", "visible_text": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still needs to narrow to direct damages before we sign.", "chars": 130}}, {"node_id": "globex-procurement01.mail.open_thread.21.synth.pause.26", "kind": "terminal", "label": "behavior.wait.703ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 703}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 703}}, {"node_id": "globex-procurement01.mail.open_thread.21", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.4.0.synth.pause.27", "kind": "terminal", "label": "behavior.wait.723ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 723}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 723}}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.4.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22029/1000", "t_finish_resolved": "22039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Re: spec review", "visible_text": "Following up p", "chars": 14, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.5.1.synth.pause.28", "kind": "terminal", "label": "behavior.wait.1173ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2199901/100000"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1173}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1173}}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.5.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2200001/100000"}, "t_start_resolved": "22039/1000", "t_finish_resolved": "22049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Re: spec review", "visible_text": "o", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.6.2.synth.pause.29", "kind": "terminal", "label": "behavior.wait.810ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099951/50000"}, "t_start_resolved": "22019/1000", "t_finish_resolved": "22029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 810}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 810}}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.6.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100001/50000"}, "t_start_resolved": "22049/1000", "t_finish_resolved": "22059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Re: spec review", "visible_text": "n the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed.", "chars": 124, "_typo_step": "typo.tail"}}, {"node_id": "globex-procurement01.mail.open_thread.23.synth.pause.30", "kind": "terminal", "label": "behavior.wait.699ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22999/1000"}, "t_start_resolved": "22999/1000", "t_finish_resolved": "23009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 699}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 699}}, {"node_id": "globex-procurement01.mail.open_thread.23", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23"}, "t_start_resolved": "23009/1000", "t_finish_resolved": "23019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-4"}, {"node_id": "globex-procurement01.mail.add_label.24.synth.pause.31", "kind": "terminal", "label": "behavior.wait.709ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23999/1000"}, "t_start_resolved": "23999/1000", "t_finish_resolved": "24009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 709}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 709}}, {"node_id": "globex-procurement01.mail.add_label.24", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24"}, "t_start_resolved": "24009/1000", "t_finish_resolved": "24019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-4"}, {"node_id": "xco.globex.reply", "kind": "terminal", "label": "xco.globex.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-procurement01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "881"}, "t_start_resolved": "881", "t_finish_resolved": "88101/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#acme-globex-deal", "args": {"visible_text": "Thanks acme. Procurement is reviewing the quote; one ask: can you commit to the EU data-residency clause?", "chars": 105}}]}, "trajectory": {"input_events": [{"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:32 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 577, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 8, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 11, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 27, "t_ms": 1480}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1600}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 29, "t_ms": 1720}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Microsoft Edge", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 30, "t_ms": 1840}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 85, "y": 806, "width": 1189, "height": 10}}, "validated": true, "ordinal": 31, "t_ms": 1960}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 713, "y": 508, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 713, "y": 508, "tag": "div", "id": "", "class_name": "newtab-page s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 41, "y": 144, "width": 1278, "height": 395}}, "validated": true, "ordinal": 32, "t_ms": 2020}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 709, "y": 294, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 33, "t_ms": 2140}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 706, "y": 166, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 34, "t_ms": 2260}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 123, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 705, "y": 123, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 182, "y": 114, "width": 1046, "height": 18}}, "validated": true, "ordinal": 35, "t_ms": 2380}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 705, "y": 123, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 705, "y": 123, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 182, "y": 114, "width": 1046, "height": 18}}, "validated": true, "ordinal": 36, "t_ms": 2500}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 2620}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 2800}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 46, "t_ms": 2820}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 47, "t_ms": 2840}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 10, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 48, "t_ms": 2860}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 11, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 49, "t_ms": 2880}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 50, "t_ms": 2900}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 51, "t_ms": 2920}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 14, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 52, "t_ms": 2940}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 53, "t_ms": 2960}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 54, "t_ms": 2980}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 17, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 55, "t_ms": 3000}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 56, "t_ms": 3020}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 57, "t_ms": 3040}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 20, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 58, "t_ms": 3060}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 59, "t_ms": 3080}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 22, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 60, "t_ms": 3100}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 23, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 61, "t_ms": 3120}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 24, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 62, "t_ms": 3140}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 25, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 63, "t_ms": 3160}, {"node_id": "globex-procurement01.pdf.open_pdf.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 64, "t_ms": 3180}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 705, "y": 123, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 705, "y": 123, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 182, "y": 114, "width": 1046, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 10, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 11, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 14, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 17, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 20, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 22, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 23, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 24, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-procurement01.pdf.extract_text.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 25, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 631, "y": 452, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 631, "y": 452, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 41, "y": 144, "width": 1278, "height": 687}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 578, "y": 688, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 547, "y": 829, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 666, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 666, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 717, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 748, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 758, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 749, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 758, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Microsoft Edge 🌐 html.du", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 574, "y": 470, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 574, "y": 470, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 9, "y": 120, "width": 706, "height": 723}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 470, "y": 264, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 408, "y": 140, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 387, "y": 99, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 150, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 150, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 150, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "6", "char_index": 9, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 10, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 11, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 15, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 18, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 19, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 20, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 21, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 23, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 24, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 29, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 31, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 35, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 37, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 38, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 39, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 40, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 42, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 44, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 45, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 46, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 47, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 48, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 50, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 51, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 52, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 53, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 55, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 57, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 58, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 59, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 60, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 61, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 62, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 65, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 66, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 67, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 68, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 69, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 70, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 71, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 72, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 73, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 74, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 75, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 76, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 77, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 78, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 79, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 80, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 81, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 82, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 83, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 84, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 85, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 86, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 87, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 88, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 89, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 90, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 92, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 93, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 94, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 95, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 96, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 97, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 98, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 99, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 100, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 101, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 102, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 103, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 104, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 105, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 106, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 107, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 108, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2200}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 109, "char_count": 109, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 2220}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.2.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 150, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.2.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 150, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 4, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 5, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 11, "char_count": 11, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 150, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 10, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 13, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 14, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 15, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 20, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 23, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 24, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 26, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 28, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 29, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 31, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 32, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 33, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 34, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 35, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 442, "y": 439, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 442, "y": 439, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 9, "y": 120, "width": 706, "height": 723}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 482, "y": 682, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 827, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Excel", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 574, "y": 497, "move_frame": 1, "move_frames": 4, "control": "excel-click", "hit_test": {"validated": true, "x": 574, "y": 497, "tag": "div", "id": "", "class_name": "cell s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 501, "y": 483, "width": 90, "height": 22}}, "validated": true, "ordinal": 23, "t_ms": 1840}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 470, "y": 276, "move_frame": 2, "move_frames": 4, "control": "excel-click", "validated": false, "ordinal": 24, "t_ms": 1960}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 408, "y": 143, "move_frame": 3, "move_frames": 4, "control": "excel-click", "validated": false, "ordinal": 25, "t_ms": 2080}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 387, "y": 99, "move_frame": 4, "move_frames": 4, "control": "excel-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 26, "t_ms": 2200}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "excel-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 27, "t_ms": 2320}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.reread.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 2, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 3, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 4, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 6, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "G", "char_index": 7, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 8, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 9, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 10, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 11, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 13, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 14, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 15, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 16, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 6, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 7, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 8, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 9, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 11, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 12, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 13, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 14, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 15, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 16, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 17, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 18, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 19, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 20, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 21, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 22, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 23, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 24, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 25, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 26, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 27, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 28, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 29, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 30, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 31, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "ribbon s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "📋 Copy 📌 Paste Clipboard B I U A ×A 🎨 ×🎨 ▦ ▾ Font ⬅ ↔ ➡ Alignment General Number Currency Percent Date $ % Number ⌫ ", "bbox": {"x": 9, "y": 71, "width": 1098, "height": 77}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 1, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 6, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 9, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 10, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 11, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 12, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 20, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 21, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 22, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 24, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 432, "y": 439, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 432, "y": 439, "tag": "div", "id": "", "class_name": "cell s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 411, "y": 439, "width": 90, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 464, "y": 682, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 484, "y": 827, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 490, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 490, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 596, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 596, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 672, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 718, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 312, "y": 134, "width": 1091, "height": 690}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 574, "y": 498, "move_frame": 1, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 574, "y": 498, "tag": "div", "id": "", "class_name": "email-item s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "D David Lee 2 days ago Lunch this Friday? Hey! Want to grab lunch this Friday? There is a new place...", "bbox": {"x": 491, "y": 493, "width": 932, "height": 82}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 470, "y": 276, "move_frame": 2, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 408, "y": 143, "move_frame": 3, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 387, "y": 99, "move_frame": 4, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "globex-procurement01.mail.open_inbox.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "globex-procurement01.mail.open_thread.15", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.archive.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.open_thread.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.add_label.18", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.open_thread.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.reply.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.open_thread.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.4.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.5.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.6.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.open_thread.23", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-procurement01.mail.add_label.24", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 283, "y": 85, "width": 1148, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 432, "y": 439, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 432, "y": 439, "tag": "div", "id": "", "class_name": "mail-sidebar s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "New mail Inbox 2 Starred Sent Drafts Trash", "bbox": {"x": 283, "y": 117, "width": 200, "height": 726}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 464, "y": 682, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 484, "y": 827, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 490, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 490, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 596, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 596, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 672, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 718, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 36, "y": 173, "width": 1043, "height": 652}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 680, "y": 808, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 680, "y": 808, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 23, "t_ms": 1840}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 652, "y": 809, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 24, "t_ms": 1960}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 635, "y": 810, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 25, "t_ms": 2080}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 629, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 629, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 26, "t_ms": 2200}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 629, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 629, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 27, "t_ms": 2320}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 2380}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 2, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 2400}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 2420}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 9, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 10, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 12, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 14, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 17, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 18, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 19, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 21, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 23, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 2880}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 27, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 2900}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 2920}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 2940}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 2960}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 31, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 2980}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 32, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 3000}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 3020}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 34, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 3040}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 3060}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 36, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 3080}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 37, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 3100}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 3120}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 39, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 3140}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 40, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 3160}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 3180}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 3200}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 43, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 3220}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 44, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 3240}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 45, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 3260}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 46, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 3280}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 3300}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 48, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 3320}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 76, "t_ms": 3340}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 50, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 77, "t_ms": 3360}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 51, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 78, "t_ms": 3380}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 79, "t_ms": 3400}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 80, "t_ms": 3420}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 54, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 81, "t_ms": 3440}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 55, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 82, "t_ms": 3460}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 56, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 83, "t_ms": 3480}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 57, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 84, "t_ms": 3500}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 85, "t_ms": 3520}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 59, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 86, "t_ms": 3540}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 60, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 87, "t_ms": 3560}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 61, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 88, "t_ms": 3580}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 89, "t_ms": 3600}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 63, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 90, "t_ms": 3620}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 64, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 91, "t_ms": 3640}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 65, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 92, "t_ms": 3660}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 93, "t_ms": 3680}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 67, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 94, "t_ms": 3700}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 68, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 95, "t_ms": 3720}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 69, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 96, "t_ms": 3740}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 70, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 97, "t_ms": 3760}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 71, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 98, "t_ms": 3780}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 72, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 99, "t_ms": 3800}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 73, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 100, "t_ms": 3820}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 74, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 101, "t_ms": 3840}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 75, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 102, "t_ms": 3860}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 103, "t_ms": 3880}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 77, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 104, "t_ms": 3900}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 78, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 105, "t_ms": 3920}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 79, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 106, "t_ms": 3940}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 80, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 107, "t_ms": 3960}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 81, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 108, "t_ms": 3980}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 82, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 109, "t_ms": 4000}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 83, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 110, "t_ms": 4020}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 84, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 111, "t_ms": 4040}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 85, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 112, "t_ms": 4060}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 86, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 113, "t_ms": 4080}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 87, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 114, "t_ms": 4100}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 88, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 115, "t_ms": 4120}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 89, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 116, "t_ms": 4140}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 90, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 117, "t_ms": 4160}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 91, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 118, "t_ms": 4180}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 92, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 119, "t_ms": 4200}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 93, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 120, "t_ms": 4220}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 94, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 121, "t_ms": 4240}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 95, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 122, "t_ms": 4260}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 96, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 123, "t_ms": 4280}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 97, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 124, "t_ms": 4300}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 98, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 125, "t_ms": 4320}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 99, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 126, "t_ms": 4340}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 100, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 127, "t_ms": 4360}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 101, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 128, "t_ms": 4380}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 102, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 129, "t_ms": 4400}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 103, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 130, "t_ms": 4420}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 104, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 131, "t_ms": 4440}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 105, "char_count": 105, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 132, "t_ms": 4460}, {"node_id": "xco.globex.reply", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 133, "t_ms": 4480}], "observations": [{"ok": true, "event": "pdf.opened", "surface": "pdf", "action": "open_pdf", "target": "contracts/vendor-acme.pdf", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "contracts/vendor-acme.pdf"}, "observation": "Low-level replay drove windows-web-next/edge.open_pdf.", "error": null}, {"ok": true, "event": "app.action", "surface": "pdf", "action": "extract_text", "target": "contracts/vendor-acme.pdf", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "contracts/vendor-acme.pdf"}, "observation": "Low-level replay drove windows-web-next/edge.extract_text.", "error": null}, {"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "contracts/redlines/vendor-acme.docx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "contracts/redlines/vendor-acme.docx"}, "observation": "Low-level replay drove windows-web-next/word.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "contracts/redlines/vendor-acme.docx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Section 6.1 — clarify EU data residency. Section 14.3 — strike the auto-renewal or shorten the opt-out windoe"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "contracts/redlines/vendor-acme.docx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "w"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "contracts/redlines/vendor-acme.docx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "to 30 days."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "contracts/redlines/vendor-acme.docx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "contracts/redlines/vendor-acme.docx"}, "observation": "Low-level replay drove windows-web-next/word.save_doc.", "error": null}, {"ok": true, "event": "workbook.opened", "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove windows-web-next/excel.open_workbook.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "B14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=SUM(B2:B13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=AVERAGE(C2:C13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "D14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=B14*C14"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "E14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=B14/E2-1"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=SUMIF(D2:D13,\">=10000\",B2:B13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "G14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=CORREL(B2:B13,C2:C13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove windows-web-next/excel.save_sheet.", "error": null}, {"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove windows-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still needs to narrow to direct damages before we sign."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Following up p"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "o"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "n the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#acme-globex-deal", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Thanks acme. Procurement is reviewing the quote; one ask: can you commit to the EU data-residency clause?"}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}], "alignment": [{"node_id": "globex-procurement01.pdf.open_pdf.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64]}, {"node_id": "globex-procurement01.pdf.extract_text.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.2.1", "observation_index": 4, "input_event_ordinals": [1, 2]}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.reread.1", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.reread.2", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.reread.3", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "globex-procurement01.mail.open_inbox.14", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "globex-procurement01.mail.open_thread.15", "observation_index": 19, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.archive.16", "observation_index": 20, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.open_thread.17", "observation_index": 21, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.add_label.18", "observation_index": 22, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.open_thread.19", "observation_index": 23, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.reply.20", "observation_index": 24, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.open_thread.21", "observation_index": 25, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.4.0", "observation_index": 26, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.5.1", "observation_index": 27, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.6.2", "observation_index": 28, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.open_thread.23", "observation_index": 29, "input_event_ordinals": [1]}, {"node_id": "globex-procurement01.mail.add_label.24", "observation_index": 30, "input_event_ordinals": [1]}, {"node_id": "xco.globex.reply", "observation_index": 31, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133]}]}, "media": {"video": "videos/globex-procurement01__windows-web-next.webm", "frames": [{"node_id": "globex-procurement01.pdf.open_pdf.0", "t_ms": 3100, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.pdf.open_pdf.0.png"}, {"node_id": "globex-procurement01.pdf.extract_text.1", "t_ms": 2200, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.pdf.extract_text.1.png"}, {"node_id": "globex-procurement01.wordproc.open_doc.2", "t_ms": 2200, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.open_doc.2.png"}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.1.0", "t_ms": 4020, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.1.0.png"}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.2.1", "t_ms": 120, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.2.1.png"}, {"node_id": "globex-procurement01.wordproc.insert_text.3.synth.typo.3.2", "t_ms": 1140, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.3.2.png"}, {"node_id": "globex-procurement01.wordproc.save_doc.4", "t_ms": 2540, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.save_doc.4.png"}, {"node_id": "globex-procurement01.spreadsheet.open_workbook.5", "t_ms": 2320, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.open_workbook.5.png"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.6", "t_ms": 1220, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.6.png"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7.synth.reread.1", "t_ms": 480, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.7.synth.reread.1.png"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.7", "t_ms": 1300, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.7.png"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.8", "t_ms": 1020, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.8.png"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.9", "t_ms": 1080, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.9.png"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10.synth.reread.2", "t_ms": 480, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.10.synth.reread.2.png"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.10", "t_ms": 2480, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.10.png"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11.synth.reread.3", "t_ms": 480, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.11.synth.reread.3.png"}, {"node_id": "globex-procurement01.spreadsheet.write_formula.11", "t_ms": 1960, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.11.png"}, {"node_id": "globex-procurement01.spreadsheet.save_sheet.12", "t_ms": 2080, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.save_sheet.12.png"}, {"node_id": "globex-procurement01.mail.open_inbox.14", "t_ms": 2200, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_inbox.14.png"}, {"node_id": "globex-procurement01.mail.open_thread.15", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.15.png"}, {"node_id": "globex-procurement01.mail.archive.16", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.archive.16.png"}, {"node_id": "globex-procurement01.mail.open_thread.17", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.17.png"}, {"node_id": "globex-procurement01.mail.add_label.18", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.add_label.18.png"}, {"node_id": "globex-procurement01.mail.open_thread.19", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.19.png"}, {"node_id": "globex-procurement01.mail.reply.20", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.20.png"}, {"node_id": "globex-procurement01.mail.open_thread.21", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.21.png"}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.4.0", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.4.0.png"}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.5.1", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.5.1.png"}, {"node_id": "globex-procurement01.mail.reply.22.synth.typo.6.2", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.6.2.png"}, {"node_id": "globex-procurement01.mail.open_thread.23", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.23.png"}, {"node_id": "globex-procurement01.mail.add_label.24", "t_ms": 0, "blob_ref": "screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.add_label.24.png"}, {"node_id": "xco.globex.reply", "t_ms": 4480, "blob_ref": "screenshots/globex-procurement01__windows-web-next/xco.globex.reply.png"}]}} +{"schema_version": "v2", "trajectory_id": "globex-scientist02__browser-os", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "globex-scientist02", "company": "globex", "role_id": "data.scientist", "title": "Data Scientist", "env": "browser-os", "goal": "GLOBEX · Data Scientist — workday", "tree": {"nodes": [{"node_id": "globex-scientist02.slack.open_channel.0", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "globex-scientist02.slack.scroll_history.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.394ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 394}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 394}}, {"node_id": "globex-scientist02.slack.scroll_history.1", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "globex-scientist02.slack.open_channel.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.342ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 342}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 342}}, {"node_id": "globex-scientist02.slack.open_channel.2", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "globex-scientist02.slack.scroll_history.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.418ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 418}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 418}}, {"node_id": "globex-scientist02.slack.scroll_history.3", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "globex-scientist02.slack.post_message.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.290ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 290}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 290}}, {"node_id": "globex-scientist02.slack.post_message.4", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#launch", "args": {"visible_text": "Quick favor — the zero-price guard is live in ataging.", "chars": 54, "_typo_committed": true}}, {"node_id": "globex-scientist02.slack.open_channel.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.345ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 345}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 345}}, {"node_id": "globex-scientist02.slack.open_channel.5", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "globex-scientist02.slack.scroll_history.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.311ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 311}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 311}}, {"node_id": "globex-scientist02.slack.scroll_history.6", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "globex-scientist02.slack.post_message.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.379ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 379}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 379}}, {"node_id": "globex-scientist02.slack.post_message.7", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "Pushed the hotfix — the PRD now has last week's research notes.", "chars": 63}}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.413ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 413}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 413}}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "kind": "terminal", "label": "dashboard.open_dashboard", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health"}, {"node_id": "globex-scientist02.dashboard.set_time_range.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.547ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 547}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 547}}, {"node_id": "globex-scientist02.dashboard.set_time_range.9", "kind": "terminal", "label": "dashboard.set_time_range", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "set_time_range", "target": "last-24h"}, {"node_id": "globex-scientist02.dashboard.drill_into_alert.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.324ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 324}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 324}}, {"node_id": "globex-scientist02.dashboard.drill_into_alert.10", "kind": "terminal", "label": "dashboard.drill_into_alert", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95"}, {"node_id": "globex-scientist02.browser.extract_quote.11.synth.pause.11", "kind": "terminal", "label": "behavior.wait.529ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 529}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 529}}, {"node_id": "globex-scientist02.browser.extract_quote.11", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "alert-detail"}, {"node_id": "globex-scientist02.wait.pause.12.synth.pause.12", "kind": "terminal", "label": "behavior.wait.200ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 200}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 200}}, {"node_id": "globex-scientist02.wait.pause.12", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "globex-scientist02.wordproc.open_doc.13.synth.pause.13", "kind": "terminal", "label": "behavior.wait.280ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 280}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 280}}, {"node_id": "globex-scientist02.wordproc.open_doc.13", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "docs/incident-review-2026-05-12.md"}, {"node_id": "globex-scientist02.wordproc.insert_text.14.synth.pause.14", "kind": "terminal", "label": "behavior.wait.376ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 376}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 376}}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "# Incident review: 2026-05-12\n\n## Impact\n## Timeline\n## Root cause\n## Fixes\n", "chars": 76}}, {"node_id": "globex-scientist02.wordproc.insert_text.15.synth.pause.15", "kind": "terminal", "label": "behavior.wait.356ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 356}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 356}}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Impact: checkout p95 latency tripled for 41 minutes; ~2.3% of carts saw a timeout on submit. No data loss.", "chars": 106}}, {"node_id": "globex-scientist02.wordproc.insert_text.16.synth.pause.16", "kind": "terminal", "label": "behavior.wait.418ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 418}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 418}}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Timeline: 14:02 deploy, 14:09 first page, 14:31 Redis pool rotated, 14:43 latency back to baseline.", "chars": 99}}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0.synth.pause.17", "kind": "terminal", "label": "behavior.wait.252ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 252}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 252}}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17029/1000", "t_finish_resolved": "17039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Root cause: a connection-pool size regression in the deploy starved the checkout service under peak loas", "chars": 104, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.2.1.synth.pause.18", "kind": "terminal", "label": "behavior.wait.354ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1699901/100000"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 354}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 354}}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.2.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1700001/100000"}, "t_start_resolved": "17039/1000", "t_finish_resolved": "17049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "d", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.3.2.synth.pause.19", "kind": "terminal", "label": "behavior.wait.187ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "849951/50000"}, "t_start_resolved": "17019/1000", "t_finish_resolved": "17029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 187}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 187}}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.3.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "850001/50000"}, "t_start_resolved": "17049/1000", "t_finish_resolved": "17059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": ".", "chars": 1, "_typo_step": "typo.tail"}}, {"node_id": "globex-scientist02.wordproc.insert_text.18.synth.pause.20", "kind": "terminal", "label": "behavior.wait.342ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 342}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 342}}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Fixes: pin the pool size in config, add a pre-deploy load smoke test, and alert on pool-saturation directly.", "chars": 108}}, {"node_id": "globex-scientist02.wordproc.save_doc.19.synth.pause.21", "kind": "terminal", "label": "behavior.wait.387ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 387}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 387}}, {"node_id": "globex-scientist02.wordproc.save_doc.19", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:globex-scientist02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "docs/incident-review-2026-05-12.md"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "bo-bridge-messaging-client", "node_id": "globex-scientist02.slack.open_channel.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-scientist02.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 592, "y": 347, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 592, "y": 347, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 558, "y": 338, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-scientist02.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 538, "y": 332, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-scientist02.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 531, "y": 330, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-scientist02.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 531, "y": 330, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-scientist02.slack.scroll_history.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 531, "y": 330, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 514, "y": 412, "move_frame": 1, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 514, "y": 412, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 502, "y": 471, "move_frame": 2, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 495, "y": 506, "move_frame": 3, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 493, "y": 518, "move_frame": 4, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 493, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 299, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 493, "y": 518, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 493, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 299, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Q", "char_index": 1, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 7, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 9, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 16, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 19, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 23, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 24, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 27, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 30, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 31, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 32, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 39, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 40, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 41, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 44, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 48, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 49, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 50, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 52, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 53, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 54, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "globex-scientist02.slack.post_message.4", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "globex-scientist02.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 436, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 510, "y": 436, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 522, "y": 377, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-scientist02.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 529, "y": 342, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-scientist02.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 531, "y": 330, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-scientist02.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 531, "y": 330, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 514, "y": 412, "move_frame": 1, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 514, "y": 412, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 502, "y": 471, "move_frame": 2, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 495, "y": 506, "move_frame": 3, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 493, "y": 518, "move_frame": 4, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 493, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 299, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 493, "y": 518, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 493, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 299, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 25, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 26, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 27, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 29, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 31, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 33, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 37, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 38, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 39, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 42, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 45, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 46, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 47, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 53, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 54, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 55, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 56, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 58, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 61, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 62, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 63, "char_count": 63, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "globex-scientist02.slack.post_message.7", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 69, "t_ms": 1800}, {"kind": "script_eval", "control": "bo-bridge-browser", "node_id": "globex-scientist02.dashboard.open_dashboard.8", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 488, "y": 518, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 488, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 287, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 484, "y": 518, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 482, "y": 518, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 481, "y": 518, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 481, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 287, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 481, "y": 518, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 481, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 287, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 2, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 9, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 10, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 13, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "globex-scientist02.dashboard.set_time_range.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/last-24h", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.dashboard.drill_into_alert.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/latency-p95", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.browser.extract_quote.11", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 586, "y": 488, "move_frame": 1, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 586, "y": 488, "tag": "form", "id": "", "class_name": "composer", "role": "", "aria_label": "", "title": "", "text": "Send", "bbox": {"x": 269, "y": 486, "width": 500, "height": 63}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.browser.extract_quote.11", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 467, "move_frame": 2, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-scientist02.browser.extract_quote.11", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 454, "move_frame": 3, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-scientist02.browser.extract_quote.11", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-scientist02.browser.extract_quote.11", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"kind": "script_eval", "control": "bo-bridge-notepad", "node_id": "globex-scientist02.wordproc.open_doc.13", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-scientist02.wordproc.open_doc.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 898, "y": 530, "move_frame": 1, "move_frames": 4, "control": "np-focus", "hit_test": {"validated": true, "x": 898, "y": 530, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-scientist02.wordproc.open_doc.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1026, "y": 586, "move_frame": 2, "move_frames": 4, "control": "np-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "globex-scientist02.wordproc.open_doc.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1102, "y": 621, "move_frame": 3, "move_frames": 4, "control": "np-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "globex-scientist02.wordproc.open_doc.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 632, "move_frame": 4, "move_frames": 4, "control": "np-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "globex-scientist02.wordproc.open_doc.13", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 3, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 8, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 11, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 12, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 16, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 19, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 22, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 23, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 24, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "6", "char_index": 25, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 26, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 27, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 28, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 30, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 31, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 33, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 34, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 36, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 37, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 38, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 40, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 43, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 44, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 46, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 47, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 48, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 49, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 50, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 52, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 55, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 56, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 58, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 60, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 61, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 63, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 64, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 65, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 66, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 67, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 69, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 70, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 71, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 72, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 73, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 74, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 75, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 76, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 3, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 9, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 20, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "9", "char_index": 21, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 22, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 27, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 28, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 29, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 30, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 32, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 35, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 36, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 38, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 40, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 41, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 42, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 44, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 45, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 47, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 49, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 50, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 53, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 54, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 56, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 57, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 58, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 59, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 60, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 62, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 63, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 65, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 66, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 67, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 68, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 69, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 71, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 72, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 73, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 75, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 77, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 78, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 79, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 80, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 81, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 82, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 83, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 85, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 86, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 88, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 89, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 90, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 91, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 92, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 93, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 94, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 95, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 96, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 97, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 98, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 99, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 100, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 101, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 102, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 103, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 104, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 105, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 106, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 107, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 108, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 109, "t_ms": 2200}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes Impact: checkout p95 latency tripled for 41 m", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 3, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 5, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 7, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 8, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 14, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 15, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 16, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 19, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 21, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 22, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 23, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 24, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 25, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 27, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 28, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 29, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 30, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "9", "char_index": 31, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 33, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 37, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 39, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 40, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 41, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 43, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 45, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 46, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 47, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 48, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 49, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 51, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 53, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 54, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 55, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 57, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 58, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 60, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 62, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 63, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 65, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 66, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 67, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 68, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 69, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 71, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 72, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 73, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 74, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 75, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 77, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 78, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 79, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 80, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 81, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 82, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 83, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 85, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 86, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 87, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 88, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 89, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 90, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 91, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 92, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 93, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 94, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 95, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 96, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 97, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 98, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 99, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 100, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 101, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes Impact: checkout p95 latency tripled for 41 m", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 3, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 11, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 13, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 15, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 17, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 22, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 23, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 25, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 27, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 28, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 31, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 35, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 38, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 40, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 41, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 43, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 44, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 45, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 46, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 47, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 49, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 50, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 52, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 53, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 54, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 56, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 57, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 58, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 59, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 60, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 61, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 63, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 65, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 66, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 67, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 68, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 69, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 71, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 72, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 73, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 75, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 76, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 78, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 79, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 80, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 81, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 82, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 83, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 84, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 85, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 86, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 87, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 88, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 89, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 90, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 92, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 93, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 94, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 95, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 96, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 97, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 98, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 99, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 100, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 101, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 102, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 103, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 104, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 105, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 106, "char_count": 106, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.2.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes Impact: checkout p95 latency tripled for 41 m", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.3.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes Impact: checkout p95 latency tripled for 41 m", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 632, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 632, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes Impact: checkout p95 latency tripled for 41 m", "bbox": {"x": 829, "y": 421, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 3, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 5, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 10, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 11, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 19, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 20, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 21, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 25, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 28, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 29, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 31, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 34, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 36, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 37, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 40, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 41, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 45, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 46, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 48, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 49, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 51, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 52, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 53, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 54, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 56, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 57, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 58, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 59, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 60, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 61, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 62, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 63, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 64, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 67, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 68, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 69, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 70, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 71, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 73, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 74, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 75, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 77, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 78, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 79, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 80, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 81, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 82, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 83, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 84, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 85, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 86, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 87, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 88, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 89, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 90, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 91, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 92, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 93, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 94, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 95, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 96, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 97, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 98, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 99, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 100, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 101, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 102, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 103, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 104, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 105, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 106, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 107, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 108, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 109, "t_ms": 2200}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 109, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 110, "t_ms": 2220}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 110, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 111, "t_ms": 2240}, {"node_id": "globex-scientist02.wordproc.save_doc.19", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "np-save", "validated": false, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#design"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#design"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#launch"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#launch"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "Quick favor — the zero-price guard is live in ataging."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#engineering"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#engineering"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "Pushed the hotfix — the PRD now has last week's research notes."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}, {"ok": true, "event": "app.action", "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "checkout-health"}, "observation": "Low-level replay drove browser-os/browser.open_dashboard.", "error": null}, {"ok": true, "event": "dashboard.range_set", "surface": "dashboard", "action": "set_time_range", "target": "last-24h", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "last-24h"}, "observation": "Low-level replay drove browser-os/browser.set_time_range.", "error": null}, {"ok": true, "event": "dashboard.alert_drilled", "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "latency-p95"}, "observation": "Low-level replay drove browser-os/browser.drill_into_alert.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "alert-detail", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "alert-detail"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/incident-review-2026-05-12.md"}, "observation": "Low-level replay drove browser-os/notepad.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Impact: checkout p95 latency tripled for 41 minutes; ~2.3% of carts saw a timeout on submit. No data loss."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Timeline: 14:02 deploy, 14:09 first page, 14:31 Redis pool rotated, 14:43 latency back to baseline."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Root cause: a connection-pool size regression in the deploy starved the checkout service under peak loas"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "d"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Fixes: pin the pool size in config, add a pre-deploy load smoke test, and alert on pool-saturation directly."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/incident-review-2026-05-12.md"}, "observation": "Low-level replay drove browser-os/notepad.save_doc.", "error": null}], "alignment": [{"node_id": "globex-scientist02.slack.open_channel.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "globex-scientist02.slack.scroll_history.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-scientist02.slack.open_channel.2", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "globex-scientist02.slack.scroll_history.3", "observation_index": 3, "input_event_ordinals": [1]}, {"node_id": "globex-scientist02.slack.post_message.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}, {"node_id": "globex-scientist02.slack.open_channel.5", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "globex-scientist02.slack.scroll_history.6", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-scientist02.slack.post_message.7", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69]}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, {"node_id": "globex-scientist02.dashboard.set_time_range.9", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "globex-scientist02.dashboard.drill_into_alert.10", "observation_index": 10, "input_event_ordinals": [1]}, {"node_id": "globex-scientist02.browser.extract_quote.11", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-scientist02.wordproc.open_doc.13", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77]}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109]}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102]}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107]}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.2.1", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.3.2", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111]}, {"node_id": "globex-scientist02.wordproc.save_doc.19", "observation_index": 20, "input_event_ordinals": [1]}]}, "media": {"video": "videos/globex-scientist02__browser-os.webm", "frames": [{"node_id": "globex-scientist02.slack.open_channel.0", "t_ms": 0, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.slack.open_channel.0.png"}, {"node_id": "globex-scientist02.slack.scroll_history.1", "t_ms": 120, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.1.png"}, {"node_id": "globex-scientist02.slack.scroll_history.3", "t_ms": 0, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.3.png"}, {"node_id": "globex-scientist02.slack.post_message.4", "t_ms": 1220, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.slack.post_message.4.png"}, {"node_id": "globex-scientist02.slack.scroll_history.6", "t_ms": 120, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.6.png"}, {"node_id": "globex-scientist02.slack.post_message.7", "t_ms": 1400, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.slack.post_message.7.png"}, {"node_id": "globex-scientist02.dashboard.open_dashboard.8", "t_ms": 440, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.open_dashboard.8.png"}, {"node_id": "globex-scientist02.dashboard.set_time_range.9", "t_ms": 0, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.set_time_range.9.png"}, {"node_id": "globex-scientist02.dashboard.drill_into_alert.10", "t_ms": 0, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.drill_into_alert.10.png"}, {"node_id": "globex-scientist02.browser.extract_quote.11", "t_ms": 120, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.browser.extract_quote.11.png"}, {"node_id": "globex-scientist02.wordproc.open_doc.13", "t_ms": 140, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.open_doc.13.png"}, {"node_id": "globex-scientist02.wordproc.insert_text.14", "t_ms": 1560, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.14.png"}, {"node_id": "globex-scientist02.wordproc.insert_text.15", "t_ms": 2200, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.15.png"}, {"node_id": "globex-scientist02.wordproc.insert_text.16", "t_ms": 2060, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.16.png"}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.1.0", "t_ms": 2160, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.1.0.png"}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.2.1", "t_ms": 100, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.2.1.png"}, {"node_id": "globex-scientist02.wordproc.insert_text.17.synth.typo.3.2", "t_ms": 100, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.3.2.png"}, {"node_id": "globex-scientist02.wordproc.insert_text.18", "t_ms": 2240, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.18.png"}, {"node_id": "globex-scientist02.wordproc.save_doc.19", "t_ms": 0, "blob_ref": "screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.save_doc.19.png"}]}} +{"schema_version": "v2", "trajectory_id": "globex-coo03__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "globex-coo03", "company": "globex", "role_id": "exec.coo", "title": "COO", "env": "macos-web-next", "goal": "GLOBEX · COO — workday", "tree": {"nodes": [{"node_id": "globex-coo03.slack.open_channel.0", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "globex-coo03.slack.scroll_history.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.285ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 285}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 285}}, {"node_id": "globex-coo03.slack.scroll_history.1", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "globex-coo03.slack.post_message.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.259ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 259}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 259}}, {"node_id": "globex-coo03.slack.post_message.2", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Heads up — vendor renewal needs a prixing decision by week 2.", "chars": 61, "_typo_committed": true}}, {"node_id": "globex-coo03.slack.open_channel.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.188ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 188}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 188}}, {"node_id": "globex-coo03.slack.open_channel.3", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#general"}, {"node_id": "globex-coo03.slack.scroll_history.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.120ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 120}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 120}}, {"node_id": "globex-coo03.slack.scroll_history.4", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#general"}, {"node_id": "globex-coo03.slack.post_message.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.238ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 238}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 238}}, {"node_id": "globex-coo03.slack.post_message.5", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#general", "args": {"visible_text": "PSA — support flagged a recurring session-expiry bug.", "chars": 53}}, {"node_id": "globex-coo03.slack.open_channel.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.301ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 301}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 301}}, {"node_id": "globex-coo03.slack.open_channel.6", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "globex-coo03.slack.scroll_history.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.481ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 481}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 481}}, {"node_id": "globex-coo03.slack.scroll_history.7", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "globex-coo03.calendar.open_view.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.371ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 371}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 371}}, {"node_id": "globex-coo03.calendar.open_view.8", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "globex-coo03.notion.open_doc.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.397ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 397}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 397}}, {"node_id": "globex-coo03.notion.open_doc.9", "kind": "terminal", "label": "exec.open", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/exec-notes"}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0.synth.pause.10", "kind": "terminal", "label": "behavior.wait.332ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 332}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 332}}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0", "kind": "terminal", "label": "exec.write", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10029/1000", "t_finish_resolved": "10039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "args": {"visible_text": "Exev", "chars": 4, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1.synth.pause.11", "kind": "terminal", "label": "behavior.wait.272ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999901/100000"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 272}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 272}}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "kind": "terminal", "label": "exec.write", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1000001/100000"}, "t_start_resolved": "10039/1000", "t_finish_resolved": "10049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "args": {"visible_text": "c", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2.synth.pause.12", "kind": "terminal", "label": "behavior.wait.177ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499951/50000"}, "t_start_resolved": "10019/1000", "t_finish_resolved": "10029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 177}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 177}}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "kind": "terminal", "label": "exec.write", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/50000"}, "t_start_resolved": "10049/1000", "t_finish_resolved": "10059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "args": {"visible_text": " notes: agreed scope and owners; follow up in slack with the rollout date.", "chars": 74, "_typo_step": "typo.tail"}}, {"node_id": "globex-coo03.wait.pause.11.synth.pause.13", "kind": "terminal", "label": "behavior.wait.313ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 313}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 313}}, {"node_id": "globex-coo03.wait.pause.11", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "globex-coo03.mail.open_inbox.12.synth.pause.14", "kind": "terminal", "label": "behavior.wait.269ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 269}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 269}}, {"node_id": "globex-coo03.mail.open_inbox.12", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "globex-coo03.mail.open_thread.13.synth.pause.15", "kind": "terminal", "label": "behavior.wait.274ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 274}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 274}}, {"node_id": "globex-coo03.mail.open_thread.13", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.4.0.synth.pause.16", "kind": "terminal", "label": "behavior.wait.416ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 416}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 416}}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.4.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14029/1000", "t_finish_resolved": "14039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Retro invite", "visible_text": "Calendar invite incoming for the rollout retro on Tuesday. Bring one thing that went well ab", "chars": 92, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.5.1.synth.pause.17", "kind": "terminal", "label": "behavior.wait.521ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1399901/100000"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 521}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 521}}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.5.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1400001/100000"}, "t_start_resolved": "14039/1000", "t_finish_resolved": "14049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Retro invite", "visible_text": "n", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.6.2.synth.pause.18", "kind": "terminal", "label": "behavior.wait.212ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "699951/50000"}, "t_start_resolved": "14019/1000", "t_finish_resolved": "14029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 212}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 212}}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.6.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "700001/50000"}, "t_start_resolved": "14049/1000", "t_finish_resolved": "14059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Retro invite", "visible_text": "d one thing we should change.", "chars": 29, "_typo_step": "typo.tail"}}, {"node_id": "globex-coo03.mail.open_thread.15.synth.pause.19", "kind": "terminal", "label": "behavior.wait.177ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 177}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 177}}, {"node_id": "globex-coo03.mail.open_thread.15", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "globex-coo03.mail.add_label.16.synth.pause.20", "kind": "terminal", "label": "behavior.wait.577ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 577}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 577}}, {"node_id": "globex-coo03.mail.add_label.16", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-1"}, {"node_id": "globex-coo03.mail.open_thread.17.synth.pause.21", "kind": "terminal", "label": "behavior.wait.267ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 267}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 267}}, {"node_id": "globex-coo03.mail.open_thread.17", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "globex-coo03.mail.add_label.18.synth.pause.22", "kind": "terminal", "label": "behavior.wait.430ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 430}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 430}}, {"node_id": "globex-coo03.mail.add_label.18", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-2"}, {"node_id": "globex-coo03.mail.open_thread.19.synth.pause.23", "kind": "terminal", "label": "behavior.wait.256ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 256}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 256}}, {"node_id": "globex-coo03.mail.open_thread.19", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "globex-coo03.mail.add_label.20.synth.pause.24", "kind": "terminal", "label": "behavior.wait.82ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 82}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 82}}, {"node_id": "globex-coo03.mail.add_label.20", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-3"}, {"node_id": "globex-coo03.mail.open_thread.21.synth.pause.25", "kind": "terminal", "label": "behavior.wait.237ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 237}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 237}}, {"node_id": "globex-coo03.mail.open_thread.21", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-4"}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.7.0.synth.pause.26", "kind": "terminal", "label": "behavior.wait.221ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 221}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 221}}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.7.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22029/1000", "t_finish_resolved": "22039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-4", "args": {"subject": "Support escalation pattern", "visible_text": "FYI — support flagged a recurring escalation around expired sessions om", "chars": 71, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.8.1.synth.pause.27", "kind": "terminal", "label": "behavior.wait.251ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2199901/100000"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 251}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 251}}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.8.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2200001/100000"}, "t_start_resolved": "22039/1000", "t_finish_resolved": "22049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-4", "args": {"subject": "Support escalation pattern", "visible_text": "n", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.9.2.synth.pause.28", "kind": "terminal", "label": "behavior.wait.474ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099951/50000"}, "t_start_resolved": "22019/1000", "t_finish_resolved": "22029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 474}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 474}}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.9.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:globex-coo03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100001/50000"}, "t_start_resolved": "22049/1000", "t_finish_resolved": "22059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-4", "args": {"subject": "Support escalation pattern", "visible_text": " checkout. Looping in the platform team to scope a fix.", "chars": 55, "_typo_step": "typo.tail"}}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-slack", "node_id": "globex-coo03.slack.open_channel.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-coo03.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 597, "y": 447, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 597, "y": 447, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 566, "y": 508, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-coo03.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 546, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-coo03.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-coo03.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 1, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 10, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 12, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 15, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 19, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 21, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 23, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 25, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 30, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 31, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 33, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 35, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 36, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 38, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 40, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 41, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 43, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 45, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 46, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 47, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 49, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 50, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 52, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 53, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 55, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 57, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 58, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 59, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 60, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 61, "char_count": 61, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "globex-coo03.slack.post_message.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "globex-coo03.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 520, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 520, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 532, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-coo03.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-coo03.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-coo03.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 3, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 8, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 9, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 10, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 18, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 19, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 21, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 27, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 28, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 30, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 31, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 32, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 33, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 38, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 40, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 41, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 42, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 44, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 45, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 46, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 47, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 48, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 50, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 51, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 52, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 53, "char_count": 53, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "globex-coo03.slack.post_message.5", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "globex-coo03.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 520, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 520, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 532, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-coo03.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-coo03.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-coo03.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "globex-coo03.calendar.open_view.8", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-coo03.calendar.open_view.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-coo03.calendar.open_view.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "globex-coo03.calendar.open_view.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "globex-coo03.calendar.open_view.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "globex-coo03.calendar.open_view.8", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "globex-coo03.notion.open_doc.9", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 539, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 540, "y": 539, "tag": "button", "id": "", "class_name": "note-card s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Q1 OKR Planning Saturday Objectives & Key Results - Q1 2024Objective 1: Improve Platform Reliability- KR1", "bbox": {"x": 462, "y": 539, "width": 251, "height": 51}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 567, "y": 353, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 583, "y": 241, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "globex-coo03.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 415, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 415, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 419, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 421, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 422, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 422, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 428, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 428, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 432, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 434, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 435, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 435, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 1, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 10, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 13, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 15, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 23, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 25, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 26, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 30, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 31, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 33, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 35, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 36, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 38, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 40, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 41, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 43, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 47, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 48, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 49, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 50, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 52, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 53, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 54, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 55, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 57, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 58, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 59, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 60, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 61, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 62, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 63, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 64, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 65, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 66, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 67, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 69, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 70, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 71, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 72, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 73, "char_count": 73, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"kind": "script_eval", "control": "mac-bridge-mail", "node_id": "globex-coo03.mail.open_inbox.12", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "globex-coo03.mail.open_inbox.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 303, "move_frame": 1, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 865, "y": 303, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 45% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-coo03.mail.open_inbox.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 208, "move_frame": 2, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "globex-coo03.mail.open_inbox.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 152, "move_frame": 3, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "globex-coo03.mail.open_inbox.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "globex-coo03.mail.open_inbox.12", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-coo03.mail.open_thread.13", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.open_thread.15", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.add_label.16", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.open_thread.17", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.add_label.18", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.open_thread.19", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.add_label.20", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.open_thread.21", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.7.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.8.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.9.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Heads up — vendor renewal needs a prixing decision by week 2."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "PSA — support flagged a recurring session-expiry bug."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/exec-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/exec-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Exev"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "c"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "notes: agreed scope and owners; follow up in slack with the rollout date."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove macos-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Calendar invite incoming for the rollout retro on Tuesday. Bring one thing that went well ab"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "n"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "d one thing we should change."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "FYI — support flagged a recurring escalation around expired sessions om"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "n"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "checkout. Looping in the platform team to scope a fix."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}], "alignment": [{"node_id": "globex-coo03.slack.open_channel.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.slack.scroll_history.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-coo03.slack.post_message.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67]}, {"node_id": "globex-coo03.slack.open_channel.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "globex-coo03.slack.scroll_history.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-coo03.slack.post_message.5", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59]}, {"node_id": "globex-coo03.slack.open_channel.6", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "globex-coo03.slack.scroll_history.7", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-coo03.calendar.open_view.8", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "globex-coo03.notion.open_doc.9", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79]}, {"node_id": "globex-coo03.mail.open_inbox.12", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "globex-coo03.mail.open_thread.13", "observation_index": 14, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.4.0", "observation_index": 15, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.5.1", "observation_index": 16, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.6.2", "observation_index": 17, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.open_thread.15", "observation_index": 18, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.add_label.16", "observation_index": 19, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.open_thread.17", "observation_index": 20, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.add_label.18", "observation_index": 21, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.open_thread.19", "observation_index": 22, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.add_label.20", "observation_index": 23, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.open_thread.21", "observation_index": 24, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.7.0", "observation_index": 25, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.8.1", "observation_index": 26, "input_event_ordinals": [1]}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.9.2", "observation_index": 27, "input_event_ordinals": [1]}]}, "media": {"video": "videos/globex-coo03__macos-web-next.webm", "frames": [{"node_id": "globex-coo03.slack.open_channel.0", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.slack.open_channel.0.png"}, {"node_id": "globex-coo03.slack.scroll_history.1", "t_ms": 420, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.1.png"}, {"node_id": "globex-coo03.slack.post_message.2", "t_ms": 1800, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.slack.post_message.2.png"}, {"node_id": "globex-coo03.slack.scroll_history.4", "t_ms": 420, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.4.png"}, {"node_id": "globex-coo03.slack.post_message.5", "t_ms": 1640, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.slack.post_message.5.png"}, {"node_id": "globex-coo03.slack.scroll_history.7", "t_ms": 420, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.7.png"}, {"node_id": "globex-coo03.calendar.open_view.8", "t_ms": 540, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.calendar.open_view.8.png"}, {"node_id": "globex-coo03.notion.open_doc.9", "t_ms": 680, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.notion.open_doc.9.png"}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.1.0", "t_ms": 540, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.1.0.png"}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.2.1", "t_ms": 600, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.2.1.png"}, {"node_id": "globex-coo03.notion.insert_text.10.synth.typo.3.2", "t_ms": 2040, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.3.2.png"}, {"node_id": "globex-coo03.mail.open_inbox.12", "t_ms": 540, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_inbox.12.png"}, {"node_id": "globex-coo03.mail.open_thread.13", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.13.png"}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.4.0", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.4.0.png"}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.5.1", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.5.1.png"}, {"node_id": "globex-coo03.mail.reply.14.synth.typo.6.2", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.6.2.png"}, {"node_id": "globex-coo03.mail.open_thread.15", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.15.png"}, {"node_id": "globex-coo03.mail.add_label.16", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.16.png"}, {"node_id": "globex-coo03.mail.open_thread.17", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.17.png"}, {"node_id": "globex-coo03.mail.add_label.18", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.18.png"}, {"node_id": "globex-coo03.mail.open_thread.19", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.19.png"}, {"node_id": "globex-coo03.mail.add_label.20", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.20.png"}, {"node_id": "globex-coo03.mail.open_thread.21", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.21.png"}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.7.0", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.7.0.png"}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.8.1", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.8.1.png"}, {"node_id": "globex-coo03.mail.reply.22.synth.typo.9.2", "t_ms": 0, "blob_ref": "screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.9.2.png"}]}} +{"schema_version": "v2", "trajectory_id": "globex-staff04__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "globex-staff04", "company": "globex", "role_id": "swe.backend.staff", "title": "Staff Backend Engineer", "env": "windows-web-next", "goal": "GLOBEX · Staff Backend Engineer — workday", "tree": {"nodes": [{"node_id": "globex-staff04.finder.open_path.0", "kind": "terminal", "label": "finder.open_path", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "finder", "action": "open_path", "target": "~/repo"}, {"node_id": "globex-staff04.editor.open_file.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.359ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 359}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 359}}, {"node_id": "globex-staff04.editor.open_file.1", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "tests/test_checkout.py"}, {"node_id": "globex-staff04.editor.replace_buffer.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.146ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 146}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 146}}, {"node_id": "globex-staff04.editor.replace_buffer.2", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "tests/test_checkout.py", "args": {"visible_text": "export function clamp(x, lo, hi) {\n return Math.max(lo, Math.min(hi, x));\n}", "chars": 76}}, {"node_id": "globex-staff04.editor.save_file.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.362ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 362}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 362}}, {"node_id": "globex-staff04.editor.save_file.3", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "tests/test_checkout.py"}, {"node_id": "globex-staff04.editor.open_file.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.446ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 446}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 446}}, {"node_id": "globex-staff04.editor.open_file.4", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/handlers.py"}, {"node_id": "globex-staff04.editor.replace_buffer.5.synth.typo.1.0.synth.pause.5", "kind": "terminal", "label": "behavior.wait.245ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 245}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 245}}, {"node_id": "globex-staff04.editor.replace_buffer.5.synth.typo.1.0", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5029/1000", "t_finish_resolved": "5039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/handlers.py", "args": {"visible_text": "def cohort_week(first_seen, ts):\n return (ts - first_seen).daya", "chars": 66, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-staff04.editor.replace_buffer.5.synth.typo.2.1.synth.pause.6", "kind": "terminal", "label": "behavior.wait.302ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499901/100000"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 302}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 302}}, {"node_id": "globex-staff04.editor.replace_buffer.5.synth.typo.2.1", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/100000"}, "t_start_resolved": "5039/1000", "t_finish_resolved": "5049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/handlers.py", "args": {"visible_text": "s", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-staff04.editor.replace_buffer.5.synth.typo.3.2.synth.pause.7", "kind": "terminal", "label": "behavior.wait.1015ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249951/50000"}, "t_start_resolved": "5019/1000", "t_finish_resolved": "5029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1015}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1015}}, {"node_id": "globex-staff04.editor.replace_buffer.5.synth.typo.3.2", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250001/50000"}, "t_start_resolved": "5049/1000", "t_finish_resolved": "5059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/handlers.py", "args": {"visible_text": " // 7", "chars": 5, "_typo_step": "typo.tail"}}, {"node_id": "globex-staff04.editor.save_file.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.7047ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 7047}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 7047}}, {"node_id": "globex-staff04.editor.save_file.6", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/handlers.py"}, {"node_id": "globex-staff04.terminal.run_command.7.synth.pause.9", "kind": "terminal", "label": "behavior.wait.316ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 316}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 316}}, {"node_id": "globex-staff04.terminal.run_command.7", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "pytest", "args": {"command": "pytest -k checkout -q"}}, {"node_id": "globex-staff04.terminal.run_command.8.synth.pause.10", "kind": "terminal", "label": "behavior.wait.437ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 437}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 437}}, {"node_id": "globex-staff04.terminal.run_command.8", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git status", "args": {"command": "git status"}}, {"node_id": "globex-staff04.terminal.run_command.9.synth.pause.11", "kind": "terminal", "label": "behavior.wait.265ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 265}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 265}}, {"node_id": "globex-staff04.terminal.run_command.9", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git commit", "args": {"command": "git commit -am 'fix: validate zero-price items'"}}, {"node_id": "globex-staff04.terminal.run_command.10.synth.pause.12", "kind": "terminal", "label": "behavior.wait.240ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 240}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 240}}, {"node_id": "globex-staff04.terminal.run_command.10", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git push", "args": {"command": "git push origin fix/checkout-validation"}}, {"node_id": "globex-staff04.calendar.open_view.11.synth.pause.13", "kind": "terminal", "label": "behavior.wait.398ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 398}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 398}}, {"node_id": "globex-staff04.calendar.open_view.11", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "globex-staff04.notion.open_doc.12.synth.pause.14", "kind": "terminal", "label": "behavior.wait.373ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 373}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 373}}, {"node_id": "globex-staff04.notion.open_doc.12", "kind": "terminal", "label": "architecture.open", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/architecture-notes"}, {"node_id": "globex-staff04.notion.insert_text.13.synth.pause.15", "kind": "terminal", "label": "behavior.wait.283ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 283}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 283}}, {"node_id": "globex-staff04.notion.insert_text.13", "kind": "terminal", "label": "architecture.write", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/architecture-notes", "args": {"visible_text": "Architecture notes: agreed scope and owners; follow up in slack with the rollout date.", "chars": 86}}, {"node_id": "globex-staff04.wait.pause.14.synth.pause.16", "kind": "terminal", "label": "behavior.wait.348ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 348}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 348}}, {"node_id": "globex-staff04.wait.pause.14", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "globex-staff04.slack.open_channel.15.synth.pause.17", "kind": "terminal", "label": "behavior.wait.348ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 348}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 348}}, {"node_id": "globex-staff04.slack.open_channel.15", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#standup"}, {"node_id": "globex-staff04.slack.scroll_history.16.synth.pause.18", "kind": "terminal", "label": "behavior.wait.304ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 304}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 304}}, {"node_id": "globex-staff04.slack.scroll_history.16", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#standup"}, {"node_id": "globex-staff04.slack.post_message.17.synth.pause.19", "kind": "terminal", "label": "behavior.wait.454ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 454}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 454}}, {"node_id": "globex-staff04.slack.post_message.17", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#standup", "args": {"visible_text": "Yesterday wrote up the incident retro; today writing the SSO/SCIM design doc. Blocker: waiting on legal sign-off fot the EU disclosure.", "chars": 135, "_typo_committed": true}}, {"node_id": "globex-staff04.slack.react_to_message.18.synth.pause.20", "kind": "terminal", "label": "behavior.wait.224ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 224}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 224}}, {"node_id": "globex-staff04.slack.react_to_message.18", "kind": "terminal", "label": "slack.react_to_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-staff04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "react_to_message", "target": "#standup"}]}, "trajectory": {"input_events": [{"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:32 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 752, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 752, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 744, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 664, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 611, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 593, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 593, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 593, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 593, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 7, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 13, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 26, "t_ms": 1460}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 754, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 27, "t_ms": 1580}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1700}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "File Explorer", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 29, "t_ms": 1820}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx File Explorer 8:32 PM 5/2", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 30, "t_ms": 1940}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 882, "y": 532, "move_frame": 1, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 882, "y": 532, "tag": "div", "id": "", "class_name": "content-area s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "Name ▲ Date modified Type Size 📁 Project Files 1/29/2025 10:00 AM File folder 📁 Screenshots 2/5/2025 9:30 AM File fold", "bbox": {"x": 241, "y": 198, "width": 948, "height": 547}}, "validated": true, "ordinal": 31, "t_ms": 2000}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 998, "y": 336, "move_frame": 2, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 32, "t_ms": 2120}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1068, "y": 217, "move_frame": 3, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 33, "t_ms": 2240}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1091, "y": 178, "move_frame": 4, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1091, "y": 178, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1012, "y": 170, "width": 158, "height": 17}}, "validated": true, "ordinal": 34, "t_ms": 2360}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1091, "y": 178, "button": "left", "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1091, "y": 178, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1012, "y": 170, "width": 158, "height": 17}}, "validated": true, "ordinal": 35, "t_ms": 2480}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "explorer-addr-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "explorer-addr-text", "validated": false, "ordinal": 37, "t_ms": 2600}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 38, "t_ms": 2660}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "globex-staff04.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "explorer-addr-submit", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 848, "y": 483, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 848, "y": 483, "tag": "div", "id": "", "class_name": "empty-folder s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "📂 No items match your search", "bbox": {"x": 241, "y": 198, "width": 948, "height": 547}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 702, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 571, "y": 832, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 1, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 4, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 6, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 8, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 15, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 27, "t_ms": 1480}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 28, "t_ms": 1500}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 29, "t_ms": 1520}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 30, "t_ms": 1540}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 31, "t_ms": 1560}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 32, "t_ms": 1680}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 33, "t_ms": 1800}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Visual Studio Code", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 34, "t_ms": 1920}, {"node_id": "globex-staff04.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx File Explorer Home View �", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 35, "t_ms": 2040}, {"node_id": "globex-staff04.editor.save_file.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.editor.save_file.6", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 640, "y": 837, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 640, "y": 837, "tag": "div", "id": "", "class_name": "status-bar s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "0 items", "bbox": {"x": 9, "y": 817, "width": 706, "height": 26}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 858, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Terminal", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 522, "move_frame": 1, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 675, "y": 522, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 9, "y": 45, "width": 1098, "height": 658}}, "validated": true, "ordinal": 26, "t_ms": 1900}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 643, "y": 318, "move_frame": 2, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 27, "t_ms": 2020}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 623, "y": 195, "move_frame": 3, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 28, "t_ms": 2140}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 154, "move_frame": 4, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "input", "id": "", "class_name": "terminal-input s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 161, "y": 146, "width": 934, "height": 15}}, "validated": true, "ordinal": 29, "t_ms": 2260}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "input", "id": "", "class_name": "terminal-input s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 161, "y": 146, "width": 934, "height": 15}}, "validated": true, "ordinal": 30, "t_ms": 2380}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 1, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 9, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 20, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 21, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "globex-staff04.terminal.run_command.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> pytest -k checkout -q", "bbox": {"x": 21, "y": 144, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-staff04.terminal.run_command.8", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> pytest -k checkout -q", "bbox": {"x": 21, "y": 144, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 16, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 22, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 31, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 35, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 45, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 47, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-staff04.terminal.run_command.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> pytest -k checkout -q", "bbox": {"x": 21, "y": 144, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 20, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 25, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-staff04.terminal.run_command.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 582, "y": 470, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> git commit -am 'fix: validate zero-price items'", "bbox": {"x": 21, "y": 458, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 556, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 541, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Calendar", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 360, "y": 154, "width": 1043, "height": 671}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 522, "move_frame": 1, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 675, "y": 522, "tag": "div", "id": "", "class_name": "day-cell s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "12", "bbox": {"x": 574, "y": 423, "width": 111, "height": 100}}, "validated": true, "ordinal": 26, "t_ms": 1900}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 643, "y": 318, "move_frame": 2, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 27, "t_ms": 2020}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 623, "y": 195, "move_frame": 3, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 28, "t_ms": 2140}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 154, "move_frame": 4, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "calendar-nav s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "May 2026 Today", "bbox": {"x": 349, "y": 153, "width": 786, "height": 28}}, "validated": true, "ordinal": 29, "t_ms": 2260}, {"node_id": "globex-staff04.calendar.open_view.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "calendar-nav s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "May 2026 Today", "bbox": {"x": 349, "y": 153, "width": 786, "height": 28}}, "validated": true, "ordinal": 30, "t_ms": 2380}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 572, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 572, "y": 470, "tag": "div", "id": "", "class_name": "day-cell s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "11", "bbox": {"x": 461, "y": 423, "width": 111, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 539, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 520, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 5, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 20, "t_ms": 1340}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 21, "t_ms": 1460}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1580}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 23, "t_ms": 1700}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 30, "y": 290, "width": 806, "height": 538}}, "validated": true, "ordinal": 24, "t_ms": 1820}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 522, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 675, "y": 522, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 33, "y": 338, "width": 800, "height": 459}}, "validated": true, "ordinal": 25, "t_ms": 1880}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 643, "y": 318, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 26, "t_ms": 2000}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 623, "y": 195, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 27, "t_ms": 2120}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 154, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "calendar-nav s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "May 2026 Today", "bbox": {"x": 349, "y": 153, "width": 786, "height": 28}}, "validated": true, "ordinal": 28, "t_ms": 2240}, {"node_id": "globex-staff04.notion.open_doc.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "calendar-nav s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "May 2026 Today", "bbox": {"x": 349, "y": 153, "width": 786, "height": 28}}, "validated": true, "ordinal": 29, "t_ms": 2360}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "calendar-nav s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "May 2026 Today", "bbox": {"x": 349, "y": 153, "width": 786, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 1, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 2, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 16, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 19, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 22, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 23, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 28, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 29, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 31, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 36, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 39, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 40, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 42, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 43, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 44, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 46, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 47, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 48, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 49, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 50, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 51, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 52, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 53, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 54, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 56, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 57, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 59, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 60, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 61, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 62, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 63, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 65, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 66, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 67, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 68, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 70, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 71, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 72, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 73, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 74, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 75, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 76, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 77, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 78, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 79, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 80, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 81, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 82, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 83, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 84, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 85, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "globex-staff04.notion.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 86, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 561, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 561, "y": 470, "tag": "div", "id": "", "class_name": "day-cell s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "11", "bbox": {"x": 461, "y": 423, "width": 111, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 522, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 498, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 490, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 490, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 490, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 480, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 596, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 596, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 672, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 718, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "globex-staff04.slack.open_channel.15", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "day-cell s-xrmpSRKP2-Fh other-month", "role": "", "aria_label": "", "title": "", "text": "3", "bbox": {"x": 686, "y": 727, "width": 111, "height": 100}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "globex-staff04.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 839, "y": 625, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 839, "y": 625, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 924, "y": 496, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-staff04.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 418, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-staff04.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 992, "y": 392, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 392, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-staff04.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 992, "y": 392, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 392, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 524, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 975, "y": 524, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 963, "y": 618, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 955, "y": 675, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 953, "y": 694, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 694, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 674, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 953, "y": 694, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 694, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 674, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 1, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 11, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 25, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 26, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 28, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 35, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 36, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 38, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 41, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 42, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 44, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 46, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 47, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 49, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 50, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 51, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 52, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 54, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 55, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 58, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 59, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 60, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 61, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 62, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 63, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 64, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 65, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 67, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 68, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 69, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 70, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 71, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 72, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 73, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 74, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 75, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 76, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 77, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 78, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 79, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 80, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 81, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 82, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 83, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 84, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 85, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 86, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 88, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 89, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 90, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 91, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 92, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 93, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 94, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 95, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 96, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 97, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 98, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 99, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 100, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 101, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 102, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 103, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 104, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 105, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 106, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 107, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 108, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 109, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 110, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 111, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 116, "t_ms": 2740}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 112, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 117, "t_ms": 2760}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 113, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 118, "t_ms": 2780}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 114, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 119, "t_ms": 2800}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 115, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 120, "t_ms": 2820}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 116, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 121, "t_ms": 2840}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 117, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 122, "t_ms": 2860}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 118, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 123, "t_ms": 2880}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 119, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 124, "t_ms": 2900}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 120, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 125, "t_ms": 2920}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 121, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 126, "t_ms": 2940}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 122, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 127, "t_ms": 2960}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 123, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 128, "t_ms": 2980}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 124, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 129, "t_ms": 3000}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 125, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 130, "t_ms": 3020}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 126, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 131, "t_ms": 3040}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 127, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 132, "t_ms": 3060}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 128, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 133, "t_ms": 3080}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 129, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 134, "t_ms": 3100}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 130, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 135, "t_ms": 3120}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 131, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 136, "t_ms": 3140}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 132, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 137, "t_ms": 3160}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 133, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 138, "t_ms": 3180}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 134, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 139, "t_ms": 3200}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 135, "char_count": 135, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 140, "t_ms": 3220}, {"node_id": "globex-staff04.slack.post_message.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 141, "t_ms": 3240}], "observations": [{"ok": true, "event": "finder.path_opened", "surface": "finder", "action": "open_path", "target": "~/repo", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:file-explorer", "visibleText": "~/repo"}, "observation": "Low-level replay drove windows-web-next/file-explorer.open_path.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "tests/test_checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "tests/test_checkout.py"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "tests/test_checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "tests/test_checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "tests/test_checkout.py"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/handlers.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/handlers.py"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/handlers.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "src/handlers.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "src/handlers.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/handlers.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/handlers.py"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "pytest", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "pytest -k checkout -q"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git status", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git status"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git commit", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git commit -am 'fix: validate zero-price items'"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git push", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git push origin fix/checkout-validation"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove windows-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/architecture-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "meetings/architecture-notes"}, "observation": "Low-level replay drove windows-web-next/wordpad.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/architecture-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "Architecture notes: agreed scope and owners; follow up in slack with the rollout date."}, "observation": "Low-level replay drove windows-web-next/wordpad.insert_text.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Yesterday wrote up the incident retro; today writing the SSO/SCIM design doc. Blocker: waiting on legal sign-off fot the EU disclosure."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "message.reacted", "surface": "slack", "action": "react_to_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.react_to_message.", "error": null}], "alignment": [{"node_id": "globex-staff04.finder.open_path.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, {"node_id": "globex-staff04.editor.open_file.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "globex-staff04.editor.replace_buffer.2", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "globex-staff04.editor.save_file.3", "observation_index": 3, "input_event_ordinals": [1]}, {"node_id": "globex-staff04.editor.open_file.4", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "globex-staff04.editor.replace_buffer.5.synth.typo.1.0", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "globex-staff04.editor.replace_buffer.5.synth.typo.2.1", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "globex-staff04.editor.replace_buffer.5.synth.typo.3.2", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "globex-staff04.editor.save_file.6", "observation_index": 8, "input_event_ordinals": [1]}, {"node_id": "globex-staff04.terminal.run_command.7", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]}, {"node_id": "globex-staff04.terminal.run_command.8", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "globex-staff04.terminal.run_command.9", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, {"node_id": "globex-staff04.terminal.run_command.10", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, {"node_id": "globex-staff04.calendar.open_view.11", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, {"node_id": "globex-staff04.notion.open_doc.12", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, {"node_id": "globex-staff04.notion.insert_text.13", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87]}, {"node_id": "globex-staff04.slack.open_channel.15", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "globex-staff04.slack.scroll_history.16", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-staff04.slack.post_message.17", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141]}, {"node_id": "globex-staff04.slack.react_to_message.18", "observation_index": 19, "input_event_ordinals": []}]}, "media": {"video": "videos/globex-staff04__windows-web-next.webm", "frames": [{"node_id": "globex-staff04.finder.open_path.0", "t_ms": 1300, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.finder.open_path.0.png"}, {"node_id": "globex-staff04.editor.open_file.1", "t_ms": 1120, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.editor.open_file.1.png"}, {"node_id": "globex-staff04.editor.save_file.3", "t_ms": 0, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.editor.save_file.3.png"}, {"node_id": "globex-staff04.editor.save_file.6", "t_ms": 0, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.editor.save_file.6.png"}, {"node_id": "globex-staff04.terminal.run_command.7", "t_ms": 1460, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.7.png"}, {"node_id": "globex-staff04.terminal.run_command.8", "t_ms": 660, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.8.png"}, {"node_id": "globex-staff04.terminal.run_command.9", "t_ms": 1400, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.9.png"}, {"node_id": "globex-staff04.terminal.run_command.10", "t_ms": 1240, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.10.png"}, {"node_id": "globex-staff04.calendar.open_view.11", "t_ms": 1020, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.calendar.open_view.11.png"}, {"node_id": "globex-staff04.notion.open_doc.12", "t_ms": 1000, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.notion.open_doc.12.png"}, {"node_id": "globex-staff04.notion.insert_text.13", "t_ms": 2160, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.notion.insert_text.13.png"}, {"node_id": "globex-staff04.slack.open_channel.15", "t_ms": 860, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.slack.open_channel.15.png"}, {"node_id": "globex-staff04.slack.scroll_history.16", "t_ms": 480, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.slack.scroll_history.16.png"}, {"node_id": "globex-staff04.slack.post_message.17", "t_ms": 3240, "blob_ref": "screenshots/globex-staff04__windows-web-next/globex-staff04.slack.post_message.17.png"}]}} +{"schema_version": "v2", "trajectory_id": "globex-junior05__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "globex-junior05", "company": "globex", "role_id": "swe.junior", "title": "Junior Engineer", "env": "windows-web-next", "goal": "GLOBEX · Junior Engineer — workday", "tree": {"nodes": [{"node_id": "globex-junior05.finder.open_path.0", "kind": "terminal", "label": "finder.open_path", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "finder", "action": "open_path", "target": "~/repo"}, {"node_id": "globex-junior05.editor.open_file.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.410ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 410}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 410}}, {"node_id": "globex-junior05.editor.open_file.1", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/api.ts"}, {"node_id": "globex-junior05.editor.replace_buffer.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.1804ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1804}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1804}}, {"node_id": "globex-junior05.editor.replace_buffer.2", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "def total(items):\n return sum(i.price for i in items if i.price > 0)", "chars": 71}}, {"node_id": "globex-junior05.editor.save_file.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.659ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 659}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 659}}, {"node_id": "globex-junior05.editor.save_file.3", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/api.ts"}, {"node_id": "globex-junior05.editor.open_file.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.439ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 439}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 439}}, {"node_id": "globex-junior05.editor.open_file.4", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/checkout.py"}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1.synth.pause.5", "kind": "terminal", "label": "behavior.wait.1063ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2499/500"}, "t_start_resolved": "2499/500", "t_finish_resolved": "626/125"}, "slots": {"behavior": "hesitation", "duration_ms": 1063}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1063}}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "2509/500", "t_finish_resolved": "1257/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "extract_quote", "target": "buffer", "args": {"_synthetic": "reread"}}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.pause.6", "kind": "terminal", "label": "behavior.wait.527ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "626/125", "t_finish_resolved": "2509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 527}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 527}}, {"node_id": "globex-junior05.editor.replace_buffer.5", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "1257/250", "t_finish_resolved": "2519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/checkout.py", "args": {"visible_text": "def cohort_week(first_seen, ts):\n return (ts - first_seen).days // 7", "chars": 71}}, {"node_id": "globex-junior05.editor.save_file.6.synth.pause.7", "kind": "terminal", "label": "behavior.wait.6180ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 6180}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 6180}}, {"node_id": "globex-junior05.editor.save_file.6", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/checkout.py"}, {"node_id": "globex-junior05.terminal.run_command.7.synth.pause.8", "kind": "terminal", "label": "behavior.wait.565ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 565}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 565}}, {"node_id": "globex-junior05.terminal.run_command.7", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "pytest", "args": {"command": "pytest -k checkout -q"}}, {"node_id": "globex-junior05.terminal.run_command.8.synth.pause.9", "kind": "terminal", "label": "behavior.wait.1080ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1080}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1080}}, {"node_id": "globex-junior05.terminal.run_command.8", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git status", "args": {"command": "git status"}}, {"node_id": "globex-junior05.terminal.run_command.9.synth.pause.10", "kind": "terminal", "label": "behavior.wait.438ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 438}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 438}}, {"node_id": "globex-junior05.terminal.run_command.9", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git commit", "args": {"command": "git commit -am 'fix: validate zero-price items'"}}, {"node_id": "globex-junior05.terminal.run_command.10.synth.pause.11", "kind": "terminal", "label": "behavior.wait.7492ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 7492}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 7492}}, {"node_id": "globex-junior05.terminal.run_command.10", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git push", "args": {"command": "git push origin fix/checkout-validation"}}, {"node_id": "globex-junior05.slack.open_channel.11.synth.pause.12", "kind": "terminal", "label": "behavior.wait.606ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 606}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 606}}, {"node_id": "globex-junior05.slack.open_channel.11", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#standup"}, {"node_id": "globex-junior05.slack.scroll_history.12.synth.pause.13", "kind": "terminal", "label": "behavior.wait.2890ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 2890}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 2890}}, {"node_id": "globex-junior05.slack.scroll_history.12", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#standup"}, {"node_id": "globex-junior05.slack.post_message.13.synth.pause.14", "kind": "terminal", "label": "behavior.wait.314ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 314}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 314}}, {"node_id": "globex-junior05.slack.post_message.13", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13019/1000", "t_finish_resolved": "13029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#standup", "args": {"visible_text": "Yesterday landed the nilling migrarion behind a glag; today writing the SSO/SCIM design doc. Blocker: need the vebdor's API credentials.", "chars": 136, "_typo_committed": true}}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1.synth.pause.15", "kind": "terminal", "label": "behavior.wait.527ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299901/100000"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 527}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 527}}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1300001/100000"}, "t_start_resolved": "13029/1000", "t_finish_resolved": "13039/1000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "undo", "target": "#standup", "args": {"_synthetic": "undo"}}, {"node_id": "globex-junior05.slack.react_to_message.14.synth.pause.16", "kind": "terminal", "label": "behavior.wait.1418ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1418}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1418}}, {"node_id": "globex-junior05.slack.react_to_message.14", "kind": "terminal", "label": "slack.react_to_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "react_to_message", "target": "#standup"}, {"node_id": "globex-junior05.wait.pause.15.synth.pause.17", "kind": "terminal", "label": "behavior.wait.644ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 644}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 644}}, {"node_id": "globex-junior05.wait.pause.15", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "globex-junior05.wordproc.open_doc.16.synth.pause.18", "kind": "terminal", "label": "behavior.wait.529ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 529}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 529}}, {"node_id": "globex-junior05.wordproc.open_doc.16", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "docs/roadmap-synthesis.md"}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0.synth.pause.19", "kind": "terminal", "label": "behavior.wait.863ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "850401/50000", "t_finish_resolved": "850901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 863}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 863}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "854401/50000", "t_finish_resolved": "854901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "# Roadn", "chars": 7, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.2.1.synth.pause.20", "kind": "terminal", "label": "behavior.wait.467ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1699901/100000"}, "t_start_resolved": "850901/50000", "t_finish_resolved": "851401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 467}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 467}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.2.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1700001/100000"}, "t_start_resolved": "854901/50000", "t_finish_resolved": "855401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "m", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.reread.2.synth.pause.21", "kind": "terminal", "label": "behavior.wait.1529ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "849901/50000"}, "t_start_resolved": "849901/50000", "t_finish_resolved": "850401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1529}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1529}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.reread.2", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "849951/50000"}, "t_start_resolved": "851901/50000", "t_finish_resolved": "852401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.pause.22", "kind": "terminal", "label": "behavior.wait.627ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "849951/50000"}, "t_start_resolved": "851401/50000", "t_finish_resolved": "851901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 627}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 627}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "850001/50000"}, "t_start_resolved": "855401/50000", "t_finish_resolved": "855901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "ap d", "chars": 4, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.4.3.synth.pause.23", "kind": "terminal", "label": "behavior.wait.853ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1699903/100000"}, "t_start_resolved": "852401/50000", "t_finish_resolved": "852901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 853}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 853}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.4.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1700003/100000"}, "t_start_resolved": "855901/50000", "t_finish_resolved": "856401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "s", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4.synth.pause.24", "kind": "terminal", "label": "behavior.wait.884ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "53122/3125"}, "t_start_resolved": "852901/50000", "t_finish_resolved": "853401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 884}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 884}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "425001/25000"}, "t_start_resolved": "856401/50000", "t_finish_resolved": "856901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "ynthesis\n\n## Themes\n## Now\n## B", "chars": 31, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.6.5.synth.pause.25", "kind": "terminal", "label": "behavior.wait.375ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "339981/20000"}, "t_start_resolved": "853401/50000", "t_finish_resolved": "853901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 375}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 375}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.6.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "340001/20000"}, "t_start_resolved": "856901/50000", "t_finish_resolved": "857401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "N", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6.synth.pause.26", "kind": "terminal", "label": "behavior.wait.854ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "849953/50000"}, "t_start_resolved": "853901/50000", "t_finish_resolved": "854401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 854}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 854}}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "850003/50000"}, "t_start_resolved": "857401/50000", "t_finish_resolved": "857901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "ext\n## Later\n", "chars": 13, "_typo_step": "typo.tail"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0.synth.pause.27", "kind": "terminal", "label": "behavior.wait.3941ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "901401/50000", "t_finish_resolved": "901901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 3941}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 3941}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "907901/50000", "t_finish_resolved": "908401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "Themes: reliabiliy", "chars": 18, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.9.1.synth.pause.28", "kind": "terminal", "label": "behavior.wait.1272ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1799901/100000"}, "t_start_resolved": "901901/50000", "t_finish_resolved": "902401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1272}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1272}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.9.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1800001/100000"}, "t_start_resolved": "908401/50000", "t_finish_resolved": "908901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "t", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.reread.3.synth.pause.29", "kind": "terminal", "label": "behavior.wait.1081ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899901/50000"}, "t_start_resolved": "899901/50000", "t_finish_resolved": "900401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1081}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1081}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.reread.3", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899951/50000"}, "t_start_resolved": "902401/50000", "t_finish_resolved": "902901/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.pause.30", "kind": "terminal", "label": "behavior.wait.373ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899951/50000"}, "t_start_resolved": "902901/50000", "t_finish_resolved": "903401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 373}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 373}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "900001/50000"}, "t_start_resolved": "908901/50000", "t_finish_resolved": "909401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "y debt, activation, and the enterprise SSO gs", "chars": 45, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.11.3.synth.pause.31", "kind": "terminal", "label": "behavior.wait.1825ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1799903/100000"}, "t_start_resolved": "903401/50000", "t_finish_resolved": "903901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1825}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1825}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.11.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1800003/100000"}, "t_start_resolved": "909401/50000", "t_finish_resolved": "909901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "a", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.reread.4.synth.pause.32", "kind": "terminal", "label": "behavior.wait.1077ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "449951/25000"}, "t_start_resolved": "900401/50000", "t_finish_resolved": "900901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1077}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1077}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.reread.4", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "56247/3125"}, "t_start_resolved": "904401/50000", "t_finish_resolved": "904901/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.pause.33", "kind": "terminal", "label": "behavior.wait.606ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "56247/3125"}, "t_start_resolved": "903901/50000", "t_finish_resolved": "904401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 606}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 606}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "450001/25000"}, "t_start_resolved": "909901/50000", "t_finish_resolved": "910401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "p keep surfacing across sales, a", "chars": 32, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.13.5.synth.pause.34", "kind": "terminal", "label": "behavior.wait.992ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "359981/20000"}, "t_start_resolved": "904901/50000", "t_finish_resolved": "905401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 992}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 992}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.13.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "360001/20000"}, "t_start_resolved": "910401/50000", "t_finish_resolved": "910901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "s", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.reread.5.synth.pause.35", "kind": "terminal", "label": "behavior.wait.1024ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899903/50000"}, "t_start_resolved": "900901/50000", "t_finish_resolved": "901401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1024}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1024}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.reread.5", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899953/50000"}, "t_start_resolved": "905401/50000", "t_finish_resolved": "905901/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.pause.36", "kind": "terminal", "label": "behavior.wait.975ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899953/50000"}, "t_start_resolved": "905901/50000", "t_finish_resolved": "906401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 975}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 975}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "900003/50000"}, "t_start_resolved": "910901/50000", "t_finish_resolved": "911401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "upport, and on-call.", "chars": 20, "_typo_step": "typo.tail"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0.synth.pause.37", "kind": "terminal", "label": "behavior.wait.363ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1799907/100000"}, "t_start_resolved": "906401/50000", "t_finish_resolved": "906901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 363}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 363}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "kind": "terminal", "label": "behavior.detour.slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1800007/100000"}, "t_start_resolved": "911401/50000", "t_finish_resolved": "911901/50000"}, "slots": {"behavior": "detour"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#general", "args": {"_synthetic": "detour"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1.synth.pause.38", "kind": "terminal", "label": "behavior.wait.1385ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "449977/25000"}, "t_start_resolved": "906901/50000", "t_finish_resolved": "907401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1385}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1385}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1", "kind": "terminal", "label": "behavior.detour.slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "225001/12500"}, "t_start_resolved": "911901/50000", "t_finish_resolved": "912401/50000"}, "slots": {"behavior": "detour"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#general", "args": {"_synthetic": "detour"}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.2.synth.pause.39", "kind": "terminal", "label": "behavior.wait.2548ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1799909/100000"}, "t_start_resolved": "907401/50000", "t_finish_resolved": "907901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 2548}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 2548}}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.2", "kind": "terminal", "label": "behavior.detour.slack.react_to_message", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1800009/100000"}, "t_start_resolved": "912401/50000", "t_finish_resolved": "912901/50000"}, "slots": {"behavior": "detour"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "react_to_message", "target": "#general", "args": {"_synthetic": "detour"}}, {"node_id": "globex-junior05.wordproc.insert_text.19.synth.pause.40", "kind": "terminal", "label": "behavior.wait.458ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 458}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 458}}, {"node_id": "globex-junior05.wordproc.insert_text.19", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "Now: finiah the checkout hardening and ship audit logs; both block two enterprise deals in late-stage.", "chars": 102, "_typo_committed": true}}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0.synth.pause.41", "kind": "terminal", "label": "behavior.wait.556ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "2000801/100000", "t_finish_resolved": "2001801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 556}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 556}}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "2004801/100000", "t_finish_resolved": "2005801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "Next: SSO + SCIM, then the cohort dashboard so CS can sek", "chars": 57, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.reread.6.synth.pause.42", "kind": "terminal", "label": "behavior.wait.337ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999801/100000"}, "t_start_resolved": "1999801/100000", "t_finish_resolved": "2000801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 337}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 337}}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.reread.6", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999901/100000"}, "t_start_resolved": "2002801/100000", "t_finish_resolved": "2003801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.pause.43", "kind": "terminal", "label": "behavior.wait.725ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999901/100000"}, "t_start_resolved": "2001801/100000", "t_finish_resolved": "2002801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 725}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 725}}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2000001/100000"}, "t_start_resolved": "2005801/100000", "t_finish_resolved": "2006801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "l", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2.synth.pause.44", "kind": "terminal", "label": "behavior.wait.797ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999951/50000"}, "t_start_resolved": "2003801/100000", "t_finish_resolved": "2004801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 797}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 797}}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1000001/50000"}, "t_start_resolved": "2006801/100000", "t_finish_resolved": "2007801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "f-serve health scores.", "chars": 22, "_typo_step": "typo.tail"}}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0.synth.pause.45", "kind": "terminal", "label": "behavior.wait.283ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "1050401/50000", "t_finish_resolved": "1050901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 283}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 283}}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "1052401/50000", "t_finish_resolved": "1052901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "Later: multi-region writes once thw", "chars": 35, "_typo_step": "typo.write-wrong"}}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.19.1.synth.pause.46", "kind": "terminal", "label": "behavior.wait.738ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2099901/100000"}, "t_start_resolved": "1050901/50000", "t_finish_resolved": "1051401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 738}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 738}}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.19.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2100001/100000"}, "t_start_resolved": "1052901/50000", "t_finish_resolved": "1053401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.reread.7.synth.pause.47", "kind": "terminal", "label": "behavior.wait.661ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1049901/50000"}, "t_start_resolved": "1049901/50000", "t_finish_resolved": "1050401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 661}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 661}}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.reread.7", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1049951/50000"}, "t_start_resolved": "1051401/50000", "t_finish_resolved": "1051901/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.pause.48", "kind": "terminal", "label": "behavior.wait.231ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1049951/50000"}, "t_start_resolved": "1051901/50000", "t_finish_resolved": "1052401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 231}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 231}}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1050001/50000"}, "t_start_resolved": "1053401/50000", "t_finish_resolved": "1053901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": " data-residency demand is real, not before.", "chars": 43, "_typo_step": "typo.tail"}}, {"node_id": "globex-junior05.wordproc.save_doc.22.synth.pause.49", "kind": "terminal", "label": "behavior.wait.4208ms", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 4208}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4208}}, {"node_id": "globex-junior05.wordproc.save_doc.22", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:globex-junior05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "docs/roadmap-synthesis.md"}]}, "trajectory": {"input_events": [{"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:32 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 7, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 13, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 26, "t_ms": 1460}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 27, "t_ms": 1580}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1700}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "File Explorer", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 29, "t_ms": 1820}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx File Explorer 8:32 PM 5/2", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 30, "t_ms": 1940}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 882, "y": 532, "move_frame": 1, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 882, "y": 532, "tag": "div", "id": "", "class_name": "content-area s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "Name ▲ Date modified Type Size 📁 Project Files 1/29/2025 10:00 AM File folder 📁 Screenshots 2/5/2025 9:30 AM File fold", "bbox": {"x": 241, "y": 198, "width": 948, "height": 547}}, "validated": true, "ordinal": 31, "t_ms": 2000}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 998, "y": 336, "move_frame": 2, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 32, "t_ms": 2120}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1068, "y": 217, "move_frame": 3, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 33, "t_ms": 2240}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1091, "y": 178, "move_frame": 4, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1091, "y": 178, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1012, "y": 170, "width": 158, "height": 17}}, "validated": true, "ordinal": 34, "t_ms": 2360}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1091, "y": 178, "button": "left", "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1091, "y": 178, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1012, "y": 170, "width": 158, "height": 17}}, "validated": true, "ordinal": 35, "t_ms": 2480}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "explorer-addr-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "explorer-addr-text", "validated": false, "ordinal": 37, "t_ms": 2600}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 38, "t_ms": 2660}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "globex-junior05.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "explorer-addr-submit", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 848, "y": 483, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 848, "y": 483, "tag": "div", "id": "", "class_name": "empty-folder s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "📂 No items match your search", "bbox": {"x": 241, "y": 198, "width": 948, "height": 547}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 702, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 571, "y": 832, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 1, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 4, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 6, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 8, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 15, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 27, "t_ms": 1480}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 28, "t_ms": 1500}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 29, "t_ms": 1520}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 30, "t_ms": 1540}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 31, "t_ms": 1560}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 32, "t_ms": 1680}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 33, "t_ms": 1800}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Visual Studio Code", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 34, "t_ms": 1920}, {"node_id": "globex-junior05.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx File Explorer Home View �", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 35, "t_ms": 2040}, {"node_id": "globex-junior05.editor.save_file.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 521, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 675, "y": 521, "tag": "div", "id": "", "class_name": "empty-folder s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "📂 No items match your search", "bbox": {"x": 209, "y": 174, "width": 506, "height": 643}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 643, "y": 317, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 623, "y": 195, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 154, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 538, "y": 146, "width": 158, "height": 17}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 538, "y": 146, "width": 158, "height": 17}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-junior05.editor.save_file.6", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 582, "y": 470, "tag": "div", "id": "", "class_name": "empty-folder s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "📂 No items match your search", "bbox": {"x": 209, "y": 174, "width": 506, "height": 643}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 556, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 541, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 743, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Terminal", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 522, "move_frame": 1, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 675, "y": 522, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 9, "y": 45, "width": 1098, "height": 658}}, "validated": true, "ordinal": 26, "t_ms": 1900}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 643, "y": 318, "move_frame": 2, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 27, "t_ms": 2020}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 623, "y": 195, "move_frame": 3, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 28, "t_ms": 2140}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 154, "move_frame": 4, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "input", "id": "", "class_name": "terminal-input s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 161, "y": 146, "width": 934, "height": 15}}, "validated": true, "ordinal": 29, "t_ms": 2260}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "input", "id": "", "class_name": "terminal-input s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 161, "y": 146, "width": 934, "height": 15}}, "validated": true, "ordinal": 30, "t_ms": 2380}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 1, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 9, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 20, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 21, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "globex-junior05.terminal.run_command.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> pytest -k checkout -q", "bbox": {"x": 21, "y": 144, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.terminal.run_command.8", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> pytest -k checkout -q", "bbox": {"x": 21, "y": 144, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 16, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 22, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 31, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 35, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 45, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 47, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-junior05.terminal.run_command.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> pytest -k checkout -q", "bbox": {"x": 21, "y": 144, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 20, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 25, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-junior05.terminal.run_command.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 582, "y": 470, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> git commit -am 'fix: validate zero-price items'", "bbox": {"x": 21, "y": 459, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 556, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 541, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "globex-junior05.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 360, "y": 173, "width": 1043, "height": 652}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "globex-junior05.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 839, "y": 676, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 839, "y": 676, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 924, "y": 582, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 527, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 992, "y": 508, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 992, "y": 508, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 640, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 975, "y": 640, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 963, "y": 734, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 955, "y": 791, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 953, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 953, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 1, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 11, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 14, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 16, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 19, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 23, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 25, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 28, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 30, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 31, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 32, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 38, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 40, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 42, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 43, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 45, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 49, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 50, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 51, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 52, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 53, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 55, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 56, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 57, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 58, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 59, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 60, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 61, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 62, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 63, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 65, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 66, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 67, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 69, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 70, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 71, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 73, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 74, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 75, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 76, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 77, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 78, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 79, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 80, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 81, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 82, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 83, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 84, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 85, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 86, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 87, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 88, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 89, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 90, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 91, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 92, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 93, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 94, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 95, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 96, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 97, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 98, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 99, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 100, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 101, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 102, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 103, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 104, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 105, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 106, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 107, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 108, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 109, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 110, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 111, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 116, "t_ms": 2740}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 112, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 117, "t_ms": 2760}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 113, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 118, "t_ms": 2780}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 114, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 119, "t_ms": 2800}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 115, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 120, "t_ms": 2820}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 116, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 121, "t_ms": 2840}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 117, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 122, "t_ms": 2860}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 118, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 123, "t_ms": 2880}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 119, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 124, "t_ms": 2900}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 120, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 125, "t_ms": 2920}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 121, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 126, "t_ms": 2940}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 122, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 127, "t_ms": 2960}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 123, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 128, "t_ms": 2980}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 124, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 129, "t_ms": 3000}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 125, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 130, "t_ms": 3020}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 126, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 131, "t_ms": 3040}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 127, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 132, "t_ms": 3060}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 128, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 133, "t_ms": 3080}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 129, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 134, "t_ms": 3100}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 130, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 135, "t_ms": 3120}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 131, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 136, "t_ms": 3140}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 132, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 137, "t_ms": 3160}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 133, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 138, "t_ms": 3180}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 134, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 139, "t_ms": 3200}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 135, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 140, "t_ms": 3220}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 136, "char_count": 136, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 141, "t_ms": 3240}, {"node_id": "globex-junior05.slack.post_message.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 142, "t_ms": 3260}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 806, "y": 523, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 806, "y": 523, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 701, "y": 318, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 638, "y": 195, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 154, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 582, "y": 470, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 556, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 541, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 666, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 666, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 717, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 748, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 758, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 749, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 758, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 30, "y": 290, "width": 806, "height": 538}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 494, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 675, "y": 494, "tag": "p", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "You can even add colored text!", "bbox": {"x": 93, "y": 493, "width": 680, "height": 22}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 643, "y": 305, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 623, "y": 192, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 154, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "globex-junior05.wordproc.open_doc.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 7, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 7, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 3, "char_count": 7, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 7, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 7, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 7, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 7, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.2.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.2.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.reread.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.4.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.4.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 1, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 2, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 10, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 11, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 13, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 14, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 16, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 20, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 21, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 23, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 24, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 25, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 27, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 28, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 30, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.6.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.6.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 2, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 7, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 9, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 11, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 15, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 18, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.9.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.9.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.reread.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 1, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 3, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 5, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 7, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 13, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 14, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 18, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 19, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 23, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 25, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 26, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 27, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 34, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 40, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 41, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 42, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 44, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 45, "char_count": 45, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.11.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.11.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.reread.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 1, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 3, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 6, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 10, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 11, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 16, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 20, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 21, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 22, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 26, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 27, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 29, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 30, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 32, "char_count": 32, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.13.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.13.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.reread.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 1, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 2, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 3, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 7, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 10, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 15, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 18, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 19, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 20, "char_count": 20, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 572, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 572, "y": 470, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 539, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 520, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 839, "y": 676, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 839, "y": 676, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 924, "y": 582, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 527, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 992, "y": 508, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 992, "y": 508, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 782, "y": 669, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 782, "y": 669, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 633, "y": 784, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 543, "y": 853, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 577, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 666, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 666, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 717, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 748, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 758, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 749, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 758, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 33, "y": 338, "width": 800, "height": 459}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 494, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 675, "y": 494, "tag": "p", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "You can even add colored text!", "bbox": {"x": 93, "y": 493, "width": 680, "height": 22}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 643, "y": 305, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 623, "y": 192, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 154, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 1, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 2360}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 2380}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 3, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 2400}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 4, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 2420}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 6, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 11, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 14, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 17, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 18, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 20, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 21, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 23, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 26, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 2880}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 2900}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 29, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 2920}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 2940}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 31, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 2960}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 32, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 2980}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 3000}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 34, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 3020}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 3040}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 3060}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 37, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 3080}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 38, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 3100}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 3120}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 40, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 3140}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 41, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 3160}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 3180}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 43, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 3200}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 3220}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 3240}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 46, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 3260}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 47, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 3280}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 3300}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 49, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 3320}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 3340}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 51, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 3360}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 52, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 3380}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 53, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 3400}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 54, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 3420}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 55, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 3440}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 3460}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 57, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 3480}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 58, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 3500}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 3520}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 60, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 3540}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 3560}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 62, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 3580}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 63, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 3600}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 64, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 3620}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 65, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 3640}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 66, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 3660}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 67, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 3680}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 68, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 3700}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 69, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 3720}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 70, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 3740}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 71, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 3760}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 72, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 3780}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 73, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 3800}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 74, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 3820}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 75, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 3840}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 76, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 3860}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 77, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 3880}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 78, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 3900}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 79, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 3920}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 80, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 3940}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 81, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 3960}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 82, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 3980}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 83, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 4000}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 84, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 4020}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 85, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 111, "t_ms": 4040}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 86, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 112, "t_ms": 4060}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 87, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 113, "t_ms": 4080}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 88, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 114, "t_ms": 4100}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 89, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 115, "t_ms": 4120}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 90, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 116, "t_ms": 4140}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 117, "t_ms": 4160}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 92, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 118, "t_ms": 4180}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 93, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 119, "t_ms": 4200}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 94, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 120, "t_ms": 4220}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 95, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 121, "t_ms": 4240}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 96, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 122, "t_ms": 4260}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 97, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 123, "t_ms": 4280}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 98, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 124, "t_ms": 4300}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 99, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 125, "t_ms": 4320}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 100, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 126, "t_ms": 4340}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 101, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 127, "t_ms": 4360}, {"node_id": "globex-junior05.wordproc.insert_text.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 102, "char_count": 102, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 128, "t_ms": 4380}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 1, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 3, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 7, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 8, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 9, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "+", "char_index": 11, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 13, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 14, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 15, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 16, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 17, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 20, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 25, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 28, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 31, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 32, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 33, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 35, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 38, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 39, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 40, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 41, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 42, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 43, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 45, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 46, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 48, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 49, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 51, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 52, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 53, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 55, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 57, "char_count": 57, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.reread.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 1, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 13, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 16, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 21, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 23, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 26, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 28, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 29, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 30, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 33, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 34, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 35, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.19.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.19.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.reread.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 5, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 14, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 16, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 19, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 21, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 23, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 24, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 26, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 27, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 28, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 29, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 30, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 32, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 33, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 34, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 36, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 38, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 42, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "title-bar s-OF-8WIR6juNL active", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 333, "y": 125, "width": 1098, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 10, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 12, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 13, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 14, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 15, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 18, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 20, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 21, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 22, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 23, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 24, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "globex-junior05.wordproc.save_doc.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 25, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}], "observations": [{"ok": true, "event": "finder.path_opened", "surface": "finder", "action": "open_path", "target": "~/repo", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:file-explorer", "visibleText": "~/repo"}, "observation": "Low-level replay drove windows-web-next/file-explorer.open_path.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/api.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/api.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/checkout.py"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": true, "event": "app.action", "surface": "editor", "action": "extract_quote", "target": "buffer", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "buffer"}, "observation": "Low-level replay drove windows-web-next/vscode.extract_quote.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/checkout.py"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "pytest", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "pytest -k checkout -q"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git status", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git status"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git commit", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git commit -am 'fix: validate zero-price items'"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git push", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git push origin fix/checkout-validation"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Yesterday landed the nilling migrarion behind a glag; today writing the SSO/SCIM design doc. Blocker: need the vebdor's API credentials."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "app.action", "surface": "slack", "action": "undo", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.undo.", "error": null}, {"ok": true, "event": "message.reacted", "surface": "slack", "action": "react_to_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.react_to_message.", "error": null}, {"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/roadmap-synthesis.md"}, "observation": "Low-level replay drove windows-web-next/word.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "# Roadn"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "m"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ap d"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "s"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ynthesis ## Themes ## Now ## B"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "N"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ext ## Later"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Themes: reliabiliy"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "t"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "y debt, activation, and the enterprise SSO gs"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "a"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "p keep surfacing across sales, a"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "s"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "upport, and on-call."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.reacted", "surface": "slack", "action": "react_to_message", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.react_to_message.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Now: finiah the checkout hardening and ship audit logs; both block two enterprise deals in late-stage."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Next: SSO + SCIM, then the cohort dashboard so CS can sek"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "l"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "f-serve health scores."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Later: multi-region writes once thw"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "data-residency demand is real, not before."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/roadmap-synthesis.md"}, "observation": "Low-level replay drove windows-web-next/word.save_doc.", "error": null}], "alignment": [{"node_id": "globex-junior05.finder.open_path.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, {"node_id": "globex-junior05.editor.open_file.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "globex-junior05.editor.replace_buffer.2", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "globex-junior05.editor.save_file.3", "observation_index": 3, "input_event_ordinals": [1]}, {"node_id": "globex-junior05.editor.open_file.4", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "globex-junior05.editor.replace_buffer.5", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "globex-junior05.editor.save_file.6", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "globex-junior05.terminal.run_command.7", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]}, {"node_id": "globex-junior05.terminal.run_command.8", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "globex-junior05.terminal.run_command.9", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, {"node_id": "globex-junior05.terminal.run_command.10", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, {"node_id": "globex-junior05.slack.open_channel.11", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "globex-junior05.slack.scroll_history.12", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-junior05.slack.post_message.13", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142]}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, {"node_id": "globex-junior05.slack.react_to_message.14", "observation_index": 16, "input_event_ordinals": []}, {"node_id": "globex-junior05.wordproc.open_doc.16", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.2.1", "observation_index": 19, "input_event_ordinals": [1, 2]}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.reread.2", "observation_index": 20, "input_event_ordinals": [1]}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.4.3", "observation_index": 22, "input_event_ordinals": [1, 2]}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "observation_index": 23, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.6.5", "observation_index": 24, "input_event_ordinals": [1, 2]}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.9.1", "observation_index": 27, "input_event_ordinals": [1, 2]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.reread.3", "observation_index": 28, "input_event_ordinals": [1]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "observation_index": 29, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.11.3", "observation_index": 30, "input_event_ordinals": [1, 2]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.reread.4", "observation_index": 31, "input_event_ordinals": [1]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "observation_index": 32, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.13.5", "observation_index": 33, "input_event_ordinals": [1, 2]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.reread.5", "observation_index": 34, "input_event_ordinals": [1]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "observation_index": 35, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "observation_index": 36, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1", "observation_index": 37, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.2", "observation_index": 38, "input_event_ordinals": []}, {"node_id": "globex-junior05.wordproc.insert_text.19", "observation_index": 39, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128]}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "observation_index": 40, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58]}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.reread.6", "observation_index": 41, "input_event_ordinals": [1]}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1", "observation_index": 42, "input_event_ordinals": [1, 2]}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "observation_index": 43, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "observation_index": 44, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.19.1", "observation_index": 45, "input_event_ordinals": [1, 2]}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.reread.7", "observation_index": 46, "input_event_ordinals": [1]}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "observation_index": 47, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43]}, {"node_id": "globex-junior05.wordproc.save_doc.22", "observation_index": 48, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}]}, "media": {"video": "videos/globex-junior05__windows-web-next.webm", "frames": [{"node_id": "globex-junior05.finder.open_path.0", "t_ms": 900, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.finder.open_path.0.png"}, {"node_id": "globex-junior05.editor.open_file.1", "t_ms": 720, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.editor.open_file.1.png"}, {"node_id": "globex-junior05.editor.save_file.3", "t_ms": 0, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.editor.save_file.3.png"}, {"node_id": "globex-junior05.editor.replace_buffer.5.synth.reread.1", "t_ms": 240, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.editor.replace_buffer.5.synth.reread.1.png"}, {"node_id": "globex-junior05.editor.save_file.6", "t_ms": 0, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.editor.save_file.6.png"}, {"node_id": "globex-junior05.terminal.run_command.7", "t_ms": 1060, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.7.png"}, {"node_id": "globex-junior05.terminal.run_command.8", "t_ms": 260, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.8.png"}, {"node_id": "globex-junior05.terminal.run_command.9", "t_ms": 1000, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.9.png"}, {"node_id": "globex-junior05.terminal.run_command.10", "t_ms": 840, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.10.png"}, {"node_id": "globex-junior05.slack.open_channel.11", "t_ms": 460, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.slack.open_channel.11.png"}, {"node_id": "globex-junior05.slack.scroll_history.12", "t_ms": 120, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.slack.scroll_history.12.png"}, {"node_id": "globex-junior05.slack.post_message.13", "t_ms": 4380, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.slack.post_message.13.png"}, {"node_id": "globex-junior05.slack.post_message.13.synth.undo.1", "t_ms": 280, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.slack.post_message.13.synth.undo.1.png"}, {"node_id": "globex-junior05.wordproc.open_doc.16", "t_ms": 540, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.open_doc.16.png"}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.1.0", "t_ms": 180, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.1.0.png"}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.2.1", "t_ms": 60, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.2.1.png"}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.reread.2", "t_ms": 0, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.reread.2.png"}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.3.2", "t_ms": 120, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.3.2.png"}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.4.3", "t_ms": 60, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.4.3.png"}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.5.4", "t_ms": 640, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.5.4.png"}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.6.5", "t_ms": 60, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.6.5.png"}, {"node_id": "globex-junior05.wordproc.insert_text.17.synth.typo.7.6", "t_ms": 280, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.7.6.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.8.0", "t_ms": 400, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.8.0.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.9.1", "t_ms": 60, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.9.1.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.reread.3", "t_ms": 0, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.reread.3.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.10.2", "t_ms": 940, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.10.2.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.11.3", "t_ms": 60, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.11.3.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.reread.4", "t_ms": 0, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.reread.4.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.12.4", "t_ms": 680, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.12.4.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.13.5", "t_ms": 60, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.13.5.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.reread.5", "t_ms": 0, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.reread.5.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6", "t_ms": 440, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0", "t_ms": 460, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0.png"}, {"node_id": "globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1", "t_ms": 120, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1.png"}, {"node_id": "globex-junior05.wordproc.insert_text.19", "t_ms": 4380, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.19.png"}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.15.0", "t_ms": 1180, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.15.0.png"}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.reread.6", "t_ms": 0, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.reread.6.png"}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.16.1", "t_ms": 60, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.16.1.png"}, {"node_id": "globex-junior05.wordproc.insert_text.20.synth.typo.17.2", "t_ms": 480, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.17.2.png"}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.18.0", "t_ms": 740, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.18.0.png"}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.19.1", "t_ms": 60, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.19.1.png"}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.reread.7", "t_ms": 0, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.reread.7.png"}, {"node_id": "globex-junior05.wordproc.insert_text.21.synth.typo.20.2", "t_ms": 880, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.20.2.png"}, {"node_id": "globex-junior05.wordproc.save_doc.22", "t_ms": 540, "blob_ref": "screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.save_doc.22.png"}]}} +{"schema_version": "v2", "trajectory_id": "initech-frontline00__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "initech-frontline00", "company": "initech", "role_id": "support.frontline", "title": "Frontline Support Rep", "env": "windows-web-next", "goal": "INITECH · Frontline Support Rep — workday", "tree": {"nodes": [{"node_id": "initech-frontline00.mail.open_inbox.0", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "initech-frontline00.mail.open_thread.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.111ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 111}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 111}}, {"node_id": "initech-frontline00.mail.open_thread.1", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "initech-frontline00.mail.reply.2.synth.typo.1.0.synth.pause.2", "kind": "terminal", "label": "behavior.wait.398ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 398}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 398}}, {"node_id": "initech-frontline00.mail.reply.2.synth.typo.1.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2029/1000", "t_finish_resolved": "2039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: vendor renewal", "visible_text": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still new", "chars": 84, "_typo_step": "typo.write-wrong"}}, {"node_id": "initech-frontline00.mail.reply.2.synth.typo.2.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.227ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 227}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 227}}, {"node_id": "initech-frontline00.mail.reply.2.synth.typo.2.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "2039/1000", "t_finish_resolved": "2049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: vendor renewal", "visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "initech-frontline00.mail.reply.2.synth.typo.3.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.256ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "2019/1000", "t_finish_resolved": "2029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 256}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 256}}, {"node_id": "initech-frontline00.mail.reply.2.synth.typo.3.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "2049/1000", "t_finish_resolved": "2059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: vendor renewal", "visible_text": "ds to narrow to direct damages before we sign.", "chars": 46, "_typo_step": "typo.tail"}}, {"node_id": "initech-frontline00.mail.open_thread.3.synth.pause.5", "kind": "terminal", "label": "behavior.wait.492ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 492}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 492}}, {"node_id": "initech-frontline00.mail.open_thread.3", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "initech-frontline00.mail.archive.4.synth.pause.6", "kind": "terminal", "label": "behavior.wait.391ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 391}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 391}}, {"node_id": "initech-frontline00.mail.archive.4", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-1"}, {"node_id": "initech-frontline00.mail.open_thread.5.synth.pause.7", "kind": "terminal", "label": "behavior.wait.336ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 336}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 336}}, {"node_id": "initech-frontline00.mail.open_thread.5", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "initech-frontline00.mail.add_label.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.102ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 102}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 102}}, {"node_id": "initech-frontline00.mail.add_label.6", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-2"}, {"node_id": "initech-frontline00.mail.open_thread.7.synth.pause.9", "kind": "terminal", "label": "behavior.wait.311ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 311}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 311}}, {"node_id": "initech-frontline00.mail.open_thread.7", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "initech-frontline00.mail.add_label.8.synth.pause.10", "kind": "terminal", "label": "behavior.wait.277ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 277}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 277}}, {"node_id": "initech-frontline00.mail.add_label.8", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-3"}, {"node_id": "initech-frontline00.slack.open_channel.9.synth.pause.11", "kind": "terminal", "label": "behavior.wait.251ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 251}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 251}}, {"node_id": "initech-frontline00.slack.open_channel.9", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#general"}, {"node_id": "initech-frontline00.slack.scroll_history.10.synth.pause.12", "kind": "terminal", "label": "behavior.wait.350ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 350}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 350}}, {"node_id": "initech-frontline00.slack.scroll_history.10", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#general"}, {"node_id": "initech-frontline00.slack.post_message.11.synth.pause.13", "kind": "terminal", "label": "behavior.wait.427ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 427}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 427}}, {"node_id": "initech-frontline00.slack.post_message.11", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#general", "args": {"visible_text": "PSA — vendor renewal needs a pricing decision by week 2.", "chars": 56}}, {"node_id": "initech-frontline00.slack.open_channel.12.synth.pause.14", "kind": "terminal", "label": "behavior.wait.100ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 100}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 100}}, {"node_id": "initech-frontline00.slack.open_channel.12", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "initech-frontline00.slack.scroll_history.13.synth.pause.15", "kind": "terminal", "label": "behavior.wait.356ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 356}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 356}}, {"node_id": "initech-frontline00.slack.scroll_history.13", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}, {"node_id": "initech-frontline00.slack.post_message.14.synth.pause.16", "kind": "terminal", "label": "behavior.wait.8123ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 8123}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 8123}}, {"node_id": "initech-frontline00.slack.post_message.14", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#incident", "args": {"visible_text": "Pushed the hotfix — bumping the version tag after the meege.", "chars": 60, "_typo_committed": true}}, {"node_id": "initech-frontline00.slack.open_channel.15.synth.pause.17", "kind": "terminal", "label": "behavior.wait.743ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 743}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 743}}, {"node_id": "initech-frontline00.slack.open_channel.15", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "initech-frontline00.slack.scroll_history.16.synth.pause.18", "kind": "terminal", "label": "behavior.wait.673ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 673}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 673}}, {"node_id": "initech-frontline00.slack.scroll_history.16", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "initech-frontline00.slack.post_message.17.synth.pause.19", "kind": "terminal", "label": "behavior.wait.8581ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 8581}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 8581}}, {"node_id": "initech-frontline00.slack.post_message.17", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17019/1000", "t_finish_resolved": "17029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#launch", "args": {"visible_text": "PSA — the PRD now has last week's research noyes.", "chars": 49, "_typo_committed": true}}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1.synth.pause.20", "kind": "terminal", "label": "behavior.wait.284ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1699901/100000"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 284}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 284}}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1700001/100000"}, "t_start_resolved": "17029/1000", "t_finish_resolved": "17039/1000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "undo", "target": "#launch", "args": {"_synthetic": "undo"}}, {"node_id": "initech-frontline00.wait.pause.18.synth.pause.21", "kind": "terminal", "label": "behavior.wait.161ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 161}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 161}}, {"node_id": "initech-frontline00.wait.pause.18", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "initech-frontline00.slack.open_channel.19.synth.pause.22", "kind": "terminal", "label": "behavior.wait.471ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 471}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 471}}, {"node_id": "initech-frontline00.slack.open_channel.19", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "initech-frontline00.slack.scroll_history.20.synth.pause.23", "kind": "terminal", "label": "behavior.wait.155ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 155}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 155}}, {"node_id": "initech-frontline00.slack.scroll_history.20", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "initech-frontline00.slack.post_message.21.synth.pause.24", "kind": "terminal", "label": "behavior.wait.148ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 148}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 148}}, {"node_id": "initech-frontline00.slack.post_message.21", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "Heads up — the PRD now has last week's research notes.", "chars": 54}}, {"node_id": "initech-frontline00.slack.open_channel.22.synth.pause.25", "kind": "terminal", "label": "behavior.wait.639ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 639}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 639}}, {"node_id": "initech-frontline00.slack.open_channel.22", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "initech-frontline00.slack.scroll_history.23.synth.pause.26", "kind": "terminal", "label": "behavior.wait.262ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22999/1000"}, "t_start_resolved": "22999/1000", "t_finish_resolved": "23009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 262}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 262}}, {"node_id": "initech-frontline00.slack.scroll_history.23", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23"}, "t_start_resolved": "23009/1000", "t_finish_resolved": "23019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}, {"node_id": "initech-frontline00.slack.post_message.24.synth.pause.27", "kind": "terminal", "label": "behavior.wait.122ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23999/1000"}, "t_start_resolved": "23999/1000", "t_finish_resolved": "24009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 122}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 122}}, {"node_id": "initech-frontline00.slack.post_message.24", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24"}, "t_start_resolved": "24019/1000", "t_finish_resolved": "24029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#incident", "args": {"visible_text": "Just merged — anyone seen the legal redlimes yet.", "chars": 49, "_typo_committed": true}}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2.synth.pause.28", "kind": "terminal", "label": "behavior.wait.290ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2399901/100000"}, "t_start_resolved": "24009/1000", "t_finish_resolved": "24019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 290}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 290}}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2400001/100000"}, "t_start_resolved": "24029/1000", "t_finish_resolved": "24039/1000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "undo", "target": "#incident", "args": {"_synthetic": "undo"}}, {"node_id": "initech-frontline00.slack.open_channel.25.synth.pause.29", "kind": "terminal", "label": "behavior.wait.392ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24999/1000"}, "t_start_resolved": "24999/1000", "t_finish_resolved": "25009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 392}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 392}}, {"node_id": "initech-frontline00.slack.open_channel.25", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "25"}, "t_start_resolved": "25009/1000", "t_finish_resolved": "25019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "initech-frontline00.slack.scroll_history.26.synth.pause.30", "kind": "terminal", "label": "behavior.wait.243ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "25999/1000"}, "t_start_resolved": "25999/1000", "t_finish_resolved": "26009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 243}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 243}}, {"node_id": "initech-frontline00.slack.scroll_history.26", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "26"}, "t_start_resolved": "26009/1000", "t_finish_resolved": "26019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}]}, "trajectory": {"input_events": [{"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:32 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "initech-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail 8:32 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 640, "y": 838, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 640, "y": 838, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail New mail Inbox 2 Sta", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 859, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "initech-frontline00.slack.open_channel.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail New mail Inbox 2 Sta", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "initech-frontline00.slack.scroll_history.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 928, "y": 650, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 928, "y": 650, "tag": "div", "id": "", "class_name": "channel-list s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No channels", "bbox": {"x": 725, "y": 108, "width": 220, "height": 735}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.scroll_history.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 539, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.scroll_history.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1165, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.scroll_history.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.scroll_history.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 3, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 7, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 18, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 19, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 20, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 25, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 26, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 28, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 30, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 31, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 32, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 33, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 36, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 38, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 40, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 42, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 43, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 44, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 47, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 48, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 50, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 51, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 53, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 55, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 56, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "initech-frontline00.slack.post_message.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "initech-frontline00.slack.scroll_history.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.scroll_history.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.scroll_history.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.scroll_history.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.scroll_history.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 21, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 22, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 23, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 24, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 27, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 33, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 42, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 43, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 46, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 47, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 52, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 55, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 57, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 58, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 59, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 60, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "initech-frontline00.slack.post_message.14", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "initech-frontline00.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.scroll_history.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 3, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 11, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 12, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 13, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 17, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 19, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 21, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 23, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 28, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 31, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 32, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 41, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 42, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 45, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 46, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 48, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 49, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-frontline00.slack.post_message.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 7, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 7, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 7, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 4, "char_count": 7, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 7, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 6, "char_count": 7, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 7, "char_count": 7, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "initech-frontline00.slack.scroll_history.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.scroll_history.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.scroll_history.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.scroll_history.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.scroll_history.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 1, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 10, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 12, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 16, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 17, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 18, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 21, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 22, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 24, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 26, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 28, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 29, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 30, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 33, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 35, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 36, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 37, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 38, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 42, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 44, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 45, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 46, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 47, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 49, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 50, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 53, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 54, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "initech-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "initech-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "J", "char_index": 1, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 6, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 15, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 17, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 22, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 25, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 27, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 28, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 31, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 33, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 35, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 39, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 40, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 42, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 44, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 46, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 48, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 49, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "initech-frontline00.slack.scroll_history.26", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-frontline00.slack.scroll_history.26", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-frontline00.slack.scroll_history.26", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-frontline00.slack.scroll_history.26", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-frontline00.slack.scroll_history.26", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}], "observations": [{"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove windows-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still new"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "ds to narrow to direct damages before we sign."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "PSA — vendor renewal needs a pricing decision by week 2."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Pushed the hotfix — bumping the version tag after the meege."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "PSA — the PRD now has last week's research noyes."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "app.action", "surface": "slack", "action": "undo", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.undo.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Heads up — the PRD now has last week's research notes."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Just merged — anyone seen the legal redlimes yet."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "app.action", "surface": "slack", "action": "undo", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.undo.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}], "alignment": [{"node_id": "initech-frontline00.mail.open_inbox.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, {"node_id": "initech-frontline00.mail.open_thread.1", "observation_index": 1, "input_event_ordinals": []}, {"node_id": "initech-frontline00.mail.reply.2.synth.typo.1.0", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "initech-frontline00.mail.reply.2.synth.typo.2.1", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "initech-frontline00.mail.reply.2.synth.typo.3.2", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "initech-frontline00.mail.open_thread.3", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "initech-frontline00.mail.archive.4", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "initech-frontline00.mail.open_thread.5", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "initech-frontline00.mail.add_label.6", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "initech-frontline00.mail.open_thread.7", "observation_index": 9, "input_event_ordinals": []}, {"node_id": "initech-frontline00.mail.add_label.8", "observation_index": 10, "input_event_ordinals": []}, {"node_id": "initech-frontline00.slack.open_channel.9", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "initech-frontline00.slack.scroll_history.10", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-frontline00.slack.post_message.11", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62]}, {"node_id": "initech-frontline00.slack.open_channel.12", "observation_index": 14, "input_event_ordinals": []}, {"node_id": "initech-frontline00.slack.scroll_history.13", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-frontline00.slack.post_message.14", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66]}, {"node_id": "initech-frontline00.slack.open_channel.15", "observation_index": 17, "input_event_ordinals": []}, {"node_id": "initech-frontline00.slack.scroll_history.16", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-frontline00.slack.post_message.17", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "initech-frontline00.slack.open_channel.19", "observation_index": 21, "input_event_ordinals": []}, {"node_id": "initech-frontline00.slack.scroll_history.20", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-frontline00.slack.post_message.21", "observation_index": 23, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}, {"node_id": "initech-frontline00.slack.open_channel.22", "observation_index": 24, "input_event_ordinals": []}, {"node_id": "initech-frontline00.slack.scroll_history.23", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-frontline00.slack.post_message.24", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "observation_index": 27, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, {"node_id": "initech-frontline00.slack.open_channel.25", "observation_index": 28, "input_event_ordinals": []}, {"node_id": "initech-frontline00.slack.scroll_history.26", "observation_index": 29, "input_event_ordinals": [1, 2, 3, 4, 5]}]}, "media": {"video": "videos/initech-frontline00__windows-web-next.webm", "frames": [{"node_id": "initech-frontline00.mail.open_inbox.0", "t_ms": 840, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.mail.open_inbox.0.png"}, {"node_id": "initech-frontline00.slack.open_channel.9", "t_ms": 860, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.open_channel.9.png"}, {"node_id": "initech-frontline00.slack.scroll_history.10", "t_ms": 480, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.10.png"}, {"node_id": "initech-frontline00.slack.post_message.11", "t_ms": 1660, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.11.png"}, {"node_id": "initech-frontline00.slack.scroll_history.13", "t_ms": 480, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.13.png"}, {"node_id": "initech-frontline00.slack.post_message.14", "t_ms": 1740, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.14.png"}, {"node_id": "initech-frontline00.slack.scroll_history.16", "t_ms": 480, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.16.png"}, {"node_id": "initech-frontline00.slack.post_message.17", "t_ms": 1520, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.17.png"}, {"node_id": "initech-frontline00.slack.post_message.17.synth.undo.1", "t_ms": 480, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.17.synth.undo.1.png"}, {"node_id": "initech-frontline00.slack.scroll_history.20", "t_ms": 480, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.20.png"}, {"node_id": "initech-frontline00.slack.post_message.21", "t_ms": 1620, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.21.png"}, {"node_id": "initech-frontline00.slack.scroll_history.23", "t_ms": 480, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.23.png"}, {"node_id": "initech-frontline00.slack.post_message.24", "t_ms": 1520, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.24.png"}, {"node_id": "initech-frontline00.slack.post_message.24.synth.undo.2", "t_ms": 480, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.24.synth.undo.2.png"}, {"node_id": "initech-frontline00.slack.scroll_history.26", "t_ms": 480, "blob_ref": "screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.26.png"}]}} +{"schema_version": "v2", "trajectory_id": "initech-recruiter01__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "initech-recruiter01", "company": "initech", "role_id": "hr.recruiter", "title": "Technical Recruiter", "env": "macos-web-next", "goal": "INITECH · Technical Recruiter — workday", "tree": {"nodes": [{"node_id": "initech-recruiter01.mail.open_inbox.0", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "initech-recruiter01.mail.open_thread.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.1089ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1089}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1089}}, {"node_id": "initech-recruiter01.mail.open_thread.1", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "initech-recruiter01.mail.archive.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.929ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 929}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 929}}, {"node_id": "initech-recruiter01.mail.archive.2", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-0"}, {"node_id": "initech-recruiter01.mail.open_thread.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.454ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 454}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 454}}, {"node_id": "initech-recruiter01.mail.open_thread.3", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "initech-recruiter01.mail.archive.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.758ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 758}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 758}}, {"node_id": "initech-recruiter01.mail.archive.4", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-1"}, {"node_id": "initech-recruiter01.mail.open_thread.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.585ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 585}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 585}}, {"node_id": "initech-recruiter01.mail.open_thread.5", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "initech-recruiter01.mail.add_label.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.697ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 697}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 697}}, {"node_id": "initech-recruiter01.mail.add_label.6", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-2"}, {"node_id": "initech-recruiter01.mail.open_thread.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.319ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 319}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 319}}, {"node_id": "initech-recruiter01.mail.open_thread.7", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "initech-recruiter01.mail.reply.8.synth.typo.1.0.synth.pause.8", "kind": "terminal", "label": "behavior.wait.478ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 478}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 478}}, {"node_id": "initech-recruiter01.mail.reply.8.synth.typo.1.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8029/1000", "t_finish_resolved": "8039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Re: vendor renewal", "visible_text": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still needs to narrow to dirr", "chars": 104, "_typo_step": "typo.write-wrong"}}, {"node_id": "initech-recruiter01.mail.reply.8.synth.typo.2.1.synth.pause.9", "kind": "terminal", "label": "behavior.wait.574ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "799901/100000"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 574}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 574}}, {"node_id": "initech-recruiter01.mail.reply.8.synth.typo.2.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "800001/100000"}, "t_start_resolved": "8039/1000", "t_finish_resolved": "8049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Re: vendor renewal", "visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "initech-recruiter01.mail.reply.8.synth.typo.3.2.synth.pause.10", "kind": "terminal", "label": "behavior.wait.452ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "399951/50000"}, "t_start_resolved": "8019/1000", "t_finish_resolved": "8029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 452}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 452}}, {"node_id": "initech-recruiter01.mail.reply.8.synth.typo.3.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "400001/50000"}, "t_start_resolved": "8049/1000", "t_finish_resolved": "8059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Re: vendor renewal", "visible_text": "ct damages before we sign.", "chars": 26, "_typo_step": "typo.tail"}}, {"node_id": "initech-recruiter01.mail.open_thread.9.synth.pause.11", "kind": "terminal", "label": "behavior.wait.404ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 404}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 404}}, {"node_id": "initech-recruiter01.mail.open_thread.9", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-4"}, {"node_id": "initech-recruiter01.mail.reply.10.synth.pause.12", "kind": "terminal", "label": "behavior.wait.675ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 675}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 675}}, {"node_id": "initech-recruiter01.mail.reply.10", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-4", "args": {"subject": "Re: spec review", "visible_text": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed.", "chars": 138}}, {"node_id": "initech-recruiter01.calendar.open_view.11.synth.pause.13", "kind": "terminal", "label": "behavior.wait.258ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 258}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 258}}, {"node_id": "initech-recruiter01.calendar.open_view.11", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "initech-recruiter01.notion.open_doc.12.synth.pause.14", "kind": "terminal", "label": "behavior.wait.884ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 884}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 884}}, {"node_id": "initech-recruiter01.notion.open_doc.12", "kind": "terminal", "label": "notion.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "recruiting/phone-screen-template"}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0.synth.pause.15", "kind": "terminal", "label": "behavior.wait.647ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 647}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 647}}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13029/1000", "t_finish_resolved": "13039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "args": {"visible_text": "Candidate: L. Osei · Deep frontend, shaky on testing discipline. Maybe — probe code qualo", "chars": 89, "_typo_step": "typo.write-wrong"}}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1.synth.pause.16", "kind": "terminal", "label": "behavior.wait.270ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299901/100000"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 270}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 270}}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1300001/100000"}, "t_start_resolved": "13039/1000", "t_finish_resolved": "13049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "args": {"visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2.synth.pause.17", "kind": "terminal", "label": "behavior.wait.835ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "649951/50000"}, "t_start_resolved": "13019/1000", "t_finish_resolved": "13029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 835}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 835}}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "650001/50000"}, "t_start_resolved": "13049/1000", "t_finish_resolved": "13059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "args": {"visible_text": "ty in the onsite with a refactor exercise.", "chars": 42, "_typo_step": "typo.tail"}}, {"node_id": "initech-recruiter01.wait.pause.14.synth.pause.18", "kind": "terminal", "label": "behavior.wait.735ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 735}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 735}}, {"node_id": "initech-recruiter01.wait.pause.14", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "initech-recruiter01.mail.open_inbox.15.synth.pause.19", "kind": "terminal", "label": "behavior.wait.1042ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1042}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1042}}, {"node_id": "initech-recruiter01.mail.open_inbox.15", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "initech-recruiter01.mail.open_thread.16.synth.pause.20", "kind": "terminal", "label": "behavior.wait.691ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 691}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 691}}, {"node_id": "initech-recruiter01.mail.open_thread.16", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "initech-recruiter01.mail.archive.17.synth.pause.21", "kind": "terminal", "label": "behavior.wait.522ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 522}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 522}}, {"node_id": "initech-recruiter01.mail.archive.17", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-0"}, {"node_id": "initech-recruiter01.mail.open_thread.18.synth.pause.22", "kind": "terminal", "label": "behavior.wait.533ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 533}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 533}}, {"node_id": "initech-recruiter01.mail.open_thread.18", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "initech-recruiter01.mail.add_label.19.synth.pause.23", "kind": "terminal", "label": "behavior.wait.533ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 533}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 533}}, {"node_id": "initech-recruiter01.mail.add_label.19", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-1"}, {"node_id": "initech-recruiter01.mail.open_thread.20.synth.pause.24", "kind": "terminal", "label": "behavior.wait.664ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 664}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 664}}, {"node_id": "initech-recruiter01.mail.open_thread.20", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "initech-recruiter01.mail.reply.21.synth.pause.25", "kind": "terminal", "label": "behavior.wait.523ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 523}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 523}}, {"node_id": "initech-recruiter01.mail.reply.21", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Re: spec review", "visible_text": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed.", "chars": 138}}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-mail", "node_id": "initech-recruiter01.mail.open_inbox.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "initech-recruiter01.calendar.open_view.11", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "initech-recruiter01.notion.open_doc.12", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 292, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 617, "y": 292, "tag": "div", "id": "", "class_name": "list-section-header s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Yesterday", "bbox": {"x": 462, "y": 283, "width": 251, "height": 23}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 601, "y": 243, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 591, "y": 214, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "initech-recruiter01.notion.open_doc.12", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 12, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 13, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 15, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 16, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "·", "char_index": 20, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 22, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 25, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 27, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 35, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 38, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 40, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 41, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 43, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 46, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 48, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 49, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 50, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 51, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 52, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 54, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 55, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 56, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 57, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 58, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 59, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 60, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 61, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 62, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 63, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 64, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 65, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 66, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 67, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 68, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 69, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 70, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 71, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 72, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 73, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 74, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 75, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 76, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 77, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 78, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 79, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 81, "t_ms": 1680}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 80, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 82, "t_ms": 1700}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 81, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 83, "t_ms": 1720}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 82, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 84, "t_ms": 1740}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 83, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 85, "t_ms": 1760}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 86, "t_ms": 1780}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 85, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 87, "t_ms": 1800}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 86, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 88, "t_ms": 1820}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 87, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 89, "t_ms": 1840}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 88, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 90, "t_ms": 1860}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 89, "char_count": 89, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 91, "t_ms": 1880}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 415, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 415, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 419, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 421, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 422, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 422, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 428, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 428, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 432, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 434, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 435, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 435, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 13, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 18, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 19, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 27, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 28, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 29, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 30, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 31, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 32, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 35, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 38, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 40, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 42, "char_count": 42, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"kind": "script_eval", "control": "mac-bridge-mail", "node_id": "initech-recruiter01.mail.open_inbox.15", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-recruiter01.mail.open_inbox.15", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 303, "move_frame": 1, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 865, "y": 303, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 20 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-recruiter01.mail.open_inbox.15", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 208, "move_frame": 2, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "initech-recruiter01.mail.open_inbox.15", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 152, "move_frame": 3, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "initech-recruiter01.mail.open_inbox.15", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "initech-recruiter01.mail.open_inbox.15", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-recruiter01.mail.open_thread.16", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-recruiter01.mail.archive.17", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-recruiter01.mail.open_thread.18", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-recruiter01.mail.add_label.19", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-recruiter01.mail.open_thread.20", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-recruiter01.mail.reply.21", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove macos-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still needs to narrow to dirr"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "e"}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "ct damages before we sign."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "recruiting/phone-screen-template", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "recruiting/phone-screen-template"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Candidate: L. Osei · Deep frontend, shaky on testing discipline. Maybe — probe code qualo"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "i"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "recruiting/phone-screen-template", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "ty in the onsite with a refactor exercise."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove macos-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}], "alignment": [{"node_id": "initech-recruiter01.mail.open_inbox.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "initech-recruiter01.mail.open_thread.1", "observation_index": 1, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.archive.2", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.open_thread.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.archive.4", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.open_thread.5", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.add_label.6", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.open_thread.7", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.reply.8.synth.typo.1.0", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.reply.8.synth.typo.2.1", "observation_index": 9, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.reply.8.synth.typo.3.2", "observation_index": 10, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.open_thread.9", "observation_index": 11, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.mail.reply.10", "observation_index": 12, "input_event_ordinals": []}, {"node_id": "initech-recruiter01.calendar.open_view.11", "observation_index": 13, "input_event_ordinals": [1]}, {"node_id": "initech-recruiter01.notion.open_doc.12", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91]}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48]}, {"node_id": "initech-recruiter01.mail.open_inbox.15", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "initech-recruiter01.mail.open_thread.16", "observation_index": 19, "input_event_ordinals": [1]}, {"node_id": "initech-recruiter01.mail.archive.17", "observation_index": 20, "input_event_ordinals": [1]}, {"node_id": "initech-recruiter01.mail.open_thread.18", "observation_index": 21, "input_event_ordinals": [1]}, {"node_id": "initech-recruiter01.mail.add_label.19", "observation_index": 22, "input_event_ordinals": [1]}, {"node_id": "initech-recruiter01.mail.open_thread.20", "observation_index": 23, "input_event_ordinals": [1]}, {"node_id": "initech-recruiter01.mail.reply.21", "observation_index": 24, "input_event_ordinals": [1]}]}, "media": {"video": "videos/initech-recruiter01__macos-web-next.webm", "frames": [{"node_id": "initech-recruiter01.mail.open_inbox.0", "t_ms": 0, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_inbox.0.png"}, {"node_id": "initech-recruiter01.calendar.open_view.11", "t_ms": 0, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.calendar.open_view.11.png"}, {"node_id": "initech-recruiter01.notion.open_doc.12", "t_ms": 680, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.open_doc.12.png"}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.4.0", "t_ms": 1880, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.4.0.png"}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.5.1", "t_ms": 600, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.5.1.png"}, {"node_id": "initech-recruiter01.notion.insert_text.13.synth.typo.6.2", "t_ms": 1420, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.6.2.png"}, {"node_id": "initech-recruiter01.mail.open_inbox.15", "t_ms": 540, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_inbox.15.png"}, {"node_id": "initech-recruiter01.mail.open_thread.16", "t_ms": 0, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.16.png"}, {"node_id": "initech-recruiter01.mail.archive.17", "t_ms": 0, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.archive.17.png"}, {"node_id": "initech-recruiter01.mail.open_thread.18", "t_ms": 0, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.18.png"}, {"node_id": "initech-recruiter01.mail.add_label.19", "t_ms": 0, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.add_label.19.png"}, {"node_id": "initech-recruiter01.mail.open_thread.20", "t_ms": 0, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.20.png"}, {"node_id": "initech-recruiter01.mail.reply.21", "t_ms": 0, "blob_ref": "screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.reply.21.png"}]}} +{"schema_version": "v2", "trajectory_id": "initech-senior02__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "initech-senior02", "company": "initech", "role_id": "csm.senior", "title": "Customer Success Manager", "env": "macos-web-next", "goal": "INITECH · Customer Success Manager — workday", "tree": {"nodes": [{"node_id": "initech-senior02.calendar.open_view.0", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "initech-senior02.notion.open_doc.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.306ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 306}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 306}}, {"node_id": "initech-senior02.notion.open_doc.1", "kind": "terminal", "label": "account.open", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/account-notes"}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.1.0.synth.pause.2", "kind": "terminal", "label": "behavior.wait.378ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 378}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 378}}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.1.0", "kind": "terminal", "label": "account.write", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2049/1000", "t_finish_resolved": "2059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "args": {"visible_text": "Ax", "chars": 2, "_typo_step": "typo.write-wrong"}}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.755ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 755}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 755}}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "kind": "terminal", "label": "account.write", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "2059/1000", "t_finish_resolved": "2069/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "args": {"visible_text": "c", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.342ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "2019/1000", "t_finish_resolved": "2029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 342}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 342}}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "kind": "terminal", "label": "account.write", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "2069/1000", "t_finish_resolved": "2079/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "args": {"visible_text": "count notes: reviewed the dashboard, flagged onr", "chars": 48, "_typo_step": "typo.write-wrong"}}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3.synth.pause.5", "kind": "terminal", "label": "behavior.wait.524ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199903/100000"}, "t_start_resolved": "2029/1000", "t_finish_resolved": "2039/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 524}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 524}}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "kind": "terminal", "label": "account.write", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200003/100000"}, "t_start_resolved": "2079/1000", "t_finish_resolved": "2089/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4.synth.pause.6", "kind": "terminal", "label": "behavior.wait.354ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6247/3125"}, "t_start_resolved": "2039/1000", "t_finish_resolved": "2049/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 354}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 354}}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "kind": "terminal", "label": "account.write", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "50001/25000"}, "t_start_resolved": "2089/1000", "t_finish_resolved": "2099/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "args": {"visible_text": " data gap, agreed on a backfill plan. Follow-up doc to circulate by EOD.", "chars": 72, "_typo_step": "typo.tail"}}, {"node_id": "initech-senior02.slack.open_channel.3.synth.pause.7", "kind": "terminal", "label": "behavior.wait.428ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 428}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 428}}, {"node_id": "initech-senior02.slack.open_channel.3", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "initech-senior02.slack.scroll_history.4.synth.pause.8", "kind": "terminal", "label": "behavior.wait.213ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 213}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 213}}, {"node_id": "initech-senior02.slack.scroll_history.4", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "initech-senior02.slack.post_message.5.synth.pause.9", "kind": "terminal", "label": "behavior.wait.400ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 400}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 400}}, {"node_id": "initech-senior02.slack.post_message.5", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "FYI — prod p95 latency is up 12%, investigating.", "chars": 48}}, {"node_id": "initech-senior02.slack.open_channel.6.synth.pause.10", "kind": "terminal", "label": "behavior.wait.359ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 359}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 359}}, {"node_id": "initech-senior02.slack.open_channel.6", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "initech-senior02.slack.scroll_history.7.synth.pause.11", "kind": "terminal", "label": "behavior.wait.321ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 321}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 321}}, {"node_id": "initech-senior02.slack.scroll_history.7", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "initech-senior02.slack.post_message.8.synth.pause.12", "kind": "terminal", "label": "behavior.wait.299ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 299}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 299}}, {"node_id": "initech-senior02.slack.post_message.8", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#launch", "args": {"visible_text": "Reminder — bumoing the version tag after the merge.", "chars": 51, "_typo_committed": true}}, {"node_id": "initech-senior02.slack.open_channel.9.synth.pause.13", "kind": "terminal", "label": "behavior.wait.340ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 340}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 340}}, {"node_id": "initech-senior02.slack.open_channel.9", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "initech-senior02.slack.scroll_history.10.synth.pause.14", "kind": "terminal", "label": "behavior.wait.1299ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1299}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1299}}, {"node_id": "initech-senior02.slack.scroll_history.10", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}, {"node_id": "initech-senior02.slack.post_message.11.synth.pause.15", "kind": "terminal", "label": "behavior.wait.251ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 251}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 251}}, {"node_id": "initech-senior02.slack.post_message.11", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#incident", "args": {"visible_text": "FYI — vendor renewal needs a pricing decision by week 2.", "chars": 56}}, {"node_id": "initech-senior02.wait.pause.12.synth.pause.16", "kind": "terminal", "label": "behavior.wait.400ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 400}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 400}}, {"node_id": "initech-senior02.wait.pause.12", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "initech-senior02.spreadsheet.open_workbook.13.synth.pause.17", "kind": "terminal", "label": "behavior.wait.624ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 624}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 624}}, {"node_id": "initech-senior02.spreadsheet.open_workbook.13", "kind": "terminal", "label": "spreadsheet.open_workbook", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx"}, {"node_id": "initech-senior02.spreadsheet.write_formula.14.synth.pause.18", "kind": "terminal", "label": "behavior.wait.644ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 644}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 644}}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "B14", "args": {"value": "=SUM(B2:B13)", "chars": 12}}, {"node_id": "initech-senior02.spreadsheet.write_formula.15.synth.pause.19", "kind": "terminal", "label": "behavior.wait.378ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 378}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 378}}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "=AVERAGE(C2:C13)", "chars": 16}}, {"node_id": "initech-senior02.spreadsheet.write_formula.16.synth.pause.20", "kind": "terminal", "label": "behavior.wait.610ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 610}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 610}}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "D14", "args": {"value": "=B14*C14", "chars": 8}}, {"node_id": "initech-senior02.spreadsheet.write_formula.17.synth.pause.21", "kind": "terminal", "label": "behavior.wait.636ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 636}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 636}}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "E14", "args": {"value": "=B14/E2-1", "chars": 9}}, {"node_id": "initech-senior02.spreadsheet.write_formula.18.synth.pause.22", "kind": "terminal", "label": "behavior.wait.489ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 489}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 489}}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "=SUMIF(D2:D13,\">=10000\",B2:B13)", "chars": 31}}, {"node_id": "initech-senior02.spreadsheet.write_formula.19.synth.pause.23", "kind": "terminal", "label": "behavior.wait.215ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 215}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 215}}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "G14", "args": {"value": "=CORREL(B2:B13,C2:C13)", "chars": 22}}, {"node_id": "initech-senior02.spreadsheet.save_sheet.20.synth.pause.24", "kind": "terminal", "label": "behavior.wait.305ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 305}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 305}}, {"node_id": "initech-senior02.spreadsheet.save_sheet.20", "kind": "terminal", "label": "spreadsheet.save_sheet", "parent_node_id": "root", "scope": {"stream": "actor:initech-senior02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "initech-senior02.calendar.open_view.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "initech-senior02.notion.open_doc.1", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 292, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 617, "y": 292, "tag": "div", "id": "", "class_name": "list-section-header s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Yesterday", "bbox": {"x": 462, "y": 283, "width": 251, "height": 23}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 601, "y": 243, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 591, "y": 214, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "initech-senior02.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 1, "char_count": 2, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 2, "char_count": 2, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 415, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 415, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 419, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 421, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 422, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 422, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 428, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 428, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 432, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 434, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 435, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 435, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 3, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 5, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 8, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 11, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 16, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 19, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 21, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 23, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 24, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 27, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 28, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 29, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 31, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 33, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 34, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 35, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 36, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 38, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 39, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 40, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 41, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 42, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 44, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 46, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 47, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 48, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 440, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 440, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 444, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 446, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 447, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 447, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 447, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 447, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 453, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 453, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 457, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 459, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 460, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 460, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 28 - Week 3 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 68% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 6, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 9, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 12, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 13, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 16, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 23, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 25, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 26, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 27, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 28, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 29, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 30, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 32, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 33, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 36, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 38, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 40, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 41, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 42, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 43, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 44, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 45, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 46, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 48, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 49, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 50, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 52, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 53, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 55, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 56, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 57, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 58, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 59, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 60, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 61, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 62, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 63, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 65, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 66, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 67, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 68, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 69, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 70, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 71, "char_count": 71, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"kind": "script_eval", "control": "mac-bridge-slack", "node_id": "initech-senior02.slack.open_channel.3", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1101, "y": 503, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1101, "y": 503, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1122, "y": 534, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1134, "y": 552, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1138, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1138, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1121, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1121, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1109, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1101, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1099, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1099, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 2, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 3, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 7, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 9, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 12, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "9", "char_index": 13, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 14, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 22, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 28, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 30, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 31, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 32, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 33, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 36, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 37, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 39, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 42, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 44, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 45, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 47, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 48, "char_count": 48, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-senior02.slack.post_message.5", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-senior02.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1116, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1116, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1136, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1138, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1138, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1121, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1121, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1109, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1101, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1099, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1099, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 1, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 3, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 10, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 12, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 17, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 18, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 24, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 26, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 27, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 28, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 32, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 33, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 34, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 37, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 38, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 42, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 43, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 46, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 49, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 51, "char_count": 51, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "initech-senior02.slack.post_message.8", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "initech-senior02.slack.scroll_history.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1116, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1116, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.slack.scroll_history.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.slack.scroll_history.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1136, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.slack.scroll_history.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1138, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.slack.scroll_history.10", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1138, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 1138, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1121, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1121, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 848, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1109, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1101, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1099, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1099, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 1099, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 2, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 3, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 7, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 18, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 19, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 20, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 25, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 26, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 28, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 30, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 31, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 32, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 33, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 36, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 38, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 40, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 42, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 43, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 44, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 47, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 48, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 50, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 51, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 53, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 55, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 56, "char_count": 56, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "initech-senior02.slack.post_message.11", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 62, "t_ms": 1660}, {"kind": "script_eval", "control": "mac-bridge-numbers", "node_id": "initech-senior02.spreadsheet.open_workbook.13", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-senior02.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 876, "y": 507, "move_frame": 1, "move_frames": 4, "control": "num-focus", "hit_test": {"validated": true, "x": 876, "y": 507, "tag": "td", "id": "", "class_name": "cell s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 797, "y": 504, "width": 80, "height": 22}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-senior02.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 298, "move_frame": 2, "move_frames": 4, "control": "num-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "initech-senior02.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 173, "move_frame": 3, "move_frames": 4, "control": "num-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "initech-senior02.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 590, "y": 131, "move_frame": 4, "move_frames": 4, "control": "num-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "initech-senior02.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 2, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 3, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 4, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 6, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "G", "char_index": 7, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 8, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 9, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 10, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 11, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 13, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 14, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 15, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 16, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 6, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 7, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 8, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 9, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 11, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 12, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 13, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 14, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 15, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 16, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 17, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 18, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 19, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 20, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 21, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 22, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 23, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 24, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 25, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 26, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 27, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 28, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 29, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 32, "t_ms": 740}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 30, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 33, "t_ms": 760}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 31, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 34, "t_ms": 780}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 35, "t_ms": 800}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "initech-senior02.spreadsheet.save_sheet.20", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Meta+s", "control": "num-save", "validated": false, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/account-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Ax"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "c"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "count notes: reviewed the dashboard, flagged onr"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "e"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "data gap, agreed on a backfill plan. Follow-up doc to circulate by EOD."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "FYI — prod p95 latency is up 12%, investigating."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Reminder — bumoing the version tag after the merge."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "FYI — vendor renewal needs a pricing decision by week 2."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "workbook.opened", "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove macos-web-next/numbers.open_workbook.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "B14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=SUM(B2:B13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=AVERAGE(C2:C13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "D14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=B14*C14"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "E14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=B14/E2-1"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=SUMIF(D2:D13,\">=10000\",B2:B13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "G14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=CORREL(B2:B13,C2:C13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove macos-web-next/numbers.save_sheet.", "error": null}], "alignment": [{"node_id": "initech-senior02.calendar.open_view.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "initech-senior02.notion.open_doc.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.1.0", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54]}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77]}, {"node_id": "initech-senior02.slack.open_channel.3", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "initech-senior02.slack.scroll_history.4", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-senior02.slack.post_message.5", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54]}, {"node_id": "initech-senior02.slack.open_channel.6", "observation_index": 10, "input_event_ordinals": []}, {"node_id": "initech-senior02.slack.scroll_history.7", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-senior02.slack.post_message.8", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57]}, {"node_id": "initech-senior02.slack.open_channel.9", "observation_index": 13, "input_event_ordinals": []}, {"node_id": "initech-senior02.slack.scroll_history.10", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-senior02.slack.post_message.11", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62]}, {"node_id": "initech-senior02.spreadsheet.open_workbook.13", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "initech-senior02.spreadsheet.save_sheet.20", "observation_index": 23, "input_event_ordinals": [1]}]}, "media": {"video": "videos/initech-senior02__macos-web-next.webm", "frames": [{"node_id": "initech-senior02.calendar.open_view.0", "t_ms": 0, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.calendar.open_view.0.png"}, {"node_id": "initech-senior02.notion.open_doc.1", "t_ms": 320, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.notion.open_doc.1.png"}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.1.0", "t_ms": 180, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.1.0.png"}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.2.1", "t_ms": 240, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.2.1.png"}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.3.2", "t_ms": 1500, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.3.2.png"}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.4.3", "t_ms": 240, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.4.3.png"}, {"node_id": "initech-senior02.notion.insert_text.2.synth.typo.5.4", "t_ms": 2000, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.5.4.png"}, {"node_id": "initech-senior02.slack.open_channel.3", "t_ms": 0, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.slack.open_channel.3.png"}, {"node_id": "initech-senior02.slack.scroll_history.4", "t_ms": 200, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.4.png"}, {"node_id": "initech-senior02.slack.post_message.5", "t_ms": 1500, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.5.png"}, {"node_id": "initech-senior02.slack.scroll_history.7", "t_ms": 200, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.7.png"}, {"node_id": "initech-senior02.slack.post_message.8", "t_ms": 1560, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.8.png"}, {"node_id": "initech-senior02.slack.scroll_history.10", "t_ms": 200, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.10.png"}, {"node_id": "initech-senior02.slack.post_message.11", "t_ms": 1660, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.11.png"}, {"node_id": "initech-senior02.spreadsheet.open_workbook.13", "t_ms": 220, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.open_workbook.13.png"}, {"node_id": "initech-senior02.spreadsheet.write_formula.14", "t_ms": 420, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.14.png"}, {"node_id": "initech-senior02.spreadsheet.write_formula.15", "t_ms": 500, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.15.png"}, {"node_id": "initech-senior02.spreadsheet.write_formula.16", "t_ms": 340, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.16.png"}, {"node_id": "initech-senior02.spreadsheet.write_formula.17", "t_ms": 360, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.17.png"}, {"node_id": "initech-senior02.spreadsheet.write_formula.18", "t_ms": 800, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.18.png"}, {"node_id": "initech-senior02.spreadsheet.write_formula.19", "t_ms": 620, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.19.png"}, {"node_id": "initech-senior02.spreadsheet.save_sheet.20", "t_ms": 0, "blob_ref": "screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.save_sheet.20.png"}]}} +{"schema_version": "v2", "trajectory_id": "initech-bdr03__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "initech-bdr03", "company": "initech", "role_id": "sales.bdr", "title": "BDR", "env": "windows-web-next", "goal": "INITECH · BDR — workday", "tree": {"nodes": [{"node_id": "initech-bdr03.mail.open_inbox.0", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "initech-bdr03.mail.open_thread.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.452ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 452}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 452}}, {"node_id": "initech-bdr03.mail.open_thread.1", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "initech-bdr03.mail.add_label.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.315ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 315}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 315}}, {"node_id": "initech-bdr03.mail.add_label.2", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-0"}, {"node_id": "initech-bdr03.mail.open_thread.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.219ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 219}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 219}}, {"node_id": "initech-bdr03.mail.open_thread.3", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "initech-bdr03.mail.reply.4.synth.typo.1.0.synth.pause.4", "kind": "terminal", "label": "behavior.wait.308ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 308}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 308}}, {"node_id": "initech-bdr03.mail.reply.4.synth.typo.1.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4029/1000", "t_finish_resolved": "4039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-1", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "Sharing the latest forw", "chars": 23, "_typo_step": "typo.write-wrong"}}, {"node_id": "initech-bdr03.mail.reply.4.synth.typo.2.1.synth.pause.5", "kind": "terminal", "label": "behavior.wait.253ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "399901/100000"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 253}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 253}}, {"node_id": "initech-bdr03.mail.reply.4.synth.typo.2.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "400001/100000"}, "t_start_resolved": "4039/1000", "t_finish_resolved": "4049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-1", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "initech-bdr03.mail.reply.4.synth.typo.3.2.synth.pause.6", "kind": "terminal", "label": "behavior.wait.146ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199951/50000"}, "t_start_resolved": "4019/1000", "t_finish_resolved": "4029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 146}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 146}}, {"node_id": "initech-bdr03.mail.reply.4.synth.typo.3.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/50000"}, "t_start_resolved": "4049/1000", "t_finish_resolved": "4059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-1", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "cast model with the sensitivity analysis. The downside case still clears plan; the swing factor is EU renewal timing.", "chars": 117, "_typo_step": "typo.tail"}}, {"node_id": "initech-bdr03.mail.open_thread.5.synth.pause.7", "kind": "terminal", "label": "behavior.wait.657ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 657}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 657}}, {"node_id": "initech-bdr03.mail.open_thread.5", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "initech-bdr03.mail.archive.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.324ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 324}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 324}}, {"node_id": "initech-bdr03.mail.archive.6", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-2"}, {"node_id": "initech-bdr03.mail.open_thread.7.synth.pause.9", "kind": "terminal", "label": "behavior.wait.110ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 110}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 110}}, {"node_id": "initech-bdr03.mail.open_thread.7", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "initech-bdr03.mail.add_label.8.synth.pause.10", "kind": "terminal", "label": "behavior.wait.264ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 264}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 264}}, {"node_id": "initech-bdr03.mail.add_label.8", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-3"}, {"node_id": "initech-bdr03.mail.open_thread.9.synth.pause.11", "kind": "terminal", "label": "behavior.wait.222ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 222}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 222}}, {"node_id": "initech-bdr03.mail.open_thread.9", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-4"}, {"node_id": "initech-bdr03.mail.archive.10.synth.pause.12", "kind": "terminal", "label": "behavior.wait.269ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 269}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 269}}, {"node_id": "initech-bdr03.mail.archive.10", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-4"}, {"node_id": "initech-bdr03.mail.open_inbox.11.synth.pause.13", "kind": "terminal", "label": "behavior.wait.270ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 270}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 270}}, {"node_id": "initech-bdr03.mail.open_inbox.11", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "initech-bdr03.mail.open_thread.12.synth.pause.14", "kind": "terminal", "label": "behavior.wait.408ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 408}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 408}}, {"node_id": "initech-bdr03.mail.open_thread.12", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "initech-bdr03.mail.reply.13.synth.pause.15", "kind": "terminal", "label": "behavior.wait.229ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 229}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 229}}, {"node_id": "initech-bdr03.mail.reply.13", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: vendor renewal", "visible_text": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still needs to narrow to direct damages before we sign.", "chars": 130}}, {"node_id": "initech-bdr03.mail.open_thread.14.synth.pause.16", "kind": "terminal", "label": "behavior.wait.472ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 472}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 472}}, {"node_id": "initech-bdr03.mail.open_thread.14", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "initech-bdr03.mail.add_label.15.synth.pause.17", "kind": "terminal", "label": "behavior.wait.398ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 398}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 398}}, {"node_id": "initech-bdr03.mail.add_label.15", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-1"}, {"node_id": "initech-bdr03.mail.open_thread.16.synth.pause.18", "kind": "terminal", "label": "behavior.wait.254ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 254}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 254}}, {"node_id": "initech-bdr03.mail.open_thread.16", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "initech-bdr03.mail.archive.17.synth.pause.19", "kind": "terminal", "label": "behavior.wait.379ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 379}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 379}}, {"node_id": "initech-bdr03.mail.archive.17", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-2"}, {"node_id": "initech-bdr03.wait.pause.18.synth.pause.20", "kind": "terminal", "label": "behavior.wait.422ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 422}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 422}}, {"node_id": "initech-bdr03.wait.pause.18", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "initech-bdr03.calendar.open_view.19.synth.pause.21", "kind": "terminal", "label": "behavior.wait.403ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 403}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 403}}, {"node_id": "initech-bdr03.calendar.open_view.19", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "initech-bdr03.notion.open_doc.20.synth.pause.22", "kind": "terminal", "label": "behavior.wait.140ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 140}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 140}}, {"node_id": "initech-bdr03.notion.open_doc.20", "kind": "terminal", "label": "notion.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "sales/discovery-notes-acme"}, {"node_id": "initech-bdr03.notion.insert_text.21.synth.pause.23", "kind": "terminal", "label": "behavior.wait.361ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 361}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 361}}, {"node_id": "initech-bdr03.notion.insert_text.21", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:initech-bdr03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "Pain: no SSO, blocking their security review. Budget: $120k ARR if SSO ships this quarter. Champion: IT director. Next step: SSO timeline.", "chars": 138}}]}, "trajectory": {"input_events": [{"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:32 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "initech-bdr03.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail 8:32 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 640, "y": 838, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 640, "y": 838, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail New mail Inbox 2 Sta", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 859, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Calendar", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "initech-bdr03.calendar.open_view.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail New mail Inbox 2 Sta", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 629, "y": 838, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 629, "y": 838, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 838, "width": 680, "height": 10}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 565, "y": 859, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 526, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 749, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 5, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 20, "t_ms": 1340}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 21, "t_ms": 1460}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1580}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 23, "t_ms": 1700}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 24, "t_ms": 1820}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 600, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 594, "y": 600, "tag": "div", "id": "", "class_name": "status-bar s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Words: 49 Characters: 290 100%", "bbox": {"x": 9, "y": 581, "width": 848, "height": 26}}, "validated": true, "ordinal": 25, "t_ms": 1880}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 451, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 26, "t_ms": 2000}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 451, "y": 362, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 27, "t_ms": 2120}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 433, "y": 332, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 433, "y": 332, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 117, "y": 316, "width": 656, "height": 22}}, "validated": true, "ordinal": 28, "t_ms": 2240}, {"node_id": "initech-bdr03.notion.open_doc.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 433, "y": 332, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 433, "y": 332, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 117, "y": 316, "width": 656, "height": 22}}, "validated": true, "ordinal": 29, "t_ms": 2360}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 433, "y": 332, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 433, "y": 332, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 117, "y": 316, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 8, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 10, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 11, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 12, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 13, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 15, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 18, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 19, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 21, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 22, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 25, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 30, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 32, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 33, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 34, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 37, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 41, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 44, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 45, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 47, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 48, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 49, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 50, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 51, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 52, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 53, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "$", "char_index": 55, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 56, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 57, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 58, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 59, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 60, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 61, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 62, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 63, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 65, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 66, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 67, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 68, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 69, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 70, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 71, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 72, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 73, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 74, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 75, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 76, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 77, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 78, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 79, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1680}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 80, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1700}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 81, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1720}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 82, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1740}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 83, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1760}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 84, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1780}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 85, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1800}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 86, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 1820}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 87, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 1840}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 88, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 1860}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 89, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 1880}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 90, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 1900}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 1920}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 92, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 1940}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 93, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 1960}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 94, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 1980}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 95, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 2000}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 96, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 2020}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 97, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2040}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 98, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2060}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 99, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2080}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 100, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2100}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 101, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2120}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 102, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2140}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 103, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2160}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 104, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2180}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 105, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2200}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 106, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2220}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 107, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2240}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 108, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 2260}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 109, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 111, "t_ms": 2280}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 110, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 112, "t_ms": 2300}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 111, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 113, "t_ms": 2320}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 112, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 114, "t_ms": 2340}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 113, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 115, "t_ms": 2360}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 114, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 116, "t_ms": 2380}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 115, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 117, "t_ms": 2400}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 116, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 118, "t_ms": 2420}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 117, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 119, "t_ms": 2440}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 118, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 120, "t_ms": 2460}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 119, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 121, "t_ms": 2480}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 120, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 122, "t_ms": 2500}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 121, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 123, "t_ms": 2520}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 122, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 124, "t_ms": 2540}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 123, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 125, "t_ms": 2560}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 124, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 126, "t_ms": 2580}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 125, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 127, "t_ms": 2600}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 126, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 128, "t_ms": 2620}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 127, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 129, "t_ms": 2640}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 128, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 130, "t_ms": 2660}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 129, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 131, "t_ms": 2680}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 130, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 132, "t_ms": 2700}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 131, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 133, "t_ms": 2720}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 132, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 134, "t_ms": 2740}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 133, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 135, "t_ms": 2760}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 134, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 136, "t_ms": 2780}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 135, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 137, "t_ms": 2800}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 136, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 138, "t_ms": 2820}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 137, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 139, "t_ms": 2840}, {"node_id": "initech-bdr03.notion.insert_text.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 138, "char_count": 138, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 140, "t_ms": 2860}], "observations": [{"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove windows-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Sharing the latest forw"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "cast model with the sensitivity analysis. The downside case still clears plan; the swing factor is EU renewal timing."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove windows-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove windows-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still needs to narrow to direct damages before we sign."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.archive.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove windows-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "sales/discovery-notes-acme"}, "observation": "Low-level replay drove windows-web-next/wordpad.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "Pain: no SSO, blocking their security review. Budget: $120k ARR if SSO ships this quarter. Champion: IT director. Next step: SSO timeline."}, "observation": "Low-level replay drove windows-web-next/wordpad.insert_text.", "error": null}], "alignment": [{"node_id": "initech-bdr03.mail.open_inbox.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, {"node_id": "initech-bdr03.mail.open_thread.1", "observation_index": 1, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.add_label.2", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.open_thread.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.reply.4.synth.typo.1.0", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.reply.4.synth.typo.2.1", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.reply.4.synth.typo.3.2", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.open_thread.5", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.archive.6", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.open_thread.7", "observation_index": 9, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.add_label.8", "observation_index": 10, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.open_thread.9", "observation_index": 11, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.archive.10", "observation_index": 12, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.open_inbox.11", "observation_index": 13, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.open_thread.12", "observation_index": 14, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.reply.13", "observation_index": 15, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.open_thread.14", "observation_index": 16, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.add_label.15", "observation_index": 17, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.open_thread.16", "observation_index": 18, "input_event_ordinals": []}, {"node_id": "initech-bdr03.mail.archive.17", "observation_index": 19, "input_event_ordinals": []}, {"node_id": "initech-bdr03.calendar.open_view.19", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "initech-bdr03.notion.open_doc.20", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, {"node_id": "initech-bdr03.notion.insert_text.21", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140]}]}, "media": {"video": "videos/initech-bdr03__windows-web-next.webm", "frames": [{"node_id": "initech-bdr03.mail.open_inbox.0", "t_ms": 480, "blob_ref": "screenshots/initech-bdr03__windows-web-next/initech-bdr03.mail.open_inbox.0.png"}, {"node_id": "initech-bdr03.calendar.open_view.19", "t_ms": 560, "blob_ref": "screenshots/initech-bdr03__windows-web-next/initech-bdr03.calendar.open_view.19.png"}, {"node_id": "initech-bdr03.notion.open_doc.20", "t_ms": 640, "blob_ref": "screenshots/initech-bdr03__windows-web-next/initech-bdr03.notion.open_doc.20.png"}, {"node_id": "initech-bdr03.notion.insert_text.21", "t_ms": 2860, "blob_ref": "screenshots/initech-bdr03__windows-web-next/initech-bdr03.notion.insert_text.21.png"}]}} +{"schema_version": "v2", "trajectory_id": "initech-coo04__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "initech-coo04", "company": "initech", "role_id": "exec.coo", "title": "COO", "env": "macos-web-next", "goal": "INITECH · COO — workday", "tree": {"nodes": [{"node_id": "initech-coo04.slack.open_channel.0", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "initech-coo04.slack.scroll_history.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.219ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 219}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 219}}, {"node_id": "initech-coo04.slack.scroll_history.1", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "initech-coo04.slack.post_message.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.4298ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 4298}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4298}}, {"node_id": "initech-coo04.slack.post_message.2", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "Pushed the hotfix — can someone re-run CI on the checkout branch.", "chars": 65}}, {"node_id": "initech-coo04.slack.open_channel.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.135ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 135}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 135}}, {"node_id": "initech-coo04.slack.open_channel.3", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "initech-coo04.slack.scroll_history.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.563ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 563}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 563}}, {"node_id": "initech-coo04.slack.scroll_history.4", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "initech-coo04.slack.post_message.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.218ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 218}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 218}}, {"node_id": "initech-coo04.slack.post_message.5", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#launch", "args": {"visible_text": "Heads up — support flsgged a eecurring session-expiry bug.", "chars": 58, "_typo_committed": true}}, {"node_id": "initech-coo04.slack.open_channel.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.240ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 240}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 240}}, {"node_id": "initech-coo04.slack.open_channel.6", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "initech-coo04.slack.scroll_history.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.372ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 372}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 372}}, {"node_id": "initech-coo04.slack.scroll_history.7", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "initech-coo04.slack.post_message.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.8543ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 8543}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 8543}}, {"node_id": "initech-coo04.slack.post_message.8", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Status — rolling the canary to 25% now.", "chars": 39}}, {"node_id": "initech-coo04.calendar.open_view.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.203ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 203}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 203}}, {"node_id": "initech-coo04.calendar.open_view.9", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "initech-coo04.notion.open_doc.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.138ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 138}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 138}}, {"node_id": "initech-coo04.notion.open_doc.10", "kind": "terminal", "label": "exec.open", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/exec-notes"}, {"node_id": "initech-coo04.notion.insert_text.11.synth.pause.11", "kind": "terminal", "label": "behavior.wait.151ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 151}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 151}}, {"node_id": "initech-coo04.notion.insert_text.11", "kind": "terminal", "label": "exec.write", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "args": {"visible_text": "Exec notes: agreed scope and owners; follow up in slack with the rollout date.", "chars": 78}}, {"node_id": "initech-coo04.wait.pause.12.synth.pause.12", "kind": "terminal", "label": "behavior.wait.168ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 168}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 168}}, {"node_id": "initech-coo04.wait.pause.12", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "initech-coo04.spreadsheet.open_workbook.13.synth.pause.13", "kind": "terminal", "label": "behavior.wait.355ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 355}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 355}}, {"node_id": "initech-coo04.spreadsheet.open_workbook.13", "kind": "terminal", "label": "spreadsheet.open_workbook", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx"}, {"node_id": "initech-coo04.spreadsheet.write_formula.14.synth.pause.14", "kind": "terminal", "label": "behavior.wait.167ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 167}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 167}}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "B14", "args": {"value": "=SUM(B2:B13)", "chars": 12}}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0.synth.pause.15", "kind": "terminal", "label": "behavior.wait.204ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 204}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 204}}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15029/1000", "t_finish_resolved": "15039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "=AVERAGE(C2:X", "chars": 13, "_typo_step": "typo.write-wrong"}}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1.synth.pause.16", "kind": "terminal", "label": "behavior.wait.643ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1499901/100000"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 643}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 643}}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1500001/100000"}, "t_start_resolved": "15039/1000", "t_finish_resolved": "15049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "C", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2.synth.pause.17", "kind": "terminal", "label": "behavior.wait.260ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749951/50000"}, "t_start_resolved": "15019/1000", "t_finish_resolved": "15029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 260}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 260}}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "750001/50000"}, "t_start_resolved": "15049/1000", "t_finish_resolved": "15059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "13)", "chars": 3, "_typo_step": "typo.tail"}}, {"node_id": "initech-coo04.spreadsheet.write_formula.16.synth.pause.18", "kind": "terminal", "label": "behavior.wait.428ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 428}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 428}}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "D14", "args": {"value": "=B14*C14", "chars": 8}}, {"node_id": "initech-coo04.spreadsheet.write_formula.17.synth.pause.19", "kind": "terminal", "label": "behavior.wait.234ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 234}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 234}}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "E14", "args": {"value": "=B14/E2-1", "chars": 9}}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0.synth.pause.20", "kind": "terminal", "label": "behavior.wait.202ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "1800801/100000", "t_finish_resolved": "1801801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 202}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 202}}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "1804801/100000", "t_finish_resolved": "1805801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "=SUMO", "chars": 5, "_typo_step": "typo.write-wrong"}}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1.synth.pause.21", "kind": "terminal", "label": "behavior.wait.249ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1799801/100000"}, "t_start_resolved": "1799801/100000", "t_finish_resolved": "1800801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 249}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 249}}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1799901/100000"}, "t_start_resolved": "1801801/100000", "t_finish_resolved": "1802801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.pause.22", "kind": "terminal", "label": "behavior.wait.321ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1799901/100000"}, "t_start_resolved": "1802801/100000", "t_finish_resolved": "1803801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 321}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 321}}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1800001/100000"}, "t_start_resolved": "1805801/100000", "t_finish_resolved": "1806801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "I", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2.synth.pause.23", "kind": "terminal", "label": "behavior.wait.1096ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899951/50000"}, "t_start_resolved": "1803801/100000", "t_finish_resolved": "1804801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1096}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1096}}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "900001/50000"}, "t_start_resolved": "1806801/100000", "t_finish_resolved": "1807801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "F(D2:D13,\">=10000\",B2:B13)", "chars": 26, "_typo_step": "typo.tail"}}, {"node_id": "initech-coo04.spreadsheet.write_formula.19.synth.pause.24", "kind": "terminal", "label": "behavior.wait.252ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 252}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 252}}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "G14", "args": {"value": "=CORREL(B2:B13,C2:C13)", "chars": 22}}, {"node_id": "initech-coo04.spreadsheet.save_sheet.20.synth.pause.25", "kind": "terminal", "label": "behavior.wait.175ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 175}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 175}}, {"node_id": "initech-coo04.spreadsheet.save_sheet.20", "kind": "terminal", "label": "spreadsheet.save_sheet", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx"}, {"node_id": "mkt.initech.launch", "kind": "terminal", "label": "mkt.initech.launch", "parent_node_id": "root", "scope": {"stream": "actor:initech-coo04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "892"}, "t_start_resolved": "892", "t_finish_resolved": "89201/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#market", "args": {"visible_text": "INITECH just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today.", "chars": 96}}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-slack", "node_id": "initech-coo04.slack.open_channel.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-coo04.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 597, "y": 447, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 597, "y": 447, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 566, "y": 508, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-coo04.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 546, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-coo04.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-coo04.slack.scroll_history.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 22, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 23, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 27, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 35, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 36, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 37, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 38, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 40, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 41, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 43, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 46, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 47, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 50, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 51, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 53, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 54, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 55, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 56, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 57, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 59, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 60, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 61, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 62, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 63, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 64, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 65, "char_count": 65, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "initech-coo04.slack.post_message.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "initech-coo04.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 520, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 520, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 532, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-coo04.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-coo04.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-coo04.slack.scroll_history.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 1, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 10, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 12, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 14, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 15, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 20, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 21, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 22, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 23, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 24, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 28, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 32, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 33, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 34, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 37, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 38, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 40, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 42, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 43, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 44, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 45, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 47, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 49, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 50, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 52, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 53, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 55, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 56, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 57, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 58, "char_count": 58, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "initech-coo04.slack.post_message.5", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "initech-coo04.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 520, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 520, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 532, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-coo04.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-coo04.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-coo04.slack.scroll_history.7", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 5, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 8, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 10, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 12, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 13, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 16, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 19, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 22, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 26, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 27, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 32, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 33, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 34, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 36, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 38, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 39, "char_count": 39, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-coo04.slack.post_message.8", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 45, "t_ms": 1320}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "initech-coo04.calendar.open_view.9", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-coo04.calendar.open_view.9", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "initech-coo04.notion.open_doc.10", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 539, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 540, "y": 539, "tag": "button", "id": "", "class_name": "note-card s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Q1 OKR Planning Saturday Objectives & Key Results - Q1 2024Objective 1: Improve Platform Reliability- KR1", "bbox": {"x": 462, "y": 539, "width": 251, "height": 51}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 567, "y": 353, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 583, "y": 241, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 59% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 59% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "initech-coo04.notion.open_doc.10", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 59% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 23 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 59% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 1, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 2, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 14, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 18, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 20, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 23, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 26, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 28, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 31, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 32, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 34, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 36, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 38, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 40, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 41, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 42, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 43, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 45, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 46, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 49, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 52, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 53, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 54, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 55, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 57, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 58, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 60, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 62, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 63, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 64, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 65, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 66, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 67, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 68, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 69, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 70, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 71, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 72, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 73, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 74, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 75, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 76, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "initech-coo04.notion.insert_text.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 78, "char_count": 78, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"kind": "script_eval", "control": "mac-bridge-numbers", "node_id": "initech-coo04.spreadsheet.open_workbook.13", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 862, "y": 287, "move_frame": 1, "move_frames": 4, "control": "num-focus", "hit_test": {"validated": true, "x": 862, "y": 287, "tag": "td", "id": "", "class_name": "cell s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 797, "y": 284, "width": 80, "height": 22}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 711, "y": 200, "move_frame": 2, "move_frames": 4, "control": "num-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 620, "y": 148, "move_frame": 3, "move_frames": 4, "control": "num-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "initech-coo04.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 590, "y": 131, "move_frame": 4, "move_frames": 4, "control": "num-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "initech-coo04.spreadsheet.open_workbook.13", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 2, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 3, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 4, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 6, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "G", "char_index": 7, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 8, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 9, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 10, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 11, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "X", "char_index": 13, "char_count": 13, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 2, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 3, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 4, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 6, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 8, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 9, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 10, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 11, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 12, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 14, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 15, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 16, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 17, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 18, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 19, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 20, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 21, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 22, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 23, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 24, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 25, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 26, "char_count": 26, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "initech-coo04.spreadsheet.save_sheet.20", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Meta+s", "control": "num-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-slack", "node_id": "mkt.initech.launch", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 552, "y": 424, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 552, "y": 424, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 633, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 508, "y": 758, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 1, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 2, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 3, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 4, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 5, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 6, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 7, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 9, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 11, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 12, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 14, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 17, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 20, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 22, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 23, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 25, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 26, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 27, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 28, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 31, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 32, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 34, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 36, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 38, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 39, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 41, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 42, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 44, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 45, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 46, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 49, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 50, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 53, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 54, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 55, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 56, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 58, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 60, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 61, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 62, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 63, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 64, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 65, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 66, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 67, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 68, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 69, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 70, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 71, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 72, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 73, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 74, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 80, "t_ms": 2060}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 75, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 81, "t_ms": 2080}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 82, "t_ms": 2100}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 77, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 83, "t_ms": 2120}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 78, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 84, "t_ms": 2140}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 79, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 85, "t_ms": 2160}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 80, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 86, "t_ms": 2180}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 81, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 87, "t_ms": 2200}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 82, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 88, "t_ms": 2220}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 83, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 89, "t_ms": 2240}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 84, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 90, "t_ms": 2260}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 85, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 91, "t_ms": 2280}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 86, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 92, "t_ms": 2300}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 93, "t_ms": 2320}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 88, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 94, "t_ms": 2340}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 89, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 95, "t_ms": 2360}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 90, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 96, "t_ms": 2380}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 91, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 97, "t_ms": 2400}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 92, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 98, "t_ms": 2420}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 93, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 99, "t_ms": 2440}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 94, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 100, "t_ms": 2460}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 95, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 101, "t_ms": 2480}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 96, "char_count": 96, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 102, "t_ms": 2500}, {"node_id": "mkt.initech.launch", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 103, "t_ms": 2520}], "observations": [{"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Pushed the hotfix — can someone re-run CI on the checkout branch."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Heads up — support flsgged a eecurring session-expiry bug."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Status — rolling the canary to 25% now."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/exec-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/exec-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Exec notes: agreed scope and owners; follow up in slack with the rollout date."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "workbook.opened", "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove macos-web-next/numbers.open_workbook.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "B14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=SUM(B2:B13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=AVERAGE(C2:X"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "C"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "D14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=B14*C14"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "E14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=B14/E2-1"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=SUMO"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "cell"}, "observation": "Low-level replay drove macos-web-next/numbers.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "I"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "F(D2:D13,\">=10000\",B2:B13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "G14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=CORREL(B2:B13,C2:C13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove macos-web-next/numbers.save_sheet.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#market", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "INITECH just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}], "alignment": [{"node_id": "initech-coo04.slack.open_channel.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "initech-coo04.slack.scroll_history.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-coo04.slack.post_message.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71]}, {"node_id": "initech-coo04.slack.open_channel.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "initech-coo04.slack.scroll_history.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-coo04.slack.post_message.5", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64]}, {"node_id": "initech-coo04.slack.open_channel.6", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "initech-coo04.slack.scroll_history.7", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-coo04.slack.post_message.8", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, {"node_id": "initech-coo04.calendar.open_view.9", "observation_index": 9, "input_event_ordinals": [1, 2]}, {"node_id": "initech-coo04.notion.open_doc.10", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "initech-coo04.notion.insert_text.11", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80]}, {"node_id": "initech-coo04.spreadsheet.open_workbook.13", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9]}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "observation_index": 23, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "initech-coo04.spreadsheet.save_sheet.20", "observation_index": 24, "input_event_ordinals": [1]}, {"node_id": "mkt.initech.launch", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103]}]}, "media": {"video": "videos/initech-coo04__macos-web-next.webm", "frames": [{"node_id": "initech-coo04.slack.open_channel.0", "t_ms": 0, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.slack.open_channel.0.png"}, {"node_id": "initech-coo04.slack.scroll_history.1", "t_ms": 420, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.1.png"}, {"node_id": "initech-coo04.slack.post_message.2", "t_ms": 1880, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.2.png"}, {"node_id": "initech-coo04.slack.scroll_history.4", "t_ms": 420, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.4.png"}, {"node_id": "initech-coo04.slack.post_message.5", "t_ms": 1740, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.5.png"}, {"node_id": "initech-coo04.slack.scroll_history.7", "t_ms": 420, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.7.png"}, {"node_id": "initech-coo04.slack.post_message.8", "t_ms": 1360, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.8.png"}, {"node_id": "initech-coo04.calendar.open_view.9", "t_ms": 60, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.calendar.open_view.9.png"}, {"node_id": "initech-coo04.notion.open_doc.10", "t_ms": 680, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.notion.open_doc.10.png"}, {"node_id": "initech-coo04.notion.insert_text.11", "t_ms": 2060, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.notion.insert_text.11.png"}, {"node_id": "initech-coo04.spreadsheet.open_workbook.13", "t_ms": 540, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.open_workbook.13.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.14", "t_ms": 780, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.14.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0", "t_ms": 800, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1", "t_ms": 420, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2", "t_ms": 600, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.16", "t_ms": 700, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.16.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.17", "t_ms": 720, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.17.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0", "t_ms": 640, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1", "t_ms": 420, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1", "t_ms": 420, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2", "t_ms": 1060, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2.png"}, {"node_id": "initech-coo04.spreadsheet.write_formula.19", "t_ms": 980, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.19.png"}, {"node_id": "initech-coo04.spreadsheet.save_sheet.20", "t_ms": 0, "blob_ref": "screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.save_sheet.20.png"}, {"node_id": "mkt.initech.launch", "t_ms": 2520, "blob_ref": "screenshots/initech-coo04__macos-web-next/mkt.initech.launch.png"}]}} +{"schema_version": "v2", "trajectory_id": "initech-admin05__browser-os", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "initech-admin05", "company": "initech", "role_id": "it.admin", "title": "IT Administrator", "env": "browser-os", "goal": "INITECH · IT Administrator — workday", "tree": {"nodes": [{"node_id": "initech-admin05.slack.open_channel.0", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "initech-admin05.slack.scroll_history.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.195ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 195}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 195}}, {"node_id": "initech-admin05.slack.scroll_history.1", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "initech-admin05.slack.open_channel.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.627ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 627}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 627}}, {"node_id": "initech-admin05.slack.open_channel.2", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "initech-admin05.slack.scroll_history.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.399ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 399}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 399}}, {"node_id": "initech-admin05.slack.scroll_history.3", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "initech-admin05.slack.post_message.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.12513ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 12513}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 12513}}, {"node_id": "initech-admin05.slack.post_message.4", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Pushed the hotfix — rolling the canary to 25% now.", "chars": 50}}, {"node_id": "initech-admin05.slack.open_channel.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.291ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 291}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 291}}, {"node_id": "initech-admin05.slack.open_channel.5", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "initech-admin05.slack.scroll_history.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.267ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 267}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 267}}, {"node_id": "initech-admin05.slack.scroll_history.6", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}, {"node_id": "initech-admin05.dashboard.open_dashboard.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.246ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 246}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 246}}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "kind": "terminal", "label": "dashboard.open_dashboard", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health"}, {"node_id": "initech-admin05.dashboard.set_time_range.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.253ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 253}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 253}}, {"node_id": "initech-admin05.dashboard.set_time_range.8", "kind": "terminal", "label": "dashboard.set_time_range", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "set_time_range", "target": "last-24h"}, {"node_id": "initech-admin05.dashboard.drill_into_alert.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.286ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 286}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 286}}, {"node_id": "initech-admin05.dashboard.drill_into_alert.9", "kind": "terminal", "label": "dashboard.drill_into_alert", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95"}, {"node_id": "initech-admin05.browser.extract_quote.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.287ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 287}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 287}}, {"node_id": "initech-admin05.browser.extract_quote.10", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "alert-detail"}, {"node_id": "initech-admin05.wait.pause.11.synth.pause.11", "kind": "terminal", "label": "behavior.wait.613ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 613}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 613}}, {"node_id": "initech-admin05.wait.pause.11", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "initech-admin05.browser.open_url.12.synth.pause.12", "kind": "terminal", "label": "behavior.wait.487ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 487}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 487}}, {"node_id": "initech-admin05.browser.open_url.12", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12019/1000", "t_finish_resolved": "12029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/projects/SUP", "args": {"url": "https://acme.atlassian.net/projects/SUP"}}, {"node_id": "initech-admin05.browser.open_url.12.synth.tab.1.synth.pause.13", "kind": "terminal", "label": "behavior.wait.243ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199901/100000"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 243}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 243}}, {"node_id": "initech-admin05.browser.open_url.12.synth.tab.1", "kind": "terminal", "label": "behavior.tab_switch", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1200001/100000"}, "t_start_resolved": "12029/1000", "t_finish_resolved": "12039/1000"}, "slots": {"behavior": "tab_switch"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://news.ycombinator.com", "args": {"url": "https://news.ycombinator.com", "_synthetic": "tab_switch"}}, {"node_id": "initech-admin05.browser.open_url.13.synth.pause.14", "kind": "terminal", "label": "behavior.wait.514ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 514}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 514}}, {"node_id": "initech-admin05.browser.open_url.13", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1000", "args": {"url": "https://acme.atlassian.net/browse/SUP-1000"}}, {"node_id": "initech-admin05.browser.extract_quote.14.synth.pause.15", "kind": "terminal", "label": "behavior.wait.528ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 528}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 528}}, {"node_id": "initech-admin05.browser.extract_quote.14", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "initech-admin05.browser.open_url.15.synth.pause.16", "kind": "terminal", "label": "behavior.wait.971ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 971}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 971}}, {"node_id": "initech-admin05.browser.open_url.15", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1001", "args": {"url": "https://acme.atlassian.net/browse/SUP-1001"}}, {"node_id": "initech-admin05.browser.extract_quote.16.synth.pause.17", "kind": "terminal", "label": "behavior.wait.394ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 394}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 394}}, {"node_id": "initech-admin05.browser.extract_quote.16", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "initech-admin05.browser.open_url.17.synth.pause.18", "kind": "terminal", "label": "behavior.wait.176ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 176}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 176}}, {"node_id": "initech-admin05.browser.open_url.17", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1002", "args": {"url": "https://acme.atlassian.net/browse/SUP-1002"}}, {"node_id": "initech-admin05.browser.extract_quote.18.synth.pause.19", "kind": "terminal", "label": "behavior.wait.232ms", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 232}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 232}}, {"node_id": "initech-admin05.browser.extract_quote.18", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:initech-admin05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "bo-bridge-messaging-client", "node_id": "initech-admin05.slack.open_channel.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-admin05.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 592, "y": 347, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 592, "y": 347, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 558, "y": 338, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-admin05.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 538, "y": 332, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-admin05.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 531, "y": 330, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-admin05.slack.scroll_history.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 531, "y": 330, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-admin05.slack.scroll_history.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 531, "y": 330, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 514, "y": 412, "move_frame": 1, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 514, "y": 412, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 502, "y": 471, "move_frame": 2, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 495, "y": 506, "move_frame": 3, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 493, "y": 518, "move_frame": 4, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 493, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 299, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 493, "y": 518, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 493, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 299, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 23, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 27, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 33, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 38, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 41, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 43, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 44, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 45, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 47, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 48, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 49, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 50, "char_count": 50, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "initech-admin05.slack.post_message.4", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "initech-admin05.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 436, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 510, "y": 436, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 522, "y": 377, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-admin05.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 529, "y": 342, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-admin05.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 531, "y": 330, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-admin05.slack.scroll_history.6", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 531, "y": 330, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 531, "y": 330, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"kind": "script_eval", "control": "bo-bridge-browser", "node_id": "initech-admin05.dashboard.open_dashboard.7", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 514, "y": 412, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 514, "y": 412, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 281, "y": 174, "width": 500, "height": 312}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 502, "y": 471, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 495, "y": 506, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 493, "y": 518, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 493, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 299, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 493, "y": 518, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 493, "y": 518, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 299, "y": 499, "width": 387, "height": 38}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 2, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 9, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 10, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 13, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "initech-admin05.dashboard.set_time_range.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/last-24h", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.dashboard.drill_into_alert.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/latency-p95", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.browser.extract_quote.10", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 592, "y": 488, "move_frame": 1, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 592, "y": 488, "tag": "form", "id": "", "class_name": "composer", "role": "", "aria_label": "", "title": "", "text": "Send", "bbox": {"x": 281, "y": 486, "width": 500, "height": 63}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.browser.extract_quote.10", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 467, "move_frame": 2, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "initech-admin05.browser.extract_quote.10", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 706, "y": 454, "move_frame": 3, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "initech-admin05.browser.extract_quote.10", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "initech-admin05.browser.extract_quote.10", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "initech-admin05.browser.open_url.12", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/projects/SUP", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.browser.open_url.12.synth.tab.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://news.ycombinator.com", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.browser.open_url.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/browse/SUP-1000", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.browser.extract_quote.14", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.browser.open_url.15", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/browse/SUP-1001", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.browser.extract_quote.16", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.browser.open_url.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/browse/SUP-1002", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "initech-admin05.browser.extract_quote.18", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#engineering"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#engineering"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#design"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#design"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "Pushed the hotfix — rolling the canary to 25% now."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#incident"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#incident"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "app.action", "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "checkout-health"}, "observation": "Low-level replay drove browser-os/browser.open_dashboard.", "error": null}, {"ok": true, "event": "dashboard.range_set", "surface": "dashboard", "action": "set_time_range", "target": "last-24h", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "last-24h"}, "observation": "Low-level replay drove browser-os/browser.set_time_range.", "error": null}, {"ok": true, "event": "dashboard.alert_drilled", "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "latency-p95"}, "observation": "Low-level replay drove browser-os/browser.drill_into_alert.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "alert-detail", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "alert-detail"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/projects/SUP", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/projects/SUP"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://news.ycombinator.com", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://news.ycombinator.com"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1000", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/browse/SUP-1000"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "ticket-body"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1001", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/browse/SUP-1001"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "ticket-body"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1002", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/browse/SUP-1002"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "ticket-body"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}], "alignment": [{"node_id": "initech-admin05.slack.open_channel.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.slack.scroll_history.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-admin05.slack.open_channel.2", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "initech-admin05.slack.scroll_history.3", "observation_index": 3, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.slack.post_message.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56]}, {"node_id": "initech-admin05.slack.open_channel.5", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "initech-admin05.slack.scroll_history.6", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, {"node_id": "initech-admin05.dashboard.set_time_range.8", "observation_index": 8, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.dashboard.drill_into_alert.9", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.browser.extract_quote.10", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "initech-admin05.browser.open_url.12", "observation_index": 11, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.browser.open_url.12.synth.tab.1", "observation_index": 12, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.browser.open_url.13", "observation_index": 13, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.browser.extract_quote.14", "observation_index": 14, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.browser.open_url.15", "observation_index": 15, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.browser.extract_quote.16", "observation_index": 16, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.browser.open_url.17", "observation_index": 17, "input_event_ordinals": [1]}, {"node_id": "initech-admin05.browser.extract_quote.18", "observation_index": 18, "input_event_ordinals": [1]}]}, "media": {"video": "videos/initech-admin05__browser-os.webm", "frames": [{"node_id": "initech-admin05.slack.open_channel.0", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.slack.open_channel.0.png"}, {"node_id": "initech-admin05.slack.scroll_history.1", "t_ms": 480, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.1.png"}, {"node_id": "initech-admin05.slack.scroll_history.3", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.3.png"}, {"node_id": "initech-admin05.slack.post_message.4", "t_ms": 1540, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.slack.post_message.4.png"}, {"node_id": "initech-admin05.slack.scroll_history.6", "t_ms": 480, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.6.png"}, {"node_id": "initech-admin05.dashboard.open_dashboard.7", "t_ms": 880, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.dashboard.open_dashboard.7.png"}, {"node_id": "initech-admin05.dashboard.set_time_range.8", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.dashboard.set_time_range.8.png"}, {"node_id": "initech-admin05.dashboard.drill_into_alert.9", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.dashboard.drill_into_alert.9.png"}, {"node_id": "initech-admin05.browser.extract_quote.10", "t_ms": 480, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.10.png"}, {"node_id": "initech-admin05.browser.open_url.12", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.12.png"}, {"node_id": "initech-admin05.browser.open_url.12.synth.tab.1", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.12.synth.tab.1.png"}, {"node_id": "initech-admin05.browser.open_url.13", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.13.png"}, {"node_id": "initech-admin05.browser.extract_quote.14", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.14.png"}, {"node_id": "initech-admin05.browser.open_url.15", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.15.png"}, {"node_id": "initech-admin05.browser.extract_quote.16", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.16.png"}, {"node_id": "initech-admin05.browser.open_url.17", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.17.png"}, {"node_id": "initech-admin05.browser.extract_quote.18", "t_ms": 0, "blob_ref": "screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.18.png"}]}} +{"schema_version": "v2", "trajectory_id": "umbrella-frontline00__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "umbrella-frontline00", "company": "umbrella", "role_id": "support.frontline", "title": "Frontline Support Rep", "env": "windows-web-next", "goal": "UMBRELLA · Frontline Support Rep — workday", "tree": {"nodes": [{"node_id": "umbrella-frontline00.mail.open_inbox.0", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "umbrella-frontline00.mail.open_thread.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.282ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 282}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 282}}, {"node_id": "umbrella-frontline00.mail.open_thread.1", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.1.0.synth.pause.2", "kind": "terminal", "label": "behavior.wait.160ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 160}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 160}}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.1.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2049/1000", "t_finish_resolved": "2059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Retro invite", "visible_text": "Calendar invite incoming for thr", "chars": 32, "_typo_step": "typo.write-wrong"}}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.2.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.568ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 568}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 568}}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.2.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "2059/1000", "t_finish_resolved": "2069/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Retro invite", "visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.3.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.466ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "2019/1000", "t_finish_resolved": "2029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 466}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 466}}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.3.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "2069/1000", "t_finish_resolved": "2079/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Retro invite", "visible_text": " rollout retro on Tuesday. Bring one thing that went well and one thing we shoi", "chars": 79, "_typo_step": "typo.write-wrong"}}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.4.3.synth.pause.5", "kind": "terminal", "label": "behavior.wait.334ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199903/100000"}, "t_start_resolved": "2029/1000", "t_finish_resolved": "2039/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 334}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 334}}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.4.3", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200003/100000"}, "t_start_resolved": "2079/1000", "t_finish_resolved": "2089/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Retro invite", "visible_text": "u", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.5.4.synth.pause.6", "kind": "terminal", "label": "behavior.wait.728ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6247/3125"}, "t_start_resolved": "2039/1000", "t_finish_resolved": "2049/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 728}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 728}}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.5.4", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "50001/25000"}, "t_start_resolved": "2089/1000", "t_finish_resolved": "2099/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Retro invite", "visible_text": "ld change.", "chars": 10, "_typo_step": "typo.tail"}}, {"node_id": "umbrella-frontline00.mail.open_thread.3.synth.pause.7", "kind": "terminal", "label": "behavior.wait.354ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 354}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 354}}, {"node_id": "umbrella-frontline00.mail.open_thread.3", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "umbrella-frontline00.mail.archive.4.synth.pause.8", "kind": "terminal", "label": "behavior.wait.188ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 188}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 188}}, {"node_id": "umbrella-frontline00.mail.archive.4", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-1"}, {"node_id": "umbrella-frontline00.mail.open_thread.5.synth.pause.9", "kind": "terminal", "label": "behavior.wait.356ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 356}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 356}}, {"node_id": "umbrella-frontline00.mail.open_thread.5", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.6.0.synth.pause.10", "kind": "terminal", "label": "behavior.wait.139ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 139}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 139}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.6.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6089/1000", "t_finish_resolved": "6099/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "Sg", "chars": 2, "_typo_step": "typo.write-wrong"}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.7.1.synth.pause.11", "kind": "terminal", "label": "behavior.wait.417ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599901/100000"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 417}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 417}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.7.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600001/100000"}, "t_start_resolved": "6099/1000", "t_finish_resolved": "6109/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "h", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.8.2.synth.pause.12", "kind": "terminal", "label": "behavior.wait.127ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299951/50000"}, "t_start_resolved": "6019/1000", "t_finish_resolved": "6029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 127}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 127}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.8.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/50000"}, "t_start_resolved": "6109/1000", "t_finish_resolved": "6119/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "arinh", "chars": 5, "_typo_step": "typo.write-wrong"}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.9.3.synth.pause.13", "kind": "terminal", "label": "behavior.wait.434ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599903/100000"}, "t_start_resolved": "6029/1000", "t_finish_resolved": "6039/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 434}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 434}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.9.3", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600003/100000"}, "t_start_resolved": "6119/1000", "t_finish_resolved": "6129/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "g", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.10.4.synth.pause.14", "kind": "terminal", "label": "behavior.wait.166ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18747/3125"}, "t_start_resolved": "6039/1000", "t_finish_resolved": "6049/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 166}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 166}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.10.4", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "150001/25000"}, "t_start_resolved": "6129/1000", "t_finish_resolved": "6139/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": " the latest forecast modw", "chars": 25, "_typo_step": "typo.write-wrong"}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.11.5.synth.pause.15", "kind": "terminal", "label": "behavior.wait.785ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "119981/20000"}, "t_start_resolved": "6049/1000", "t_finish_resolved": "6059/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 785}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 785}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.11.5", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "120001/20000"}, "t_start_resolved": "6139/1000", "t_finish_resolved": "6149/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.12.6.synth.pause.16", "kind": "terminal", "label": "behavior.wait.169ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299953/50000"}, "t_start_resolved": "6059/1000", "t_finish_resolved": "6069/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 169}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 169}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.12.6", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300003/50000"}, "t_start_resolved": "6149/1000", "t_finish_resolved": "6159/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "l with the sensitivity analysis. The downside case still clears plan; the swing factoe", "chars": 86, "_typo_step": "typo.write-wrong"}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.13.7.synth.pause.17", "kind": "terminal", "label": "behavior.wait.842ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599907/100000"}, "t_start_resolved": "6069/1000", "t_finish_resolved": "6079/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 842}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 842}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.13.7", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600007/100000"}, "t_start_resolved": "6159/1000", "t_finish_resolved": "6169/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "r", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.14.8.synth.pause.18", "kind": "terminal", "label": "behavior.wait.738ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "149977/25000"}, "t_start_resolved": "6079/1000", "t_finish_resolved": "6089/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 738}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 738}}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.14.8", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "75001/12500"}, "t_start_resolved": "6169/1000", "t_finish_resolved": "6179/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": " is EU renewal timing.", "chars": 22, "_typo_step": "typo.tail"}}, {"node_id": "umbrella-frontline00.mail.open_thread.7.synth.pause.19", "kind": "terminal", "label": "behavior.wait.384ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 384}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 384}}, {"node_id": "umbrella-frontline00.mail.open_thread.7", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "umbrella-frontline00.mail.archive.8.synth.pause.20", "kind": "terminal", "label": "behavior.wait.87ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 87}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 87}}, {"node_id": "umbrella-frontline00.mail.archive.8", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-3"}, {"node_id": "umbrella-frontline00.browser.open_url.9.synth.pause.21", "kind": "terminal", "label": "behavior.wait.163ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 163}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 163}}, {"node_id": "umbrella-frontline00.browser.open_url.9", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/projects/SUP", "args": {"url": "https://acme.atlassian.net/projects/SUP"}}, {"node_id": "umbrella-frontline00.browser.open_url.10.synth.pause.22", "kind": "terminal", "label": "behavior.wait.119ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 119}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 119}}, {"node_id": "umbrella-frontline00.browser.open_url.10", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1000", "args": {"url": "https://acme.atlassian.net/browse/SUP-1000"}}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.pause.23", "kind": "terminal", "label": "behavior.wait.300ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 300}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 300}}, {"node_id": "umbrella-frontline00.browser.extract_quote.11", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11019/1000", "t_finish_resolved": "11029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1.synth.pause.24", "kind": "terminal", "label": "behavior.wait.507ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099901/100000"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 507}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 507}}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "kind": "terminal", "label": "behavior.tab_switch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100001/100000"}, "t_start_resolved": "11029/1000", "t_finish_resolved": "11039/1000"}, "slots": {"behavior": "tab_switch"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://stackoverflow.com", "args": {"url": "https://stackoverflow.com", "_synthetic": "tab_switch"}}, {"node_id": "umbrella-frontline00.browser.open_url.12.synth.pause.25", "kind": "terminal", "label": "behavior.wait.347ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 347}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 347}}, {"node_id": "umbrella-frontline00.browser.open_url.12", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1001", "args": {"url": "https://acme.atlassian.net/browse/SUP-1001"}}, {"node_id": "umbrella-frontline00.browser.extract_quote.13.synth.pause.26", "kind": "terminal", "label": "behavior.wait.138ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 138}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 138}}, {"node_id": "umbrella-frontline00.browser.extract_quote.13", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "umbrella-frontline00.browser.open_url.14.synth.pause.27", "kind": "terminal", "label": "behavior.wait.540ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 540}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 540}}, {"node_id": "umbrella-frontline00.browser.open_url.14", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1002", "args": {"url": "https://acme.atlassian.net/browse/SUP-1002"}}, {"node_id": "umbrella-frontline00.browser.extract_quote.15.synth.pause.28", "kind": "terminal", "label": "behavior.wait.1300ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1300}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1300}}, {"node_id": "umbrella-frontline00.browser.extract_quote.15", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "umbrella-frontline00.wait.pause.16.synth.pause.29", "kind": "terminal", "label": "behavior.wait.275ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 275}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 275}}, {"node_id": "umbrella-frontline00.wait.pause.16", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "umbrella-frontline00.slack.open_channel.17.synth.pause.30", "kind": "terminal", "label": "behavior.wait.227ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 227}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 227}}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "umbrella-frontline00.slack.scroll_history.18.synth.pause.31", "kind": "terminal", "label": "behavior.wait.280ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 280}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 280}}, {"node_id": "umbrella-frontline00.slack.scroll_history.18", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "umbrella-frontline00.slack.open_channel.19.synth.pause.32", "kind": "terminal", "label": "behavior.wait.356ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 356}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 356}}, {"node_id": "umbrella-frontline00.slack.open_channel.19", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "umbrella-frontline00.slack.scroll_history.20.synth.pause.33", "kind": "terminal", "label": "behavior.wait.224ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 224}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 224}}, {"node_id": "umbrella-frontline00.slack.scroll_history.20", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.pause.34", "kind": "terminal", "label": "behavior.wait.114ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 114}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 114}}, {"node_id": "umbrella-frontline00.slack.post_message.21", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21019/1000", "t_finish_resolved": "21029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "Pusjed the hotfix — bumping the version tag after the merge.", "chars": 60, "_typo_committed": true}}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1.synth.pause.35", "kind": "terminal", "label": "behavior.wait.211ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2099901/100000"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 211}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 211}}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2100001/100000"}, "t_start_resolved": "21029/1000", "t_finish_resolved": "21039/1000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "undo", "target": "#engineering", "args": {"_synthetic": "undo"}}, {"node_id": "umbrella-frontline00.slack.open_channel.22.synth.pause.36", "kind": "terminal", "label": "behavior.wait.400ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 400}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 400}}, {"node_id": "umbrella-frontline00.slack.open_channel.22", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "umbrella-frontline00.slack.scroll_history.23.synth.pause.37", "kind": "terminal", "label": "behavior.wait.351ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22999/1000"}, "t_start_resolved": "22999/1000", "t_finish_resolved": "23009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 351}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 351}}, {"node_id": "umbrella-frontline00.slack.scroll_history.23", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23"}, "t_start_resolved": "23009/1000", "t_finish_resolved": "23019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.pause.38", "kind": "terminal", "label": "behavior.wait.897ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23999/1000"}, "t_start_resolved": "23999/1000", "t_finish_resolved": "24009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 897}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 897}}, {"node_id": "umbrella-frontline00.slack.post_message.24", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24"}, "t_start_resolved": "24019/1000", "t_finish_resolved": "24029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#incident", "args": {"visible_text": "Pushes the hotfix — the PRD now has last week's research botes.", "chars": 63, "_typo_committed": true}}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2.synth.pause.39", "kind": "terminal", "label": "behavior.wait.110ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2399901/100000"}, "t_start_resolved": "24009/1000", "t_finish_resolved": "24019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 110}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 110}}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-frontline00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2400001/100000"}, "t_start_resolved": "24029/1000", "t_finish_resolved": "24039/1000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "undo", "target": "#incident", "args": {"_synthetic": "undo"}}]}, "trajectory": {"input_events": [{"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 752, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 752, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 664, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 611, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 593, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 593, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 577, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 593, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 593, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 754, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "umbrella-frontline00.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 640, "y": 838, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 640, "y": 838, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail New mail Inbox 2 Sta", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 859, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 577, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 8, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 11, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 27, "t_ms": 1480}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1600}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 29, "t_ms": 1720}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Microsoft Edge", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 30, "t_ms": 1840}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail New mail Inbox 2 Sta", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 31, "t_ms": 1960}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 888, "y": 498, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 888, "y": 498, "tag": "div", "id": "", "class_name": "newtab-page s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 725, "y": 120, "width": 706, "height": 395}}, "validated": true, "ordinal": 32, "t_ms": 2020}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1007, "y": 276, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 33, "t_ms": 2140}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1079, "y": 143, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 34, "t_ms": 2260}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1103, "y": 99, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 35, "t_ms": 2380}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 36, "t_ms": 2500}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 2620}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 2800}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 46, "t_ms": 2820}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 47, "t_ms": 2840}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 48, "t_ms": 2860}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 11, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 49, "t_ms": 2880}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 50, "t_ms": 2900}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 13, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 51, "t_ms": 2920}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 14, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 52, "t_ms": 2940}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 53, "t_ms": 2960}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 54, "t_ms": 2980}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 55, "t_ms": 3000}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 56, "t_ms": 3020}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 19, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 57, "t_ms": 3040}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 58, "t_ms": 3060}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 59, "t_ms": 3080}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 60, "t_ms": 3100}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 23, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 61, "t_ms": 3120}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 62, "t_ms": 3140}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 63, "t_ms": 3160}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 64, "t_ms": 3180}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 27, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 65, "t_ms": 3200}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 28, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 66, "t_ms": 3220}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 67, "t_ms": 3240}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 68, "t_ms": 3260}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 31, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 69, "t_ms": 3280}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 70, "t_ms": 3300}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 33, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 71, "t_ms": 3320}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 34, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 72, "t_ms": 3340}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 73, "t_ms": 3360}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 36, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 74, "t_ms": 3380}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 37, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 75, "t_ms": 3400}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 38, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 76, "t_ms": 3420}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 39, "char_count": 39, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 77, "t_ms": 3440}, {"node_id": "umbrella-frontline00.browser.open_url.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 78, "t_ms": 3460}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 11, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 13, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 14, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 19, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 23, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 27, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 28, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 32, "t_ms": 740}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 33, "t_ms": 760}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 31, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 34, "t_ms": 780}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 32, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 35, "t_ms": 800}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 36, "t_ms": 820}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 34, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 840}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 35, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 860}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 36, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 880}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 37, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 900}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 38, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 920}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 39, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 940}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 40, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 960}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 41, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 980}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 42, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 1000}, {"node_id": "umbrella-frontline00.browser.open_url.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 46, "t_ms": 1020}, {"node_id": "umbrella-frontline00.browser.extract_quote.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 935, "y": 253, "move_frame": 1, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 935, "y": 253, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 725, "y": 120, "width": 706, "height": 723}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.browser.extract_quote.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 816, "y": 362, "move_frame": 2, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.browser.extract_quote.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 744, "y": 428, "move_frame": 3, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.browser.extract_quote.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.browser.extract_quote.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 888, "y": 296, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 888, "y": 296, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 725, "y": 120, "width": 706, "height": 723}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1007, "y": 187, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1079, "y": 121, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1103, "y": 99, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 680}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 700}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 720}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 740}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 760}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 780}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 800}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 820}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 840}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 860}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 12, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 880}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 13, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 900}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 920}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 15, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 940}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 960}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 980}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 18, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 1000}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 19, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 1020}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 20, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 1040}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 21, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 1060}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 22, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 1080}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 1100}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 24, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 31, "t_ms": 1120}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 25, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 32, "t_ms": 1140}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 33, "t_ms": 1160}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 11, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 13, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 14, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 19, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 23, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 27, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 28, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 32, "t_ms": 740}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 33, "t_ms": 760}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 31, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 34, "t_ms": 780}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 32, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 35, "t_ms": 800}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 36, "t_ms": 820}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 34, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 840}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 35, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 860}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 36, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 880}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 37, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 900}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 38, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 920}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 39, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 940}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 40, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 960}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 41, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 980}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 42, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 1000}, {"node_id": "umbrella-frontline00.browser.open_url.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 46, "t_ms": 1020}, {"node_id": "umbrella-frontline00.browser.extract_quote.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 935, "y": 253, "move_frame": 1, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 935, "y": 253, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 725, "y": 120, "width": 706, "height": 723}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.browser.extract_quote.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 816, "y": 362, "move_frame": 2, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.browser.extract_quote.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 744, "y": 428, "move_frame": 3, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.browser.extract_quote.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.browser.extract_quote.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 888, "y": 296, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 888, "y": 296, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 725, "y": 120, "width": 706, "height": 723}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1007, "y": 187, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1079, "y": 121, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1103, "y": 99, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 680}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 700}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 720}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 740}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 760}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 780}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 800}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 820}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 840}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 11, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 860}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 880}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 13, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 900}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 14, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 920}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 940}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 960}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 980}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 1000}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 19, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 1020}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 1040}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 1060}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 1080}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 23, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 1100}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 31, "t_ms": 1120}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 32, "t_ms": 1140}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 33, "t_ms": 1160}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 27, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 34, "t_ms": 1180}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 28, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 35, "t_ms": 1200}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 36, "t_ms": 1220}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 1240}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 31, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 1260}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 32, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 1280}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 1300}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 34, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 1320}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 35, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 1340}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 36, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 1360}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 37, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 1380}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 38, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 1400}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 39, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 46, "t_ms": 1420}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 40, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 47, "t_ms": 1440}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 41, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 48, "t_ms": 1460}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 42, "char_count": 42, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 49, "t_ms": 1480}, {"node_id": "umbrella-frontline00.browser.open_url.14", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 50, "t_ms": 1500}, {"node_id": "umbrella-frontline00.browser.extract_quote.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 935, "y": 253, "move_frame": 1, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 935, "y": 253, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 725, "y": 120, "width": 706, "height": 723}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.browser.extract_quote.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 816, "y": 362, "move_frame": 2, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.browser.extract_quote.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 744, "y": 428, "move_frame": 3, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.browser.extract_quote.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.browser.extract_quote.15", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 640, "y": 636, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 640, "y": 636, "tag": "div", "id": "", "class_name": "email-list s-RJPE_QG8_7YZ", "role": "", "aria_label": "", "title": "", "text": "A Alice Johnson Today Project Update - Q1 Review Hi, I wanted to share the latest updates on our Q1 project milestones..", "bbox": {"x": 209, "y": 89, "width": 506, "height": 754}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 770, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 849, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "umbrella-frontline00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 697, "y": 625, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 697, "y": 625, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 681, "y": 496, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 418, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 668, "y": 392, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 668, "y": 392, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 668, "y": 392, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 668, "y": 392, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.slack.scroll_history.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 668, "y": 392, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 668, "y": 392, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 651, "y": 524, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 651, "y": 524, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 639, "y": 618, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 631, "y": 675, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 629, "y": 694, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 629, "y": 694, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 674, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 629, "y": 694, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 629, "y": 694, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 674, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 4, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 21, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 22, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 23, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 24, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 27, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 33, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 42, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 43, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 46, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 47, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 52, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 55, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 57, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 58, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 59, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 60, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "umbrella-frontline00.slack.post_message.21", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 836, "y": 434, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 836, "y": 434, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 984, "y": 248, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 136, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1103, "y": 99, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "div", "id": "", "class_name": "resize-handle resize-e s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1102, "y": 22, "width": 10, "height": 692}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "div", "id": "", "class_name": "resize-handle resize-e s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1102, "y": 22, "width": 10, "height": 692}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 913, "y": 227, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 913, "y": 227, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 777, "y": 319, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 695, "y": 374, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 668, "y": 392, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 668, "y": 392, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.slack.scroll_history.23", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 668, "y": 392, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 668, "y": 392, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 651, "y": 524, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 651, "y": 524, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 639, "y": 618, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 631, "y": 675, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 629, "y": 694, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 629, "y": 694, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 674, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 629, "y": 694, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 629, "y": 694, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 674, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 25, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 26, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 27, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 29, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 31, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 33, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 37, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 38, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 39, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 42, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 45, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 46, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 47, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 53, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 54, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 55, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 56, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 58, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 61, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 62, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 63, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "umbrella-frontline00.slack.post_message.24", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 836, "y": 434, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 836, "y": 434, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 984, "y": 248, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 136, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1103, "y": 99, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "div", "id": "", "class_name": "resize-handle resize-e s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1102, "y": 22, "width": 10, "height": 692}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "div", "id": "", "class_name": "resize-handle resize-e s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1102, "y": 22, "width": 10, "height": 692}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 700}], "observations": [{"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove windows-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Calendar invite incoming for thr"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "rollout retro on Tuesday. Bring one thing that went well and one thing we shoi"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "u"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "ld change."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Sg"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "h"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "arinh"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "g"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "the latest forecast modw"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "l with the sensitivity analysis. The downside case still clears plan; the swing factoe"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "r"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "is EU renewal timing."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.archive.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/projects/SUP", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://acme.atlassian.net/projects/SUP"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1000", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://acme.atlassian.net/browse/SUP-1000"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "ticket-body"}, "observation": "Low-level replay drove windows-web-next/edge.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://stackoverflow.com", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://stackoverflow.com"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1001", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://acme.atlassian.net/browse/SUP-1001"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "ticket-body"}, "observation": "Low-level replay drove windows-web-next/edge.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1002", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://acme.atlassian.net/browse/SUP-1002"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "ticket-body"}, "observation": "Low-level replay drove windows-web-next/edge.extract_quote.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Pusjed the hotfix — bumping the version tag after the merge."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "app.action", "surface": "slack", "action": "undo", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.undo.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Pushes the hotfix — the PRD now has last week's research botes."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "app.action", "surface": "slack", "action": "undo", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.undo.", "error": null}], "alignment": [{"node_id": "umbrella-frontline00.mail.open_inbox.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, {"node_id": "umbrella-frontline00.mail.open_thread.1", "observation_index": 1, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.1.0", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.2.1", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.3.2", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.4.3", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.2.synth.typo.5.4", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.open_thread.3", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.archive.4", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.open_thread.5", "observation_index": 9, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.6.0", "observation_index": 10, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.7.1", "observation_index": 11, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.8.2", "observation_index": 12, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.9.3", "observation_index": 13, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.10.4", "observation_index": 14, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.11.5", "observation_index": 15, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.12.6", "observation_index": 16, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.13.7", "observation_index": 17, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.reply.6.synth.typo.14.8", "observation_index": 18, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.open_thread.7", "observation_index": 19, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.mail.archive.8", "observation_index": 20, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.browser.open_url.9", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78]}, {"node_id": "umbrella-frontline00.browser.open_url.10", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, {"node_id": "umbrella-frontline00.browser.extract_quote.11", "observation_index": 23, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "observation_index": 24, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, {"node_id": "umbrella-frontline00.browser.open_url.12", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46]}, {"node_id": "umbrella-frontline00.browser.extract_quote.13", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-frontline00.browser.open_url.14", "observation_index": 27, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]}, {"node_id": "umbrella-frontline00.browser.extract_quote.15", "observation_index": 28, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "observation_index": 29, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "umbrella-frontline00.slack.scroll_history.18", "observation_index": 30, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-frontline00.slack.open_channel.19", "observation_index": 31, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.slack.scroll_history.20", "observation_index": 32, "input_event_ordinals": [1]}, {"node_id": "umbrella-frontline00.slack.post_message.21", "observation_index": 33, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66]}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "observation_index": 34, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]}, {"node_id": "umbrella-frontline00.slack.open_channel.22", "observation_index": 35, "input_event_ordinals": []}, {"node_id": "umbrella-frontline00.slack.scroll_history.23", "observation_index": 36, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-frontline00.slack.post_message.24", "observation_index": 37, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69]}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "observation_index": 38, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}]}, "media": {"video": "videos/umbrella-frontline00__windows-web-next.webm", "frames": [{"node_id": "umbrella-frontline00.mail.open_inbox.0", "t_ms": 840, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.mail.open_inbox.0.png"}, {"node_id": "umbrella-frontline00.browser.open_url.9", "t_ms": 3460, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.9.png"}, {"node_id": "umbrella-frontline00.browser.open_url.10", "t_ms": 1340, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.10.png"}, {"node_id": "umbrella-frontline00.browser.extract_quote.11", "t_ms": 480, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.11.png"}, {"node_id": "umbrella-frontline00.browser.extract_quote.11.synth.tab.1", "t_ms": 1080, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.11.synth.tab.1.png"}, {"node_id": "umbrella-frontline00.browser.open_url.12", "t_ms": 1340, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.12.png"}, {"node_id": "umbrella-frontline00.browser.extract_quote.13", "t_ms": 480, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.13.png"}, {"node_id": "umbrella-frontline00.browser.open_url.14", "t_ms": 1420, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.14.png"}, {"node_id": "umbrella-frontline00.browser.extract_quote.15", "t_ms": 480, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.15.png"}, {"node_id": "umbrella-frontline00.slack.open_channel.17", "t_ms": 860, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.open_channel.17.png"}, {"node_id": "umbrella-frontline00.slack.scroll_history.18", "t_ms": 480, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.18.png"}, {"node_id": "umbrella-frontline00.slack.scroll_history.20", "t_ms": 0, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.20.png"}, {"node_id": "umbrella-frontline00.slack.post_message.21", "t_ms": 1740, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.21.png"}, {"node_id": "umbrella-frontline00.slack.post_message.21.synth.undo.1", "t_ms": 760, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.21.synth.undo.1.png"}, {"node_id": "umbrella-frontline00.slack.scroll_history.23", "t_ms": 480, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.23.png"}, {"node_id": "umbrella-frontline00.slack.post_message.24", "t_ms": 1800, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.24.png"}, {"node_id": "umbrella-frontline00.slack.post_message.24.synth.undo.2", "t_ms": 700, "blob_ref": "screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.24.synth.undo.2.png"}]}} +{"schema_version": "v2", "trajectory_id": "umbrella-senior01__browser-os", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "umbrella-senior01", "company": "umbrella", "role_id": "swe.frontend.senior", "title": "Senior Frontend Engineer", "env": "browser-os", "goal": "UMBRELLA · Senior Frontend Engineer — workday", "tree": {"nodes": [{"node_id": "umbrella-senior01.finder.open_path.0", "kind": "terminal", "label": "finder.open_path", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "finder", "action": "open_path", "target": "~/repo"}, {"node_id": "umbrella-senior01.editor.open_file.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.456ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 456}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 456}}, {"node_id": "umbrella-senior01.editor.open_file.1", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/api.ts"}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0.synth.pause.2", "kind": "terminal", "label": "behavior.wait.439ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 439}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 439}}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2029/1000", "t_finish_resolved": "2039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "const debounce = (fn, ms) => {\n let t;\n return (...a) => { clearTimeout(r", "chars": 75, "_typo_step": "typo.write-wrong"}}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.414ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 414}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 414}}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "2039/1000", "t_finish_resolved": "2049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "t", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.485ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "2019/1000", "t_finish_resolved": "2029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 485}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 485}}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "2049/1000", "t_finish_resolved": "2059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "); t = setTimeout(() => fn(...a), ms); };\n};", "chars": 44, "_typo_step": "typo.tail"}}, {"node_id": "umbrella-senior01.editor.save_file.3.synth.pause.5", "kind": "terminal", "label": "behavior.wait.298ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 298}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 298}}, {"node_id": "umbrella-senior01.editor.save_file.3", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/api.ts"}, {"node_id": "umbrella-senior01.editor.open_file.4.synth.pause.6", "kind": "terminal", "label": "behavior.wait.388ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 388}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 388}}, {"node_id": "umbrella-senior01.editor.open_file.4", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "tests/test_checkout.py"}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1.synth.pause.7", "kind": "terminal", "label": "behavior.wait.492ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2499/500"}, "t_start_resolved": "2499/500", "t_finish_resolved": "626/125"}, "slots": {"behavior": "hesitation", "duration_ms": 492}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 492}}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "2509/500", "t_finish_resolved": "1257/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "extract_quote", "target": "buffer", "args": {"_synthetic": "reread"}}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.pause.8", "kind": "terminal", "label": "behavior.wait.539ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "626/125", "t_finish_resolved": "2509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 539}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 539}}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "1257/250", "t_finish_resolved": "2519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "tests/test_checkout.py", "args": {"visible_text": "def validate_cart(cart):\n if any(li.price <= 0 for li in cart.items):\n raise ValueError('zero-price line item')", "chars": 121}}, {"node_id": "umbrella-senior01.editor.save_file.6.synth.pause.9", "kind": "terminal", "label": "behavior.wait.647ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 647}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 647}}, {"node_id": "umbrella-senior01.editor.save_file.6", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "tests/test_checkout.py"}, {"node_id": "umbrella-senior01.terminal.run_command.7.synth.pause.10", "kind": "terminal", "label": "behavior.wait.416ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 416}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 416}}, {"node_id": "umbrella-senior01.terminal.run_command.7", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "pytest", "args": {"command": "pytest -k checkout -q"}}, {"node_id": "umbrella-senior01.terminal.run_command.8.synth.pause.11", "kind": "terminal", "label": "behavior.wait.256ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 256}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 256}}, {"node_id": "umbrella-senior01.terminal.run_command.8", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git status", "args": {"command": "git status"}}, {"node_id": "umbrella-senior01.terminal.run_command.9.synth.pause.12", "kind": "terminal", "label": "behavior.wait.332ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 332}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 332}}, {"node_id": "umbrella-senior01.terminal.run_command.9", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git commit", "args": {"command": "git commit -am 'fix: validate zero-price items'"}}, {"node_id": "umbrella-senior01.terminal.run_command.10.synth.pause.13", "kind": "terminal", "label": "behavior.wait.711ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 711}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 711}}, {"node_id": "umbrella-senior01.terminal.run_command.10", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git push", "args": {"command": "git push origin fix/checkout-validation"}}, {"node_id": "umbrella-senior01.browser.open_url.11.synth.pause.14", "kind": "terminal", "label": "behavior.wait.536ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 536}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 536}}, {"node_id": "umbrella-senior01.browser.open_url.11", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11019/1000", "t_finish_resolved": "11029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "args": {"url": "https://github.com/acme/api/pulls"}}, {"node_id": "umbrella-senior01.browser.open_url.11.synth.tab.1.synth.pause.15", "kind": "terminal", "label": "behavior.wait.490ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099901/100000"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 490}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 490}}, {"node_id": "umbrella-senior01.browser.open_url.11.synth.tab.1", "kind": "terminal", "label": "behavior.tab_switch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100001/100000"}, "t_start_resolved": "11029/1000", "t_finish_resolved": "11039/1000"}, "slots": {"behavior": "tab_switch"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://mail.world.virtual/inbox", "args": {"url": "https://mail.world.virtual/inbox", "_synthetic": "tab_switch"}}, {"node_id": "umbrella-senior01.github.open_pull_request.12.synth.pause.16", "kind": "terminal", "label": "behavior.wait.487ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 487}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 487}}, {"node_id": "umbrella-senior01.github.open_pull_request.12", "kind": "terminal", "label": "github.open_pull_request", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "open_pull_request", "target": "acme/api", "args": {"branch": "feat/cohort-v2"}}, {"node_id": "umbrella-senior01.browser.extract_quote.13.synth.pause.17", "kind": "terminal", "label": "behavior.wait.275ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 275}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 275}}, {"node_id": "umbrella-senior01.browser.extract_quote.13", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13019/1000", "t_finish_resolved": "13029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "diff"}, {"node_id": "umbrella-senior01.browser.extract_quote.13.synth.tab.2.synth.pause.18", "kind": "terminal", "label": "behavior.wait.540ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1299901/100000"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 540}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 540}}, {"node_id": "umbrella-senior01.browser.extract_quote.13.synth.tab.2", "kind": "terminal", "label": "behavior.tab_switch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1300001/100000"}, "t_start_resolved": "13029/1000", "t_finish_resolved": "13039/1000"}, "slots": {"behavior": "tab_switch"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.notion.so/eng-handbook", "args": {"url": "https://acme.notion.so/eng-handbook", "_synthetic": "tab_switch"}}, {"node_id": "umbrella-senior01.github.request_review.14.synth.pause.19", "kind": "terminal", "label": "behavior.wait.751ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 751}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 751}}, {"node_id": "umbrella-senior01.github.request_review.14", "kind": "terminal", "label": "github.request_review", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "request_review", "target": "acme/api", "args": {"visible_text": "Approved. Consider pulling the magic number into a named constant in a follow-up.", "chars": 81}}, {"node_id": "umbrella-senior01.wait.pause.15.synth.pause.20", "kind": "terminal", "label": "behavior.wait.736ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 736}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 736}}, {"node_id": "umbrella-senior01.wait.pause.15", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "umbrella-senior01.slides.open_deck.16.synth.pause.21", "kind": "terminal", "label": "behavior.wait.239ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 239}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 239}}, {"node_id": "umbrella-senior01.slides.open_deck.16", "kind": "terminal", "label": "slides.open_deck", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "open_deck", "target": "design/checkout-v3.key"}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0.synth.pause.22", "kind": "terminal", "label": "behavior.wait.405ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 405}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 405}}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "kind": "terminal", "label": "slides.add_slide", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17029/1000", "t_finish_resolved": "17039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "args": {"title": "Errot", "chars": 5, "_typo_step": "typo.write-wrong"}}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1.synth.pause.23", "kind": "terminal", "label": "behavior.wait.587ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1699901/100000"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 587}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 587}}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "kind": "terminal", "label": "slides.add_slide", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1700001/100000"}, "t_start_resolved": "17039/1000", "t_finish_resolved": "17049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "args": {"title": "r", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2.synth.pause.24", "kind": "terminal", "label": "behavior.wait.533ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "849951/50000"}, "t_start_resolved": "17019/1000", "t_finish_resolved": "17029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 533}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 533}}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "kind": "terminal", "label": "slides.add_slide", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "850001/50000"}, "t_start_resolved": "17049/1000", "t_finish_resolved": "17059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "args": {"title": " states — inline validation", "chars": 27, "_typo_step": "typo.tail"}}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0.synth.pause.25", "kind": "terminal", "label": "behavior.wait.430ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 430}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 430}}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "kind": "terminal", "label": "slides.edit_text_box", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18029/1000", "t_finish_resolved": "18039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "edit_text_box", "target": "slide-body", "args": {"visible_text": "Each field shows its own error below the input, not a banner.\nSubmit stays enabled; the first inb", "chars": 97, "_typo_step": "typo.write-wrong"}}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1.synth.pause.26", "kind": "terminal", "label": "behavior.wait.375ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1799901/100000"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 375}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 375}}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1", "kind": "terminal", "label": "slides.edit_text_box", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1800001/100000"}, "t_start_resolved": "18039/1000", "t_finish_resolved": "18049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "edit_text_box", "target": "slide-body", "args": {"visible_text": "v", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2.synth.pause.27", "kind": "terminal", "label": "behavior.wait.597ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899951/50000"}, "t_start_resolved": "18019/1000", "t_finish_resolved": "18029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 597}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 597}}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "kind": "terminal", "label": "slides.edit_text_box", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "900001/50000"}, "t_start_resolved": "18049/1000", "t_finish_resolved": "18059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "edit_text_box", "target": "slide-body", "args": {"visible_text": "alid field scrolls into view and takes focus. Tested with 6 users, zero dead-ends.", "chars": 82, "_typo_step": "typo.tail"}}, {"node_id": "umbrella-senior01.slides.save_deck.19.synth.pause.28", "kind": "terminal", "label": "behavior.wait.580ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 580}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 580}}, {"node_id": "umbrella-senior01.slides.save_deck.19", "kind": "terminal", "label": "slides.save_deck", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slides", "action": "save_deck", "target": "design/checkout-v3.key"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "bo-bridge-file-browser", "node_id": "umbrella-senior01.finder.open_path.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 515, "y": 258, "move_frame": 1, "move_frames": 4, "control": "files-addr-focus", "hit_test": {"validated": true, "x": 515, "y": 258, "tag": "div", "id": "", "class_name": "file-list details-view", "role": "", "aria_label": "", "title": "", "text": "NAME↑ SIZE MODIFIED TYPE", "bbox": {"x": 261, "y": 193, "width": 398, "height": 356}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 426, "y": 185, "move_frame": 2, "move_frames": 4, "control": "files-addr-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 372, "y": 142, "move_frame": 3, "move_frames": 4, "control": "files-addr-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 354, "y": 127, "move_frame": 4, "move_frames": 4, "control": "files-addr-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "files-addr-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "files-addr-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "files-addr-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 9, "t_ms": 720}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 10, "t_ms": 740}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 11, "t_ms": 760}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 12, "t_ms": 780}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 13, "t_ms": 800}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "files-addr-text", "validated": false, "ordinal": 14, "t_ms": 820}, {"node_id": "umbrella-senior01.finder.open_path.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "files-addr-submit", "validated": false, "ordinal": 15, "t_ms": 840}, {"kind": "script_eval", "control": "bo-bridge-markdown-editor", "node_id": "umbrella-senior01.editor.open_file.1", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "umbrella-senior01.editor.open_file.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 627, "y": 217, "move_frame": 1, "move_frames": 4, "control": "md-focus", "hit_test": {"validated": true, "x": 627, "y": 217, "tag": "th", "id": "", "class_name": "file-list-header ", "role": "", "aria_label": "", "title": "", "text": "TYPE", "bbox": {"x": 576, "y": 193, "width": 83, "height": 32}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.editor.open_file.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 822, "y": 281, "move_frame": 2, "move_frames": 4, "control": "md-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "umbrella-senior01.editor.open_file.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 939, "y": 319, "move_frame": 3, "move_frames": 4, "control": "md-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "umbrella-senior01.editor.open_file.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 978, "y": 332, "move_frame": 4, "move_frames": 4, "control": "md-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "umbrella-senior01.editor.open_file.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "md-replace-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "md-replace-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 5, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 9, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 11, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 16, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 18, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 19, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 21, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 23, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 24, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 25, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 27, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 28, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 32, "t_ms": 740}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "{", "char_index": 30, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 33, "t_ms": 760}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 34, "t_ms": 780}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 35, "t_ms": 800}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 36, "t_ms": 820}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 34, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 37, "t_ms": 840}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 38, "t_ms": 860}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 39, "t_ms": 880}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 37, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 40, "t_ms": 900}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 41, "t_ms": 920}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 42, "t_ms": 940}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 43, "t_ms": 960}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 44, "t_ms": 980}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 42, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 45, "t_ms": 1000}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 43, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 46, "t_ms": 1020}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 47, "t_ms": 1040}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 48, "t_ms": 1060}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 46, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 49, "t_ms": 1080}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 47, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 50, "t_ms": 1100}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 48, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 51, "t_ms": 1120}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 49, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 52, "t_ms": 1140}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 50, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 53, "t_ms": 1160}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 51, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 54, "t_ms": 1180}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 52, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 55, "t_ms": 1200}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 53, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 56, "t_ms": 1220}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 54, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 57, "t_ms": 1240}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 58, "t_ms": 1260}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "{", "char_index": 56, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 59, "t_ms": 1280}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 60, "t_ms": 1300}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 58, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 61, "t_ms": 1320}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 59, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 62, "t_ms": 1340}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 60, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 63, "t_ms": 1360}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 61, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 64, "t_ms": 1380}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 62, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 65, "t_ms": 1400}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 63, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 66, "t_ms": 1420}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 64, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 67, "t_ms": 1440}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 65, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 68, "t_ms": 1460}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 66, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 69, "t_ms": 1480}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 67, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 70, "t_ms": 1500}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 68, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 71, "t_ms": 1520}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 69, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 72, "t_ms": 1540}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 70, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 73, "t_ms": 1560}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 71, "char_count": 71, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 74, "t_ms": 1580}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "const debounce = (fn, ms) => { let t; return (...a) => { clearTimeout(r", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "md-replace-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "md-replace-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "t", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "md-replace-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "md-replace-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 1, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 2, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 6, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 11, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 13, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 16, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 18, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 19, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 20, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 22, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 23, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 25, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 27, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 28, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 29, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 32, "t_ms": 740}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 30, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 33, "t_ms": 760}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 34, "t_ms": 780}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 32, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 35, "t_ms": 800}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 33, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 36, "t_ms": 820}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 37, "t_ms": 840}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 35, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 38, "t_ms": 860}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 39, "t_ms": 880}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 37, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 40, "t_ms": 900}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 38, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 41, "t_ms": 920}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 42, "t_ms": 940}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "}", "char_index": 40, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 43, "t_ms": 960}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 41, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 44, "t_ms": 980}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 45, "t_ms": 1000}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "}", "char_index": 43, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 46, "t_ms": 1020}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 44, "char_count": 44, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 47, "t_ms": 1040}, {"node_id": "umbrella-senior01.editor.save_file.3", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "md-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.editor.open_file.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "); t = setTimeout(() => fn(...a), ms); }; };", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 242, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 705, "y": 242, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 178, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 393, "y": 140, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 354, "y": 127, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 627, "y": 217, "move_frame": 1, "move_frames": 4, "control": "md-replace-focus", "hit_test": {"validated": true, "x": 627, "y": 217, "tag": "th", "id": "", "class_name": "file-list-header ", "role": "", "aria_label": "", "title": "", "text": "TYPE", "bbox": {"x": 576, "y": 193, "width": 83, "height": 32}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 822, "y": 281, "move_frame": 2, "move_frames": 4, "control": "md-replace-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 939, "y": 319, "move_frame": 3, "move_frames": 4, "control": "md-replace-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 978, "y": 332, "move_frame": 4, "move_frames": 4, "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "); t = setTimeout(() => fn(...a), ms); }; };", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 978, "y": 332, "button": "left", "control": "md-replace-focus", "hit_test": {"validated": true, "x": 978, "y": 332, "tag": "textarea", "id": "", "class_name": "editor-textarea", "role": "", "aria_label": "", "title": "", "text": "); t = setTimeout(() => fn(...a), ms); }; };", "bbox": {"x": 829, "y": 157, "width": 299, "height": 350}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "md-replace-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "md-replace-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 9, "t_ms": 680}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 3, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 10, "t_ms": 700}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 11, "t_ms": 720}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 5, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 12, "t_ms": 740}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 13, "t_ms": 760}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 7, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 14, "t_ms": 780}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 8, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 15, "t_ms": 800}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 16, "t_ms": 820}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 17, "t_ms": 840}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 18, "t_ms": 860}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 19, "t_ms": 880}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "_", "char_index": 13, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 20, "t_ms": 900}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 21, "t_ms": 920}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 15, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 22, "t_ms": 940}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 23, "t_ms": 960}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 24, "t_ms": 980}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 18, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 25, "t_ms": 1000}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 26, "t_ms": 1020}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 27, "t_ms": 1040}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 28, "t_ms": 1060}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 22, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 29, "t_ms": 1080}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 23, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 30, "t_ms": 1100}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 24, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 31, "t_ms": 1120}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 32, "t_ms": 1140}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 33, "t_ms": 1160}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 27, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 34, "t_ms": 1180}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 35, "t_ms": 1200}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 29, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 36, "t_ms": 1220}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 37, "t_ms": 1240}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 31, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 38, "t_ms": 1260}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 32, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 39, "t_ms": 1280}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 33, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 40, "t_ms": 1300}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 41, "t_ms": 1320}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 35, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 42, "t_ms": 1340}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 43, "t_ms": 1360}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 44, "t_ms": 1380}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 45, "t_ms": 1400}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 46, "t_ms": 1420}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 47, "t_ms": 1440}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 48, "t_ms": 1460}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "<", "char_index": 42, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 49, "t_ms": 1480}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 43, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 50, "t_ms": 1500}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 51, "t_ms": 1520}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 45, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 52, "t_ms": 1540}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 53, "t_ms": 1560}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 47, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 54, "t_ms": 1580}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 48, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 55, "t_ms": 1600}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 56, "t_ms": 1620}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 57, "t_ms": 1640}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 51, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 58, "t_ms": 1660}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 52, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 59, "t_ms": 1680}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 60, "t_ms": 1700}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 54, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 61, "t_ms": 1720}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 55, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 62, "t_ms": 1740}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 63, "t_ms": 1760}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 57, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 64, "t_ms": 1780}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 58, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 65, "t_ms": 1800}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 59, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 66, "t_ms": 1820}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 67, "t_ms": 1840}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 61, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 68, "t_ms": 1860}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 62, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 69, "t_ms": 1880}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 63, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 70, "t_ms": 1900}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 64, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 71, "t_ms": 1920}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 65, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 72, "t_ms": 1940}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 66, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 73, "t_ms": 1960}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 67, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 74, "t_ms": 1980}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 68, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 75, "t_ms": 2000}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 76, "t_ms": 2020}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 70, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 77, "t_ms": 2040}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 71, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 78, "t_ms": 2060}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 72, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 79, "t_ms": 2080}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 73, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 80, "t_ms": 2100}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 74, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 81, "t_ms": 2120}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 75, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 82, "t_ms": 2140}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 76, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 83, "t_ms": 2160}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 77, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 84, "t_ms": 2180}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 78, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 85, "t_ms": 2200}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 79, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 86, "t_ms": 2220}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 80, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 87, "t_ms": 2240}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 81, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 88, "t_ms": 2260}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 82, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 89, "t_ms": 2280}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 83, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 90, "t_ms": 2300}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 84, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 91, "t_ms": 2320}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 85, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 92, "t_ms": 2340}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 86, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 93, "t_ms": 2360}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 87, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 94, "t_ms": 2380}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 88, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 95, "t_ms": 2400}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 89, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 96, "t_ms": 2420}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 90, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 97, "t_ms": 2440}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 91, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 98, "t_ms": 2460}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 92, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 99, "t_ms": 2480}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 93, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 100, "t_ms": 2500}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 94, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 101, "t_ms": 2520}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 95, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 102, "t_ms": 2540}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 96, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 103, "t_ms": 2560}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 97, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 104, "t_ms": 2580}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 98, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 105, "t_ms": 2600}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 99, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 106, "t_ms": 2620}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 100, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 107, "t_ms": 2640}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 101, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 108, "t_ms": 2660}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 102, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 109, "t_ms": 2680}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 103, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 110, "t_ms": 2700}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 104, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 111, "t_ms": 2720}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 105, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 112, "t_ms": 2740}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 106, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 113, "t_ms": 2760}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 107, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 114, "t_ms": 2780}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 108, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 115, "t_ms": 2800}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 109, "char_count": 109, "delay_ms": 4, "control": "md-replace-text", "validated": false, "ordinal": 116, "t_ms": 2820}, {"node_id": "umbrella-senior01.editor.save_file.6", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "md-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "bo-bridge-terminal", "node_id": "umbrella-senior01.terminal.run_command.7", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 242, "move_frame": 1, "move_frames": 4, "control": "term-focus", "hit_test": {"validated": true, "x": 705, "y": 242, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 178, "move_frame": 2, "move_frames": 4, "control": "term-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 393, "y": 140, "move_frame": 3, "move_frames": 4, "control": "term-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 354, "y": 127, "move_frame": 4, "move_frames": 4, "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 1, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 9, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 20, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 21, "char_count": 21, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "umbrella-senior01.terminal.run_command.7", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "term-submit", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 10, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "umbrella-senior01.terminal.run_command.8", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "term-submit", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 16, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 22, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 31, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 35, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 45, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 47, "char_count": 47, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "umbrella-senior01.terminal.run_command.9", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "term-submit", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 354, "y": 127, "button": "left", "control": "term-focus", "hit_test": {"validated": true, "x": 354, "y": 127, "tag": "input", "id": "", "class_name": "toolbar-path-input", "role": "", "aria_label": "Path", "title": "", "text": "", "bbox": {"x": 318, "y": 120, "width": 72, "height": 15}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 20, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 25, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 39, "delay_ms": 4, "control": "term-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "umbrella-senior01.terminal.run_command.10", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "term-submit", "validated": false, "ordinal": 41, "t_ms": 840}, {"kind": "script_eval", "control": "bo-bridge-browser", "node_id": "umbrella-senior01.browser.open_url.11", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "umbrella-senior01.browser.open_url.11", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://github.com/acme/api/pulls", "control": "browser-url", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.browser.open_url.11.synth.tab.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://mail.world.virtual/inbox", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.github.open_pull_request.12", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://github.com/acme/api", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.browser.extract_quote.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 514, "y": 268, "move_frame": 1, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 514, "y": 268, "tag": "div", "id": "", "class_name": "file-list details-view", "role": "", "aria_label": "", "title": "", "text": "NAME↑ SIZE MODIFIED TYPE", "bbox": {"x": 261, "y": 193, "width": 398, "height": 356}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.browser.extract_quote.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 369, "move_frame": 2, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior01.browser.extract_quote.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 697, "y": 430, "move_frame": 3, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior01.browser.extract_quote.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior01.browser.extract_quote.13", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior01.browser.extract_quote.13.synth.tab.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.notion.so/eng-handbook", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.github.request_review.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://github.com/acme/api", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "bo-bridge-slides", "node_id": "umbrella-senior01.slides.open_deck.16", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "umbrella-senior01.slides.open_deck.16", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 336, "move_frame": 1, "move_frames": 4, "control": "sl-focus", "hit_test": {"validated": true, "x": 764, "y": 336, "tag": "div", "id": "", "class_name": "slides-canvas-wrap", "role": "", "aria_label": "", "title": "", "text": "Quarterly ReviewQ2 2026 Business Update Prepared by the Strategy Team", "bbox": {"x": 621, "y": 57, "width": 398, "height": 342}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.slides.open_deck.16", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 795, "y": 255, "move_frame": 2, "move_frames": 4, "control": "sl-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "umbrella-senior01.slides.open_deck.16", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 814, "y": 206, "move_frame": 3, "move_frames": 4, "control": "sl-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "umbrella-senior01.slides.open_deck.16", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 820, "y": 190, "move_frame": 4, "move_frames": 4, "control": "sl-focus", "hit_test": {"validated": true, "x": 820, "y": 190, "tag": "textarea", "id": "", "class_name": "slide-title-input", "role": "", "aria_label": "", "title": "", "text": "Quarterly Review", "bbox": {"x": 689, "y": 166, "width": 262, "height": 49}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "umbrella-senior01.slides.open_deck.16", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 820, "y": 190, "button": "left", "control": "sl-focus", "hit_test": {"validated": true, "x": 820, "y": 190, "tag": "textarea", "id": "", "class_name": "slide-title-input", "role": "", "aria_label": "", "title": "", "text": "Quarterly Review", "bbox": {"x": 689, "y": 166, "width": 262, "height": 49}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 820, "y": 190, "button": "left", "control": "sl-title-focus", "hit_test": {"validated": true, "x": 820, "y": 190, "tag": "textarea", "id": "", "class_name": "slide-title-input", "role": "", "aria_label": "", "title": "", "text": "Quarterly Review", "bbox": {"x": 689, "y": 166, "width": 262, "height": 49}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "sl-title-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "sl-title-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 820, "y": 190, "button": "left", "control": "sl-title-focus", "hit_test": {"validated": true, "x": 820, "y": 190, "tag": "textarea", "id": "", "class_name": "slide-title-input", "role": "", "aria_label": "", "title": "", "text": "design/checkout-v3.key", "bbox": {"x": 689, "y": 166, "width": 262, "height": 49}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "sl-title-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "sl-title-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 820, "y": 190, "button": "left", "control": "sl-title-focus", "hit_test": {"validated": true, "x": 820, "y": 190, "tag": "textarea", "id": "", "class_name": "slide-title-input", "role": "", "aria_label": "", "title": "", "text": "design/checkout-v3.key", "bbox": {"x": 689, "y": 166, "width": 262, "height": 49}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "sl-title-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "sl-title-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "sl-title-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 820, "y": 221, "move_frame": 1, "move_frames": 4, "control": "sl-body-focus", "hit_test": {"validated": true, "x": 820, "y": 221, "tag": "div", "id": "", "class_name": "slides-canvas", "role": "", "aria_label": "", "title": "", "text": "design/checkout-v3.keyQ2 2026 Business Update Prepared by the Strategy Team", "bbox": {"x": 645, "y": 130, "width": 350, "height": 197}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 820, "y": 242, "move_frame": 2, "move_frames": 4, "control": "sl-body-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 820, "y": 256, "move_frame": 3, "move_frames": 4, "control": "sl-body-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 820, "y": 260, "move_frame": 4, "move_frames": 4, "control": "sl-body-focus", "hit_test": {"validated": true, "x": 820, "y": 260, "tag": "textarea", "id": "", "class_name": "slide-body-input", "role": "", "aria_label": "", "title": "", "text": "Q2 2026 Business Update Prepared by the Strategy Team", "bbox": {"x": 689, "y": 231, "width": 262, "height": 60}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 820, "y": 260, "button": "left", "control": "sl-body-focus", "hit_test": {"validated": true, "x": 820, "y": 260, "tag": "textarea", "id": "", "class_name": "slide-body-input", "role": "", "aria_label": "", "title": "", "text": "Q2 2026 Business Update Prepared by the Strategy Team", "bbox": {"x": 689, "y": 231, "width": 262, "height": 60}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 1, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 6, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 12, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 15, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 16, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 20, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 23, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 27, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 30, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 32, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 34, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 35, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 36, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 38, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 39, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 43, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 44, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 45, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 46, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 47, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 49, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 50, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 52, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 53, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 55, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 56, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 57, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 58, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 59, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 60, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 61, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 63, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 64, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 65, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 66, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 67, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 68, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 70, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 71, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 72, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 73, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 74, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 75, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 76, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 77, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 78, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 79, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 80, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 81, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 82, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 83, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 85, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 86, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 87, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 88, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 89, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 90, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 91, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 92, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 93, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 94, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 95, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 96, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 97, "char_count": 97, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 820, "y": 260, "button": "left", "control": "sl-body-focus", "hit_test": {"validated": true, "x": 820, "y": 260, "tag": "textarea", "id": "", "class_name": "slide-body-input", "role": "", "aria_label": "", "title": "", "text": "Q2 2026 Business Update Prepared by the Strategy TeamEach field shows its own error below the input, not a banner. Submi", "bbox": {"x": 689, "y": 231, "width": 262, "height": 60}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 820, "y": 260, "button": "left", "control": "sl-body-focus", "hit_test": {"validated": true, "x": 820, "y": 260, "tag": "textarea", "id": "", "class_name": "slide-body-input", "role": "", "aria_label": "", "title": "", "text": "Q2 2026 Business Update Prepared by the Strategy TeamEach field shows its own error below the input, not a banner. Submi", "bbox": {"x": 689, "y": 231, "width": 262, "height": 60}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 6, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 12, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 17, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 21, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 22, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 23, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 25, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 27, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 28, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 30, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 31, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 32, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 34, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 36, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 38, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 40, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 41, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 42, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 43, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 44, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 45, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 47, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 49, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 50, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 51, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 52, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 54, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 55, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 56, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 57, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "6", "char_index": 59, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 60, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 61, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 62, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 63, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 64, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 65, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 66, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 67, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 68, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 69, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 70, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 71, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 73, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 74, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 75, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 76, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 77, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 78, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 79, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 80, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 81, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 82, "char_count": 82, "delay_ms": 4, "control": "sl-body-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "umbrella-senior01.slides.save_deck.19", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "sl-save", "validated": false, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "finder.path_opened", "surface": "finder", "action": "open_path", "target": "~/repo", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:file-browser", "visibleText": "~/repo"}, "observation": "Low-level replay drove browser-os/file-browser.open_path.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "src/api.ts"}, "observation": "Low-level replay drove browser-os/markdown-editor.open_file.", "error": null}, {"ok": true, "event": "buffer.replaced", "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "const debounce = (fn, ms) => { let t; return (...a) => { clearTimeout(r"}, "observation": "Low-level replay drove browser-os/markdown-editor.replace_buffer.", "error": null}, {"ok": true, "event": "buffer.replaced", "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "t"}, "observation": "Low-level replay drove browser-os/markdown-editor.replace_buffer.", "error": null}, {"ok": true, "event": "buffer.replaced", "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "); t = setTimeout(() => fn(...a), ms); }; };"}, "observation": "Low-level replay drove browser-os/markdown-editor.replace_buffer.", "error": null}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "src/api.ts"}, "observation": "Low-level replay drove browser-os/markdown-editor.save_file.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "tests/test_checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "tests/test_checkout.py"}, "observation": "Low-level replay drove browser-os/markdown-editor.open_file.", "error": null}, {"ok": true, "event": "app.action", "surface": "editor", "action": "extract_quote", "target": "buffer", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "buffer"}, "observation": "Low-level replay drove browser-os/markdown-editor.extract_quote.", "error": null}, {"ok": true, "event": "buffer.replaced", "surface": "editor", "action": "replace_buffer", "target": "tests/test_checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "def validate_cart(cart): if any(li.price <= 0 for li in cart.items): raise ValueError('zero-price line item')"}, "observation": "Low-level replay drove browser-os/markdown-editor.replace_buffer.", "error": null}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "tests/test_checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:markdown-editor", "visibleText": "tests/test_checkout.py"}, "observation": "Low-level replay drove browser-os/markdown-editor.save_file.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "pytest", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:terminal", "visibleText": "pytest -k checkout -q"}, "observation": "Low-level replay drove browser-os/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git status", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:terminal", "visibleText": "git status"}, "observation": "Low-level replay drove browser-os/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git commit", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:terminal", "visibleText": "git commit -am 'fix: validate zero-price items'"}, "observation": "Low-level replay drove browser-os/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git push", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:terminal", "visibleText": "git push origin fix/checkout-validation"}, "observation": "Low-level replay drove browser-os/terminal.run_command.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://github.com/acme/api/pulls"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://mail.world.virtual/inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://mail.world.virtual/inbox"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "pull_request.opened", "surface": "github", "action": "open_pull_request", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "acme/api"}, "observation": "Low-level replay drove browser-os/browser.open_pull_request.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "diff", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "diff"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.notion.so/eng-handbook", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.notion.so/eng-handbook"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "review.requested", "surface": "github", "action": "request_review", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "Approved. Consider pulling the magic number into a named constant in a follow-up."}, "observation": "Low-level replay drove browser-os/browser.request_review.", "error": null}, {"ok": true, "event": "deck.opened", "surface": "slides", "action": "open_deck", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:slides", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove browser-os/slides.open_deck.", "error": null}, {"ok": true, "event": "deck.slide_added", "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:slides", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove browser-os/slides.add_slide.", "error": null}, {"ok": true, "event": "deck.slide_added", "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:slides", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove browser-os/slides.add_slide.", "error": null}, {"ok": true, "event": "deck.slide_added", "surface": "slides", "action": "add_slide", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:slides", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove browser-os/slides.add_slide.", "error": null}, {"ok": true, "event": "slide.text_edited", "surface": "slides", "action": "edit_text_box", "target": "slide-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:slides", "visibleText": "Each field shows its own error below the input, not a banner. Submit stays enabled; the first inb"}, "observation": "Low-level replay drove browser-os/slides.edit_text_box.", "error": null}, {"ok": true, "event": "slide.text_edited", "surface": "slides", "action": "edit_text_box", "target": "slide-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:slides", "visibleText": "v"}, "observation": "Low-level replay drove browser-os/slides.edit_text_box.", "error": null}, {"ok": true, "event": "slide.text_edited", "surface": "slides", "action": "edit_text_box", "target": "slide-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:slides", "visibleText": "alid field scrolls into view and takes focus. Tested with 6 users, zero dead-ends."}, "observation": "Low-level replay drove browser-os/slides.edit_text_box.", "error": null}, {"ok": true, "event": "app.action", "surface": "slides", "action": "save_deck", "target": "design/checkout-v3.key", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:slides", "visibleText": "design/checkout-v3.key"}, "observation": "Low-level replay drove browser-os/slides.save_deck.", "error": null}], "alignment": [{"node_id": "umbrella-senior01.finder.open_path.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, {"node_id": "umbrella-senior01.editor.open_file.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74]}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]}, {"node_id": "umbrella-senior01.editor.save_file.3", "observation_index": 5, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior01.editor.open_file.4", "observation_index": 6, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116]}, {"node_id": "umbrella-senior01.editor.save_file.6", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior01.terminal.run_command.7", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, {"node_id": "umbrella-senior01.terminal.run_command.8", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "umbrella-senior01.terminal.run_command.9", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, {"node_id": "umbrella-senior01.terminal.run_command.10", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, {"node_id": "umbrella-senior01.browser.open_url.11", "observation_index": 14, "input_event_ordinals": [1, 2]}, {"node_id": "umbrella-senior01.browser.open_url.11.synth.tab.1", "observation_index": 15, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior01.github.open_pull_request.12", "observation_index": 16, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior01.browser.extract_quote.13", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-senior01.browser.extract_quote.13.synth.tab.2", "observation_index": 18, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior01.github.request_review.14", "observation_index": 19, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior01.slides.open_deck.16", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "observation_index": 23, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "observation_index": 24, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102]}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1", "observation_index": 25, "input_event_ordinals": [1, 2]}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83]}, {"node_id": "umbrella-senior01.slides.save_deck.19", "observation_index": 27, "input_event_ordinals": [1]}]}, "media": {"video": "videos/umbrella-senior01__browser-os.webm", "frames": [{"node_id": "umbrella-senior01.finder.open_path.0", "t_ms": 320, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.finder.open_path.0.png"}, {"node_id": "umbrella-senior01.editor.open_file.1", "t_ms": 140, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.open_file.1.png"}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0", "t_ms": 1500, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0.png"}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1", "t_ms": 100, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1.png"}, {"node_id": "umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2", "t_ms": 960, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2.png"}, {"node_id": "umbrella-senior01.editor.save_file.3", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.save_file.3.png"}, {"node_id": "umbrella-senior01.editor.open_file.4", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.open_file.4.png"}, {"node_id": "umbrella-senior01.editor.replace_buffer.5.synth.reread.1", "t_ms": 240, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.5.synth.reread.1.png"}, {"node_id": "umbrella-senior01.editor.replace_buffer.5", "t_ms": 2820, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.5.png"}, {"node_id": "umbrella-senior01.editor.save_file.6", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.save_file.6.png"}, {"node_id": "umbrella-senior01.terminal.run_command.7", "t_ms": 580, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.7.png"}, {"node_id": "umbrella-senior01.terminal.run_command.8", "t_ms": 260, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.8.png"}, {"node_id": "umbrella-senior01.terminal.run_command.9", "t_ms": 1000, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.9.png"}, {"node_id": "umbrella-senior01.terminal.run_command.10", "t_ms": 840, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.10.png"}, {"node_id": "umbrella-senior01.browser.open_url.11", "t_ms": 60, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.open_url.11.png"}, {"node_id": "umbrella-senior01.browser.open_url.11.synth.tab.1", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.open_url.11.synth.tab.1.png"}, {"node_id": "umbrella-senior01.github.open_pull_request.12", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.github.open_pull_request.12.png"}, {"node_id": "umbrella-senior01.browser.extract_quote.13", "t_ms": 120, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.extract_quote.13.png"}, {"node_id": "umbrella-senior01.browser.extract_quote.13.synth.tab.2", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.extract_quote.13.synth.tab.2.png"}, {"node_id": "umbrella-senior01.github.request_review.14", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.github.request_review.14.png"}, {"node_id": "umbrella-senior01.slides.open_deck.16", "t_ms": 140, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.open_deck.16.png"}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.4.0", "t_ms": 520, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.4.0.png"}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.5.1", "t_ms": 520, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.5.1.png"}, {"node_id": "umbrella-senior01.slides.add_slide.17.synth.typo.6.2", "t_ms": 520, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.6.2.png"}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0", "t_ms": 2460, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0.png"}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1", "t_ms": 60, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1.png"}, {"node_id": "umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2", "t_ms": 1680, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2.png"}, {"node_id": "umbrella-senior01.slides.save_deck.19", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.save_deck.19.png"}]}} +{"schema_version": "v2", "trajectory_id": "umbrella-coo02__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "umbrella-coo02", "company": "umbrella", "role_id": "exec.coo", "title": "COO", "env": "macos-web-next", "goal": "UMBRELLA · COO — workday", "tree": {"nodes": [{"node_id": "umbrella-coo02.spreadsheet.open_workbook.0", "kind": "terminal", "label": "spreadsheet.open_workbook", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx"}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.197ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 197}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 197}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "B14", "args": {"value": "=SUM(B2:B13)", "chars": 12}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.182ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 182}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 182}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "=AVERAGE(C2:C13)", "chars": 16}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.291ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 291}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 291}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "D14", "args": {"value": "=B14*C14", "chars": 8}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.480ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 480}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 480}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "E14", "args": {"value": "=B14/E2-1", "chars": 9}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.139ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 139}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 139}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "=SUMIF(D2:D13,\">=10000\",B2:B13)", "chars": 31}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.146ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 146}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 146}}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "G14", "args": {"value": "=CORREL(B2:B13,C2:C13)", "chars": 22}}, {"node_id": "umbrella-coo02.spreadsheet.save_sheet.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.390ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 390}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 390}}, {"node_id": "umbrella-coo02.spreadsheet.save_sheet.7", "kind": "terminal", "label": "spreadsheet.save_sheet", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx"}, {"node_id": "umbrella-coo02.calendar.open_view.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.321ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 321}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 321}}, {"node_id": "umbrella-coo02.calendar.open_view.8", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "umbrella-coo02.notion.open_doc.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.200ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 200}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 200}}, {"node_id": "umbrella-coo02.notion.open_doc.9", "kind": "terminal", "label": "exec.open", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/exec-notes"}, {"node_id": "umbrella-coo02.notion.insert_text.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.186ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 186}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 186}}, {"node_id": "umbrella-coo02.notion.insert_text.10", "kind": "terminal", "label": "exec.write", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "args": {"visible_text": "Exec: aligned on priorities for the quarter. Parking the SSO debate until the enterprise deal closes. Owners noted below.", "chars": 121}}, {"node_id": "umbrella-coo02.wait.pause.11.synth.pause.11", "kind": "terminal", "label": "behavior.wait.346ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 346}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 346}}, {"node_id": "umbrella-coo02.wait.pause.11", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "umbrella-coo02.slack.open_channel.12.synth.pause.12", "kind": "terminal", "label": "behavior.wait.274ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 274}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 274}}, {"node_id": "umbrella-coo02.slack.open_channel.12", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "umbrella-coo02.slack.scroll_history.13.synth.pause.13", "kind": "terminal", "label": "behavior.wait.136ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 136}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 136}}, {"node_id": "umbrella-coo02.slack.scroll_history.13", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "umbrella-coo02.slack.post_message.14.synth.pause.14", "kind": "terminal", "label": "behavior.wait.177ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 177}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 177}}, {"node_id": "umbrella-coo02.slack.post_message.14", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#launch", "args": {"visible_text": "Just merged — vendor renewal needs a pricing decision by week 2.", "chars": 64}}, {"node_id": "umbrella-coo02.slack.open_channel.15.synth.pause.15", "kind": "terminal", "label": "behavior.wait.189ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 189}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 189}}, {"node_id": "umbrella-coo02.slack.open_channel.15", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#general"}, {"node_id": "umbrella-coo02.slack.scroll_history.16.synth.pause.16", "kind": "terminal", "label": "behavior.wait.385ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 385}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 385}}, {"node_id": "umbrella-coo02.slack.scroll_history.16", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#general"}, {"node_id": "umbrella-coo02.slack.post_message.17.synth.reread.1.synth.pause.17", "kind": "terminal", "label": "behavior.wait.643ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8499/500"}, "t_start_resolved": "8499/500", "t_finish_resolved": "2126/125"}, "slots": {"behavior": "hesitation", "duration_ms": 643}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 643}}, {"node_id": "umbrella-coo02.slack.post_message.17.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "8509/500", "t_finish_resolved": "4257/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "umbrella-coo02.slack.post_message.17.synth.pause.18", "kind": "terminal", "label": "behavior.wait.591ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "2126/125", "t_finish_resolved": "8509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 591}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 591}}, {"node_id": "umbrella-coo02.slack.post_message.17", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "4257/250", "t_finish_resolved": "8519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#general", "args": {"visible_text": "Quick fsvor — the PRD now has last week's research nptes.", "chars": 57, "_typo_committed": true}}, {"node_id": "umbrella-coo02.slack.open_channel.18.synth.pause.19", "kind": "terminal", "label": "behavior.wait.277ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 277}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 277}}, {"node_id": "umbrella-coo02.slack.open_channel.18", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "umbrella-coo02.slack.scroll_history.19.synth.pause.20", "kind": "terminal", "label": "behavior.wait.451ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 451}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 451}}, {"node_id": "umbrella-coo02.slack.scroll_history.19", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "umbrella-coo02.slack.post_message.20.synth.pause.21", "kind": "terminal", "label": "behavior.wait.10148ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 10148}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 10148}}, {"node_id": "umbrella-coo02.slack.post_message.20", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Just merged — the zero-price guard is live in staging.", "chars": 54}}, {"node_id": "mkt.umbrella.launch", "kind": "terminal", "label": "mkt.umbrella.launch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-coo02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "893"}, "t_start_resolved": "893", "t_finish_resolved": "89301/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#market", "args": {"visible_text": "UMBRELLA just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today.", "chars": 97}}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-numbers", "node_id": "umbrella-coo02.spreadsheet.open_workbook.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "umbrella-coo02.spreadsheet.open_workbook.0", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 618, "y": 277, "move_frame": 1, "move_frames": 4, "control": "num-focus", "hit_test": {"validated": true, "x": 618, "y": 277, "tag": "td", "id": "", "class_name": "cell s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 557, "y": 258, "width": 80, "height": 22}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-coo02.spreadsheet.open_workbook.0", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 602, "y": 218, "move_frame": 2, "move_frames": 4, "control": "num-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "umbrella-coo02.spreadsheet.open_workbook.0", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 593, "y": 183, "move_frame": 3, "move_frames": 4, "control": "num-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "umbrella-coo02.spreadsheet.open_workbook.0", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 590, "y": 171, "move_frame": 4, "move_frames": 4, "control": "num-focus", "hit_test": {"validated": true, "x": 590, "y": 171, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 157, "width": 1020, "height": 28}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "umbrella-coo02.spreadsheet.open_workbook.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 171, "button": "left", "control": "num-focus", "hit_test": {"validated": true, "x": 590, "y": 171, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 157, "width": 1020, "height": 28}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 171, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 171, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 157, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 171, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 171, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 157, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 2, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 3, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 4, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 6, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "G", "char_index": 7, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 8, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 9, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 10, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 11, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 13, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 14, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 15, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 16, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 171, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 171, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 157, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 171, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 171, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 157, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 171, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 171, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 157, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 6, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 7, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 8, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 9, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 11, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 12, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 13, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 14, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 15, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 16, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 17, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 18, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 19, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 20, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 21, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 22, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 23, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 24, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 25, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 26, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 27, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 28, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 29, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 32, "t_ms": 740}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 30, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 33, "t_ms": 760}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 31, "char_count": 31, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 34, "t_ms": 780}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 35, "t_ms": 800}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 171, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 171, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 157, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "umbrella-coo02.spreadsheet.save_sheet.7", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Meta+s", "control": "num-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "umbrella-coo02.calendar.open_view.8", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "umbrella-coo02.calendar.open_view.8", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 171, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 590, "y": 171, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 157, "width": 1020, "height": 28}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "umbrella-coo02.notion.open_doc.9", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 589, "y": 185, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 589, "y": 185, "tag": "button", "id": "", "class_name": "note-card s-n3WPdETDPYGS active", "role": "", "aria_label": "", "title": "", "text": "Sprint 29 Standup — Week 4 Today 6:33 PM Sprint 29 - Week 4Updates:- Design team finalized the new dashboard mockups- Ba", "bbox": {"x": 462, "y": 179, "width": 251, "height": 51}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 196, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 202, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 29 - Week 4Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 29 - Week 4Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 29 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 29 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "umbrella-coo02.notion.open_doc.9", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 29 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 29 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 1, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 2, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 10, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 11, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 13, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 19, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 21, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 23, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 27, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 29, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 31, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 33, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 34, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 35, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 37, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 38, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 43, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 44, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 46, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 49, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 50, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 51, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 52, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 54, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 55, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 58, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 59, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 60, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 62, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 63, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 64, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 65, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 66, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 67, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 69, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 70, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 71, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 72, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 73, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 75, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 76, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 78, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 79, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 81, "t_ms": 1680}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 80, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 82, "t_ms": 1700}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 81, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 83, "t_ms": 1720}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 82, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 84, "t_ms": 1740}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 83, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 85, "t_ms": 1760}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 84, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 86, "t_ms": 1780}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 85, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 87, "t_ms": 1800}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 86, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 88, "t_ms": 1820}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 87, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 89, "t_ms": 1840}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 88, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 90, "t_ms": 1860}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 89, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 91, "t_ms": 1880}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 90, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 92, "t_ms": 1900}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 91, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 93, "t_ms": 1920}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 92, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 94, "t_ms": 1940}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 93, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 95, "t_ms": 1960}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 94, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 96, "t_ms": 1980}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 95, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 97, "t_ms": 2000}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 96, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 98, "t_ms": 2020}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 97, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 99, "t_ms": 2040}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 98, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 100, "t_ms": 2060}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 99, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 101, "t_ms": 2080}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 100, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 102, "t_ms": 2100}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 101, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 103, "t_ms": 2120}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 102, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 104, "t_ms": 2140}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 103, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 105, "t_ms": 2160}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 104, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 106, "t_ms": 2180}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 105, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 107, "t_ms": 2200}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 106, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 108, "t_ms": 2220}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 107, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 109, "t_ms": 2240}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 108, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 110, "t_ms": 2260}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 109, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 111, "t_ms": 2280}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 110, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 112, "t_ms": 2300}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 111, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 113, "t_ms": 2320}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 112, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 114, "t_ms": 2340}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 113, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 115, "t_ms": 2360}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 114, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 116, "t_ms": 2380}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 115, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 117, "t_ms": 2400}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 116, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 118, "t_ms": 2420}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 117, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 119, "t_ms": 2440}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 118, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 120, "t_ms": 2460}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 119, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 121, "t_ms": 2480}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 120, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 122, "t_ms": 2500}, {"node_id": "umbrella-coo02.notion.insert_text.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 121, "char_count": 121, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 123, "t_ms": 2520}, {"kind": "script_eval", "control": "mac-bridge-slack", "node_id": "umbrella-coo02.slack.open_channel.12", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "umbrella-coo02.slack.scroll_history.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 841, "y": 474, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 841, "y": 474, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 29 - Week 4 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 90% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.slack.scroll_history.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 521, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-coo02.slack.scroll_history.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 575, "y": 549, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-coo02.slack.scroll_history.13", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-coo02.slack.scroll_history.13", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "J", "char_index": 1, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 6, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 15, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 17, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 18, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 19, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 20, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 26, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 28, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 33, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 34, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 38, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 40, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 41, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 43, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 44, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 46, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 48, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 49, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 50, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 52, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 53, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 55, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 56, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 58, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 59, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 60, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 61, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 63, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 64, "char_count": 64, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "umbrella-coo02.slack.post_message.14", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "umbrella-coo02.slack.scroll_history.16", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 520, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 520, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.slack.scroll_history.16", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 532, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-coo02.slack.scroll_history.16", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-coo02.slack.scroll_history.16", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-coo02.slack.scroll_history.16", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-coo02.slack.post_message.17.synth.reread.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Q", "char_index": 1, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 7, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 9, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 16, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 19, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 20, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 21, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 23, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 24, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 25, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 27, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 28, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 29, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 31, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 32, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 34, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 36, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 39, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 40, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 41, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 43, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 45, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 46, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 49, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 50, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 52, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 53, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 54, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 55, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 56, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 57, "char_count": 57, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "umbrella-coo02.slack.post_message.17", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "umbrella-coo02.slack.scroll_history.19", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 520, "y": 694, "move_frame": 1, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 520, "y": 694, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.slack.scroll_history.19", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 532, "y": 618, "move_frame": 2, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-coo02.slack.scroll_history.19", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 573, "move_frame": 3, "move_frames": 4, "control": "slack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-coo02.slack.scroll_history.19", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 558, "move_frame": 4, "move_frames": 4, "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-coo02.slack.scroll_history.19", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 542, "y": 558, "button": "left", "control": "slack-scroll", "hit_test": {"validated": true, "x": 542, "y": 558, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 525, "y": 664, "move_frame": 1, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 525, "y": 664, "tag": "div", "id": "", "class_name": "messages s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 252, "y": 346, "width": 580, "height": 424}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 740, "move_frame": 2, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 785, "move_frame": 3, "move_frames": 4, "control": "slack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 503, "y": 800, "move_frame": 4, "move_frames": 4, "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "J", "char_index": 1, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 6, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 16, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 19, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 23, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 24, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 27, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 30, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 31, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 32, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 39, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 40, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 41, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 44, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 47, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 48, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 49, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 50, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 52, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 53, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 54, "char_count": 54, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-coo02.slack.post_message.20", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 503, "y": 800, "button": "left", "control": "slack-post-focus", "hit_test": {"validated": true, "x": 503, "y": 800, "tag": "input", "id": "", "class_name": "composer s-7dxexISClHzO", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 270, "y": 781, "width": 466, "height": 38}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 1, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 2, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 3, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 5, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 6, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 7, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 8, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 10, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 11, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 12, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 15, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 16, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 19, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 21, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 23, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 24, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 26, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 27, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 28, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 29, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 30, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 32, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 33, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 35, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 37, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 38, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 39, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 42, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 43, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 45, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 46, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 48, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 51, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 52, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 54, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 55, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 56, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 57, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 59, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 61, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 62, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 63, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 64, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 65, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 67, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 68, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 69, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 70, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 71, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 72, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 73, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 74, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 75, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 76, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 77, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 78, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 79, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 80, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 81, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 82, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 83, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 85, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 86, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 87, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 88, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 89, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 90, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 92, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 93, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 94, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 95, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 96, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 97, "char_count": 97, "delay_ms": 4, "control": "slack-post-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "mkt.umbrella.launch", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "slack-post-submit", "validated": false, "ordinal": 99, "t_ms": 2000}], "observations": [{"ok": true, "event": "workbook.opened", "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove macos-web-next/numbers.open_workbook.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "B14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=SUM(B2:B13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=AVERAGE(C2:C13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "D14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=B14*C14"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "E14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=B14/E2-1"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=SUMIF(D2:D13,\">=10000\",B2:B13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "G14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=CORREL(B2:B13,C2:C13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove macos-web-next/numbers.save_sheet.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/exec-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/exec-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/exec-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Exec: aligned on priorities for the quarter. Parking the SSO debate until the enterprise deal closes. Owners noted below."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Just merged — vendor renewal needs a pricing decision by week 2."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Quick fsvor — the PRD now has last week's research nptes."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove macos-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "Just merged — the zero-price guard is live in staging."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#market", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:slack", "visibleText": "UMBRELLA just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today."}, "observation": "Low-level replay drove macos-web-next/slack.post_message.", "error": null}], "alignment": [{"node_id": "umbrella-coo02.spreadsheet.open_workbook.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "umbrella-coo02.spreadsheet.save_sheet.7", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "umbrella-coo02.calendar.open_view.8", "observation_index": 8, "input_event_ordinals": [1, 2]}, {"node_id": "umbrella-coo02.notion.open_doc.9", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "umbrella-coo02.notion.insert_text.10", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123]}, {"node_id": "umbrella-coo02.slack.open_channel.12", "observation_index": 11, "input_event_ordinals": [1]}, {"node_id": "umbrella-coo02.slack.scroll_history.13", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-coo02.slack.post_message.14", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70]}, {"node_id": "umbrella-coo02.slack.open_channel.15", "observation_index": 14, "input_event_ordinals": []}, {"node_id": "umbrella-coo02.slack.scroll_history.16", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-coo02.slack.post_message.17.synth.reread.1", "observation_index": 16, "input_event_ordinals": [1]}, {"node_id": "umbrella-coo02.slack.post_message.17", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]}, {"node_id": "umbrella-coo02.slack.open_channel.18", "observation_index": 18, "input_event_ordinals": []}, {"node_id": "umbrella-coo02.slack.scroll_history.19", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-coo02.slack.post_message.20", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}, {"node_id": "mkt.umbrella.launch", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99]}]}, "media": {"video": "videos/umbrella-coo02__macos-web-next.webm", "frames": [{"node_id": "umbrella-coo02.spreadsheet.open_workbook.0", "t_ms": 140, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.open_workbook.0.png"}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.1", "t_ms": 340, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.1.png"}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.2", "t_ms": 420, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.2.png"}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.3", "t_ms": 260, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.3.png"}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.4", "t_ms": 280, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.4.png"}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.5", "t_ms": 720, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.5.png"}, {"node_id": "umbrella-coo02.spreadsheet.write_formula.6", "t_ms": 540, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.6.png"}, {"node_id": "umbrella-coo02.spreadsheet.save_sheet.7", "t_ms": 0, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.save_sheet.7.png"}, {"node_id": "umbrella-coo02.calendar.open_view.8", "t_ms": 60, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.calendar.open_view.8.png"}, {"node_id": "umbrella-coo02.notion.open_doc.9", "t_ms": 240, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.notion.open_doc.9.png"}, {"node_id": "umbrella-coo02.notion.insert_text.10", "t_ms": 2520, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.notion.insert_text.10.png"}, {"node_id": "umbrella-coo02.slack.open_channel.12", "t_ms": 0, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.open_channel.12.png"}, {"node_id": "umbrella-coo02.slack.scroll_history.13", "t_ms": 120, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.13.png"}, {"node_id": "umbrella-coo02.slack.post_message.14", "t_ms": 1420, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.14.png"}, {"node_id": "umbrella-coo02.slack.scroll_history.16", "t_ms": 120, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.16.png"}, {"node_id": "umbrella-coo02.slack.post_message.17.synth.reread.1", "t_ms": 0, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.17.synth.reread.1.png"}, {"node_id": "umbrella-coo02.slack.post_message.17", "t_ms": 1280, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.17.png"}, {"node_id": "umbrella-coo02.slack.scroll_history.19", "t_ms": 120, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.19.png"}, {"node_id": "umbrella-coo02.slack.post_message.20", "t_ms": 1220, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.20.png"}, {"node_id": "mkt.umbrella.launch", "t_ms": 2000, "blob_ref": "screenshots/umbrella-coo02__macos-web-next/mkt.umbrella.launch.png"}]}} +{"schema_version": "v2", "trajectory_id": "umbrella-senior03__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "umbrella-senior03", "company": "umbrella", "role_id": "swe.backend.senior", "title": "Senior Backend Engineer", "env": "windows-web-next", "goal": "UMBRELLA · Senior Backend Engineer — workday", "tree": {"nodes": [{"node_id": "umbrella-senior03.slack.open_channel.0", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#standup"}, {"node_id": "umbrella-senior03.slack.scroll_history.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.451ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 451}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 451}}, {"node_id": "umbrella-senior03.slack.scroll_history.1", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#standup"}, {"node_id": "umbrella-senior03.slack.post_message.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.243ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 243}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 243}}, {"node_id": "umbrella-senior03.slack.post_message.2", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#standup", "args": {"visible_text": "Yrsterday paired on the checkout zero-price guard; today writing the SSO/SXIM design doc. Blocker: need the vendor's API credentials.", "chars": 133, "_typo_committed": true}}, {"node_id": "umbrella-senior03.slack.react_to_message.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.393ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 393}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 393}}, {"node_id": "umbrella-senior03.slack.react_to_message.3", "kind": "terminal", "label": "slack.react_to_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "react_to_message", "target": "#standup"}, {"node_id": "umbrella-senior03.slack.open_channel.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.391ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 391}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 391}}, {"node_id": "umbrella-senior03.slack.open_channel.4", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#general"}, {"node_id": "umbrella-senior03.slack.scroll_history.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.465ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 465}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 465}}, {"node_id": "umbrella-senior03.slack.scroll_history.5", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#general"}, {"node_id": "umbrella-senior03.slack.open_channel.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.486ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 486}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 486}}, {"node_id": "umbrella-senior03.slack.open_channel.6", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "umbrella-senior03.slack.scroll_history.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.353ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 353}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 353}}, {"node_id": "umbrella-senior03.slack.scroll_history.7", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "umbrella-senior03.slack.open_channel.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.458ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 458}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 458}}, {"node_id": "umbrella-senior03.slack.open_channel.8", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "umbrella-senior03.slack.scroll_history.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.415ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 415}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 415}}, {"node_id": "umbrella-senior03.slack.scroll_history.9", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "umbrella-senior03.slack.post_message.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.5772ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 5772}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 5772}}, {"node_id": "umbrella-senior03.slack.post_message.10", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Status — the cohort dasgboard schema froze, please review.", "chars": 58, "_typo_committed": true}}, {"node_id": "umbrella-senior03.wait.pause.11.synth.pause.11", "kind": "terminal", "label": "behavior.wait.370ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 370}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 370}}, {"node_id": "umbrella-senior03.wait.pause.11", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "umbrella-senior03.finder.open_path.12.synth.pause.12", "kind": "terminal", "label": "behavior.wait.488ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 488}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 488}}, {"node_id": "umbrella-senior03.finder.open_path.12", "kind": "terminal", "label": "finder.open_path", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "finder", "action": "open_path", "target": "~/repo"}, {"node_id": "umbrella-senior03.editor.open_file.13.synth.pause.13", "kind": "terminal", "label": "behavior.wait.589ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 589}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 589}}, {"node_id": "umbrella-senior03.editor.open_file.13", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/checkout.py"}, {"node_id": "umbrella-senior03.editor.replace_buffer.14.synth.pause.14", "kind": "terminal", "label": "behavior.wait.440ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 440}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 440}}, {"node_id": "umbrella-senior03.editor.replace_buffer.14", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/checkout.py", "args": {"visible_text": "def validate_cart(cart):\n if any(li.price <= 0 for li in cart.items):\n raise ValueError('zero-price line item')", "chars": 121}}, {"node_id": "umbrella-senior03.editor.save_file.15.synth.pause.15", "kind": "terminal", "label": "behavior.wait.309ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 309}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 309}}, {"node_id": "umbrella-senior03.editor.save_file.15", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/checkout.py"}, {"node_id": "umbrella-senior03.editor.open_file.16.synth.pause.16", "kind": "terminal", "label": "behavior.wait.487ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 487}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 487}}, {"node_id": "umbrella-senior03.editor.open_file.16", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/handlers.py"}, {"node_id": "umbrella-senior03.editor.replace_buffer.17.synth.pause.17", "kind": "terminal", "label": "behavior.wait.484ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 484}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 484}}, {"node_id": "umbrella-senior03.editor.replace_buffer.17", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/handlers.py", "args": {"visible_text": "def cohort_week(first_seen, ts):\n return (ts - first_seen).days // 7", "chars": 71}}, {"node_id": "umbrella-senior03.editor.save_file.18.synth.pause.18", "kind": "terminal", "label": "behavior.wait.448ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 448}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 448}}, {"node_id": "umbrella-senior03.editor.save_file.18", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/handlers.py"}, {"node_id": "umbrella-senior03.terminal.run_command.19.synth.pause.19", "kind": "terminal", "label": "behavior.wait.283ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 283}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 283}}, {"node_id": "umbrella-senior03.terminal.run_command.19", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "pytest", "args": {"command": "pytest -k checkout -q"}}, {"node_id": "umbrella-senior03.terminal.run_command.20.synth.pause.20", "kind": "terminal", "label": "behavior.wait.3971ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 3971}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 3971}}, {"node_id": "umbrella-senior03.terminal.run_command.20", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git status", "args": {"command": "git status"}}, {"node_id": "umbrella-senior03.terminal.run_command.21.synth.pause.21", "kind": "terminal", "label": "behavior.wait.5747ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 5747}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 5747}}, {"node_id": "umbrella-senior03.terminal.run_command.21", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git commit", "args": {"command": "git commit -am 'fix: validate zero-price items'"}}, {"node_id": "umbrella-senior03.terminal.run_command.22.synth.pause.22", "kind": "terminal", "label": "behavior.wait.533ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 533}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 533}}, {"node_id": "umbrella-senior03.terminal.run_command.22", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git push", "args": {"command": "git push origin fix/checkout-validation"}}]}, "trajectory": {"input_events": [{"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "umbrella-senior03.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "umbrella-senior03.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 711, "y": 635, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 711, "y": 635, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 514, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior03.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 701, "y": 440, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior03.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior03.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 683, "y": 548, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 683, "y": 548, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 642, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 699, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 661, "y": 718, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 661, "y": 718, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 1, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 2, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 11, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 13, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 16, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 25, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 26, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 27, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 28, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 29, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 31, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 32, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 34, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 35, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 36, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 38, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 39, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 42, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 45, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 46, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 49, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 50, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 52, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 53, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 54, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 55, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 56, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 58, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 59, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 60, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 61, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 62, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 63, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 64, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 65, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 66, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 67, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 68, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 70, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 71, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 72, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 73, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 74, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "X", "char_index": 75, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 76, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 77, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 78, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 79, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 80, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 81, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 82, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 83, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 84, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 85, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 86, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 87, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 88, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 89, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 90, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 91, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 92, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 93, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 94, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 95, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 96, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 97, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 98, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 99, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 100, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 101, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 102, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 103, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 104, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 105, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 106, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 107, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 108, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 109, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 110, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 111, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 116, "t_ms": 2740}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 112, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 117, "t_ms": 2760}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 113, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 118, "t_ms": 2780}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 114, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 119, "t_ms": 2800}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 115, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 120, "t_ms": 2820}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 116, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 121, "t_ms": 2840}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 117, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 122, "t_ms": 2860}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 118, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 123, "t_ms": 2880}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 119, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 124, "t_ms": 2900}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 120, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 125, "t_ms": 2920}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 121, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 126, "t_ms": 2940}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 122, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 127, "t_ms": 2960}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 123, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 128, "t_ms": 2980}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 124, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 129, "t_ms": 3000}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 125, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 130, "t_ms": 3020}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 126, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 131, "t_ms": 3040}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 127, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 132, "t_ms": 3060}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 128, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 133, "t_ms": 3080}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 129, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 134, "t_ms": 3100}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 130, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 135, "t_ms": 3120}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 131, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 136, "t_ms": 3140}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 132, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 137, "t_ms": 3160}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 133, "char_count": 133, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 138, "t_ms": 3180}, {"node_id": "umbrella-senior03.slack.post_message.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 139, "t_ms": 3200}, {"node_id": "umbrella-senior03.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 586, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 678, "y": 586, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 690, "y": 492, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior03.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 698, "y": 435, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior03.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior03.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior03.slack.scroll_history.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.slack.scroll_history.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 683, "y": 548, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 683, "y": 548, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 642, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 699, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 661, "y": 718, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 661, "y": 718, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 5, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 8, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 11, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 16, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 18, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 21, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 22, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 24, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 25, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 29, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 31, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 32, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 33, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 35, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 38, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 40, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 41, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 43, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 45, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 46, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 48, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 49, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 52, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 54, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 55, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 57, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 58, "char_count": 58, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "umbrella-senior03.slack.post_message.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 606, "y": 787, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 606, "y": 787, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack ACME Workspace Slac", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 567, "y": 836, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 544, "y": 866, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 7, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 13, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 26, "t_ms": 1460}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 27, "t_ms": 1580}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1700}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "File Explorer", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 29, "t_ms": 1820}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack ACME Workspace Slac", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 30, "t_ms": 1940}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 988, "y": 522, "move_frame": 1, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 988, "y": 522, "tag": "div", "id": "", "class_name": "content-area s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "Name ▲ Date modified Type Size 📁 Project Files 1/29/2025 10:00 AM File folder 📁 Screenshots 2/5/2025 9:30 AM File fold", "bbox": {"x": 925, "y": 174, "width": 506, "height": 643}}, "validated": true, "ordinal": 31, "t_ms": 2000}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1180, "y": 318, "move_frame": 2, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 32, "t_ms": 2120}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1295, "y": 195, "move_frame": 3, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 33, "t_ms": 2240}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1333, "y": 154, "move_frame": 4, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1333, "y": 154, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1254, "y": 146, "width": 158, "height": 17}}, "validated": true, "ordinal": 34, "t_ms": 2360}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1333, "y": 154, "button": "left", "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1333, "y": 154, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1254, "y": 146, "width": 158, "height": 17}}, "validated": true, "ordinal": 35, "t_ms": 2480}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "explorer-addr-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "explorer-addr-text", "validated": false, "ordinal": 37, "t_ms": 2600}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 38, "t_ms": 2660}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "umbrella-senior03.finder.open_path.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "explorer-addr-submit", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 984, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 984, "y": 470, "tag": "div", "id": "", "class_name": "empty-folder s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "📂 No items match your search", "bbox": {"x": 925, "y": 174, "width": 506, "height": 643}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 735, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 586, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 1, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 4, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 6, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 8, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 15, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 27, "t_ms": 1480}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 28, "t_ms": 1500}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 29, "t_ms": 1520}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 30, "t_ms": 1540}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 31, "t_ms": 1560}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 32, "t_ms": 1680}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 33, "t_ms": 1800}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Visual Studio Code", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 34, "t_ms": 1920}, {"node_id": "umbrella-senior03.editor.open_file.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 35, "t_ms": 2040}, {"node_id": "umbrella-senior03.editor.save_file.15", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.editor.save_file.18", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 640, "y": 837, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 640, "y": 837, "tag": "form", "id": "", "class_name": "composer s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "Send", "bbox": {"x": 229, "y": 777, "width": 500, "height": 66}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 858, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Terminal", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 360, "y": 193, "width": 1043, "height": 633}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 809, "move_frame": 1, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 598, "y": 809, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 26, "t_ms": 1900}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 810, "move_frame": 2, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 27, "t_ms": 2020}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 810, "move_frame": 3, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 28, "t_ms": 2140}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 29, "t_ms": 2260}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 30, "t_ms": 2380}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 1, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 9, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 20, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 21, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "umbrella-senior03.terminal.run_command.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "umbrella-senior03.terminal.run_command.20", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 16, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 22, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 31, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 35, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 45, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 47, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "umbrella-senior03.terminal.run_command.21", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 20, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 25, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "umbrella-senior03.terminal.run_command.22", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 41, "t_ms": 840}], "observations": [{"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Yrsterday paired on the checkout zero-price guard; today writing the SSO/SXIM design doc. Blocker: need the vendor's API credentials."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "message.reacted", "surface": "slack", "action": "react_to_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.react_to_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Status — the cohort dasgboard schema froze, please review."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "finder.path_opened", "surface": "finder", "action": "open_path", "target": "~/repo", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:file-explorer", "visibleText": "~/repo"}, "observation": "Low-level replay drove windows-web-next/file-explorer.open_path.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/checkout.py"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/checkout.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/checkout.py"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/handlers.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/handlers.py"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/handlers.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/handlers.py", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/handlers.py"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "pytest", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "pytest -k checkout -q"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git status", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git status"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git commit", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git commit -am 'fix: validate zero-price items'"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git push", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git push origin fix/checkout-validation"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}], "alignment": [{"node_id": "umbrella-senior03.slack.open_channel.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "umbrella-senior03.slack.scroll_history.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-senior03.slack.post_message.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139]}, {"node_id": "umbrella-senior03.slack.react_to_message.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "umbrella-senior03.slack.open_channel.4", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "umbrella-senior03.slack.scroll_history.5", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-senior03.slack.open_channel.6", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "umbrella-senior03.slack.scroll_history.7", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior03.slack.open_channel.8", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "umbrella-senior03.slack.scroll_history.9", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior03.slack.post_message.10", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64]}, {"node_id": "umbrella-senior03.finder.open_path.12", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, {"node_id": "umbrella-senior03.editor.open_file.13", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "umbrella-senior03.editor.replace_buffer.14", "observation_index": 13, "input_event_ordinals": []}, {"node_id": "umbrella-senior03.editor.save_file.15", "observation_index": 14, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior03.editor.open_file.16", "observation_index": 15, "input_event_ordinals": []}, {"node_id": "umbrella-senior03.editor.replace_buffer.17", "observation_index": 16, "input_event_ordinals": []}, {"node_id": "umbrella-senior03.editor.save_file.18", "observation_index": 17, "input_event_ordinals": [1]}, {"node_id": "umbrella-senior03.terminal.run_command.19", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]}, {"node_id": "umbrella-senior03.terminal.run_command.20", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "umbrella-senior03.terminal.run_command.21", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, {"node_id": "umbrella-senior03.terminal.run_command.22", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}]}, "media": {"video": "videos/umbrella-senior03__windows-web-next.webm", "frames": [{"node_id": "umbrella-senior03.slack.open_channel.0", "t_ms": 460, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.open_channel.0.png"}, {"node_id": "umbrella-senior03.slack.scroll_history.1", "t_ms": 120, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.1.png"}, {"node_id": "umbrella-senior03.slack.post_message.2", "t_ms": 3200, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.post_message.2.png"}, {"node_id": "umbrella-senior03.slack.scroll_history.5", "t_ms": 120, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.5.png"}, {"node_id": "umbrella-senior03.slack.scroll_history.7", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.7.png"}, {"node_id": "umbrella-senior03.slack.scroll_history.9", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.9.png"}, {"node_id": "umbrella-senior03.slack.post_message.10", "t_ms": 2860, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.post_message.10.png"}, {"node_id": "umbrella-senior03.finder.open_path.12", "t_ms": 900, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.finder.open_path.12.png"}, {"node_id": "umbrella-senior03.editor.open_file.13", "t_ms": 720, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.open_file.13.png"}, {"node_id": "umbrella-senior03.editor.save_file.15", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.save_file.15.png"}, {"node_id": "umbrella-senior03.editor.save_file.18", "t_ms": 0, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.save_file.18.png"}, {"node_id": "umbrella-senior03.terminal.run_command.19", "t_ms": 2860, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.19.png"}, {"node_id": "umbrella-senior03.terminal.run_command.20", "t_ms": 260, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.20.png"}, {"node_id": "umbrella-senior03.terminal.run_command.21", "t_ms": 1000, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.21.png"}, {"node_id": "umbrella-senior03.terminal.run_command.22", "t_ms": 840, "blob_ref": "screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.22.png"}]}} +{"schema_version": "v2", "trajectory_id": "umbrella-junior04__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "umbrella-junior04", "company": "umbrella", "role_id": "swe.junior", "title": "Junior Engineer", "env": "windows-web-next", "goal": "UMBRELLA · Junior Engineer — workday", "tree": {"nodes": [{"node_id": "umbrella-junior04.slack.open_channel.0", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#standup"}, {"node_id": "umbrella-junior04.slack.scroll_history.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.1953ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1953}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1953}}, {"node_id": "umbrella-junior04.slack.scroll_history.1", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#standup"}, {"node_id": "umbrella-junior04.slack.post_message.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.489ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 489}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 489}}, {"node_id": "umbrella-junior04.slack.post_message.2", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#standup", "args": {"visible_text": "Yestrrday cleared the support escalation baxklog; today vutting the release candidate. Heads-up: my 1:1 mived to 14:30.", "chars": 119, "_typo_committed": true}}, {"node_id": "umbrella-junior04.slack.react_to_message.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.1060ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1060}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1060}}, {"node_id": "umbrella-junior04.slack.react_to_message.3", "kind": "terminal", "label": "slack.react_to_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "react_to_message", "target": "#standup"}, {"node_id": "umbrella-junior04.slack.open_channel.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.739ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 739}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 739}}, {"node_id": "umbrella-junior04.slack.open_channel.4", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "umbrella-junior04.slack.scroll_history.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.588ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 588}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 588}}, {"node_id": "umbrella-junior04.slack.scroll_history.5", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "umbrella-junior04.slack.post_message.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.569ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 569}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 569}}, {"node_id": "umbrella-junior04.slack.post_message.6", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Status — the zero-orice guard is live im staging.", "chars": 49, "_typo_committed": true}}, {"node_id": "umbrella-junior04.slack.open_channel.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.610ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 610}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 610}}, {"node_id": "umbrella-junior04.slack.open_channel.7", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "umbrella-junior04.slack.scroll_history.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.685ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 685}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 685}}, {"node_id": "umbrella-junior04.slack.scroll_history.8", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "umbrella-junior04.slack.open_channel.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.740ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 740}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 740}}, {"node_id": "umbrella-junior04.slack.open_channel.9", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "umbrella-junior04.slack.scroll_history.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.325ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 325}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 325}}, {"node_id": "umbrella-junior04.slack.scroll_history.10", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "umbrella-junior04.wait.pause.11.synth.pause.11", "kind": "terminal", "label": "behavior.wait.578ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 578}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 578}}, {"node_id": "umbrella-junior04.wait.pause.11", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "umbrella-junior04.browser.open_url.12.synth.pause.12", "kind": "terminal", "label": "behavior.wait.874ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 874}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 874}}, {"node_id": "umbrella-junior04.browser.open_url.12", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "args": {"url": "https://github.com/acme/api/pulls"}}, {"node_id": "umbrella-junior04.github.open_pull_request.13.synth.pause.13", "kind": "terminal", "label": "behavior.wait.649ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 649}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 649}}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "kind": "terminal", "label": "github.open_pull_request", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "open_pull_request", "target": "acme/api", "args": {"branch": "feat/cohort-v2"}}, {"node_id": "umbrella-junior04.browser.extract_quote.14.synth.pause.14", "kind": "terminal", "label": "behavior.wait.153ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 153}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 153}}, {"node_id": "umbrella-junior04.browser.extract_quote.14", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "diff"}, {"node_id": "umbrella-junior04.github.request_review.15.synth.pause.15", "kind": "terminal", "label": "behavior.wait.641ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 641}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 641}}, {"node_id": "umbrella-junior04.github.request_review.15", "kind": "terminal", "label": "github.request_review", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-junior04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "request_review", "target": "acme/api", "args": {"visible_text": "LGTM overall — small nit on the cohort cutoff; feel free to ship after addressing.", "chars": 82}}]}, "trajectory": {"input_events": [{"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "umbrella-junior04.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "umbrella-junior04.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 711, "y": 635, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 711, "y": 635, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 514, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-junior04.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 701, "y": 440, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-junior04.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-junior04.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 683, "y": 548, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 683, "y": 548, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 642, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 699, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 661, "y": 718, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 661, "y": 718, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 1, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 12, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 14, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 20, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 24, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 25, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 27, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 32, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 33, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 35, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 37, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 40, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 42, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 44, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 45, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 46, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 47, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 48, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 49, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 52, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 53, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 54, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 55, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 57, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 58, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 61, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 62, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 63, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 65, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 66, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 67, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 69, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 70, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 71, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 72, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 73, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 74, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 75, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 77, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 78, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 79, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 80, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 81, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 82, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 83, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 84, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 85, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 86, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 88, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 89, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 90, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 91, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 92, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 93, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 94, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 95, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 96, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 97, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 98, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 99, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 100, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 101, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 102, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 103, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 104, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 105, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 106, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 107, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 108, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 109, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 110, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 111, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 116, "t_ms": 2740}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 112, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 117, "t_ms": 2760}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 113, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 118, "t_ms": 2780}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 114, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 119, "t_ms": 2800}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 115, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 120, "t_ms": 2820}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 116, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 121, "t_ms": 2840}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 117, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 122, "t_ms": 2860}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 118, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 123, "t_ms": 2880}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 119, "char_count": 119, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 124, "t_ms": 2900}, {"node_id": "umbrella-junior04.slack.post_message.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 125, "t_ms": 2920}, {"node_id": "umbrella-junior04.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 586, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 678, "y": 586, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 690, "y": 492, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-junior04.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 698, "y": 435, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-junior04.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-junior04.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 683, "y": 548, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 683, "y": 548, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 642, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 699, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 661, "y": 718, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 661, "y": 718, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 5, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 8, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 11, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 14, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 18, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 19, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 20, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 21, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 22, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 25, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 26, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 29, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 31, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 32, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 34, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 36, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 40, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 42, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 44, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 45, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 46, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 47, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 48, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 49, "char_count": 49, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-junior04.slack.post_message.6", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-junior04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 586, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 678, "y": 586, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 690, "y": 492, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-junior04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 698, "y": 435, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-junior04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-junior04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-junior04.slack.scroll_history.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 617, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 628, "y": 617, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 577, "y": 761, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 546, "y": 847, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 8, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 11, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 27, "t_ms": 1480}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1600}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 29, "t_ms": 1720}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Microsoft Edge", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 30, "t_ms": 1840}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack ACME Workspace Slac", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 31, "t_ms": 1960}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 809, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 598, "y": 809, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 32, "t_ms": 2020}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 810, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 33, "t_ms": 2140}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 810, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 34, "t_ms": 2260}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 35, "t_ms": 2380}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 36, "t_ms": 2500}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 2620}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 2800}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 46, "t_ms": 2820}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 47, "t_ms": 2840}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 48, "t_ms": 2860}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 49, "t_ms": 2880}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 50, "t_ms": 2900}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 51, "t_ms": 2920}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 52, "t_ms": 2940}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 53, "t_ms": 2960}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 54, "t_ms": 2980}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 55, "t_ms": 3000}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 56, "t_ms": 3020}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 57, "t_ms": 3040}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 58, "t_ms": 3060}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 59, "t_ms": 3080}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 60, "t_ms": 3100}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 61, "t_ms": 3120}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 62, "t_ms": 3140}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 63, "t_ms": 3160}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 64, "t_ms": 3180}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 65, "t_ms": 3200}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 28, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 66, "t_ms": 3220}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 29, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 67, "t_ms": 3240}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 30, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 68, "t_ms": 3260}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 31, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 69, "t_ms": 3280}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 70, "t_ms": 3300}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 71, "t_ms": 3320}, {"node_id": "umbrella-junior04.browser.open_url.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 72, "t_ms": 3340}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "umbrella-junior04.browser.extract_quote.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 652, "move_frame": 1, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 562, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.browser.extract_quote.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 650, "y": 540, "move_frame": 2, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-junior04.browser.extract_quote.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 702, "y": 472, "move_frame": 3, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-junior04.browser.extract_quote.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-junior04.browser.extract_quote.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 608, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 598, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 229, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 720, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 788, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 680}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 700}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 720}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 740}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 760}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 780}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 800}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 820}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 840}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 860}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 880}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 900}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 920}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 940}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 960}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 980}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 1000}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 1020}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 1040}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 1060}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 1080}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 1100}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 31, "t_ms": 1120}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 32, "t_ms": 1140}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 33, "t_ms": 1160}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 34, "t_ms": 1180}, {"node_id": "umbrella-junior04.github.request_review.15", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 35, "t_ms": 1200}], "observations": [{"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Yestrrday cleared the support escalation baxklog; today vutting the release candidate. Heads-up: my 1:1 mived to 14:30."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "message.reacted", "surface": "slack", "action": "react_to_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.react_to_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Status — the zero-orice guard is live im staging."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://github.com/acme/api/pulls"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "pull_request.opened", "surface": "github", "action": "open_pull_request", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "acme/api"}, "observation": "Low-level replay drove windows-web-next/edge.open_pull_request.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "diff", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "diff"}, "observation": "Low-level replay drove windows-web-next/edge.extract_quote.", "error": null}, {"ok": true, "event": "review.requested", "surface": "github", "action": "request_review", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "LGTM overall — small nit on the cohort cutoff; feel free to ship after addressing."}, "observation": "Low-level replay drove windows-web-next/edge.request_review.", "error": null}], "alignment": [{"node_id": "umbrella-junior04.slack.open_channel.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "umbrella-junior04.slack.scroll_history.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-junior04.slack.post_message.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125]}, {"node_id": "umbrella-junior04.slack.react_to_message.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "umbrella-junior04.slack.open_channel.4", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "umbrella-junior04.slack.scroll_history.5", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-junior04.slack.post_message.6", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, {"node_id": "umbrella-junior04.slack.open_channel.7", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "umbrella-junior04.slack.scroll_history.8", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-junior04.slack.open_channel.9", "observation_index": 9, "input_event_ordinals": []}, {"node_id": "umbrella-junior04.slack.scroll_history.10", "observation_index": 10, "input_event_ordinals": [1]}, {"node_id": "umbrella-junior04.browser.open_url.12", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72]}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]}, {"node_id": "umbrella-junior04.browser.extract_quote.14", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-junior04.github.request_review.15", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}]}, "media": {"video": "videos/umbrella-junior04__windows-web-next.webm", "frames": [{"node_id": "umbrella-junior04.slack.open_channel.0", "t_ms": 940, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.open_channel.0.png"}, {"node_id": "umbrella-junior04.slack.scroll_history.1", "t_ms": 480, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.1.png"}, {"node_id": "umbrella-junior04.slack.post_message.2", "t_ms": 3340, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.post_message.2.png"}, {"node_id": "umbrella-junior04.slack.scroll_history.5", "t_ms": 480, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.5.png"}, {"node_id": "umbrella-junior04.slack.post_message.6", "t_ms": 3000, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.post_message.6.png"}, {"node_id": "umbrella-junior04.slack.scroll_history.8", "t_ms": 480, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.8.png"}, {"node_id": "umbrella-junior04.slack.scroll_history.10", "t_ms": 0, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.10.png"}, {"node_id": "umbrella-junior04.browser.open_url.12", "t_ms": 3340, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.browser.open_url.12.png"}, {"node_id": "umbrella-junior04.github.open_pull_request.13", "t_ms": 1120, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.github.open_pull_request.13.png"}, {"node_id": "umbrella-junior04.browser.extract_quote.14", "t_ms": 480, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.browser.extract_quote.14.png"}, {"node_id": "umbrella-junior04.github.request_review.15", "t_ms": 1200, "blob_ref": "screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.github.request_review.15.png"}]}} +{"schema_version": "v2", "trajectory_id": "umbrella-staff05__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "umbrella-staff05", "company": "umbrella", "role_id": "swe.backend.staff", "title": "Staff Backend Engineer", "env": "windows-web-next", "goal": "UMBRELLA · Staff Backend Engineer — workday", "tree": {"nodes": [{"node_id": "umbrella-staff05.browser.open_url.0", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "args": {"url": "https://github.com/acme/api/pulls"}}, {"node_id": "umbrella-staff05.github.open_pull_request.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.375ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 375}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 375}}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "kind": "terminal", "label": "github.open_pull_request", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "open_pull_request", "target": "acme/api", "args": {"branch": "feat/cohort-v2"}}, {"node_id": "umbrella-staff05.browser.extract_quote.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.321ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 321}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 321}}, {"node_id": "umbrella-staff05.browser.extract_quote.2", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "diff"}, {"node_id": "umbrella-staff05.github.request_review.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.426ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 426}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 426}}, {"node_id": "umbrella-staff05.github.request_review.3", "kind": "terminal", "label": "github.request_review", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "request_review", "target": "acme/api", "args": {"visible_text": "Hold on merge — this changes the public response shape; needs a changelog entry and a deprecation note.", "chars": 103}}, {"node_id": "umbrella-staff05.slack.open_channel.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.437ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 437}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 437}}, {"node_id": "umbrella-staff05.slack.open_channel.4", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "umbrella-staff05.slack.scroll_history.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.254ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 254}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 254}}, {"node_id": "umbrella-staff05.slack.scroll_history.5", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "umbrella-staff05.slack.open_channel.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.651ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 651}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 651}}, {"node_id": "umbrella-staff05.slack.open_channel.6", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "umbrella-staff05.slack.scroll_history.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.285ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 285}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 285}}, {"node_id": "umbrella-staff05.slack.scroll_history.7", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "umbrella-staff05.slack.open_channel.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.436ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 436}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 436}}, {"node_id": "umbrella-staff05.slack.open_channel.8", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "umbrella-staff05.slack.scroll_history.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.441ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 441}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 441}}, {"node_id": "umbrella-staff05.slack.scroll_history.9", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "umbrella-staff05.slack.post_message.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.380ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 380}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 380}}, {"node_id": "umbrella-staff05.slack.post_message.10", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Pushed the hotfix — bumping the version tag after the merge.", "chars": 60}}, {"node_id": "umbrella-staff05.wait.pause.11.synth.pause.11", "kind": "terminal", "label": "behavior.wait.421ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 421}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 421}}, {"node_id": "umbrella-staff05.wait.pause.11", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "umbrella-staff05.calendar.open_view.12.synth.pause.12", "kind": "terminal", "label": "behavior.wait.368ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 368}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 368}}, {"node_id": "umbrella-staff05.calendar.open_view.12", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "umbrella-staff05.notion.open_doc.13.synth.pause.13", "kind": "terminal", "label": "behavior.wait.517ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 517}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 517}}, {"node_id": "umbrella-staff05.notion.open_doc.13", "kind": "terminal", "label": "architecture.open", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/architecture-notes"}, {"node_id": "umbrella-staff05.notion.insert_text.14.synth.pause.14", "kind": "terminal", "label": "behavior.wait.292ms", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 292}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 292}}, {"node_id": "umbrella-staff05.notion.insert_text.14", "kind": "terminal", "label": "architecture.write", "parent_node_id": "root", "scope": {"stream": "actor:umbrella-staff05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/architecture-notes", "args": {"visible_text": "Architecture notes: agreed scope and owners; follow up in slack with the rollout date.", "chars": 86}}]}, "trajectory": {"input_events": [{"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 8, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 11, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 27, "t_ms": 1480}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1600}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 29, "t_ms": 1720}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Microsoft Edge", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 30, "t_ms": 1840}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 85, "y": 806, "width": 1189, "height": 10}}, "validated": true, "ordinal": 31, "t_ms": 1960}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 713, "y": 508, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 713, "y": 508, "tag": "div", "id": "", "class_name": "newtab-page s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 41, "y": 144, "width": 1278, "height": 395}}, "validated": true, "ordinal": 32, "t_ms": 2020}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 709, "y": 294, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 33, "t_ms": 2140}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 706, "y": 166, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 34, "t_ms": 2260}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 123, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 705, "y": 123, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 182, "y": 114, "width": 1046, "height": 18}}, "validated": true, "ordinal": 35, "t_ms": 2380}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 705, "y": 123, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 705, "y": 123, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 182, "y": 114, "width": 1046, "height": 18}}, "validated": true, "ordinal": 36, "t_ms": 2500}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 2620}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 2800}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 46, "t_ms": 2820}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 47, "t_ms": 2840}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 48, "t_ms": 2860}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 49, "t_ms": 2880}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 50, "t_ms": 2900}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 51, "t_ms": 2920}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 52, "t_ms": 2940}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 53, "t_ms": 2960}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 54, "t_ms": 2980}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 55, "t_ms": 3000}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 56, "t_ms": 3020}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 57, "t_ms": 3040}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 58, "t_ms": 3060}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 59, "t_ms": 3080}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 60, "t_ms": 3100}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 61, "t_ms": 3120}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 62, "t_ms": 3140}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 63, "t_ms": 3160}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 64, "t_ms": 3180}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 65, "t_ms": 3200}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 28, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 66, "t_ms": 3220}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 29, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 67, "t_ms": 3240}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 30, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 68, "t_ms": 3260}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 31, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 69, "t_ms": 3280}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 70, "t_ms": 3300}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 71, "t_ms": 3320}, {"node_id": "umbrella-staff05.browser.open_url.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 72, "t_ms": 3340}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 705, "y": 123, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 705, "y": 123, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 182, "y": 114, "width": 1046, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "umbrella-staff05.browser.extract_quote.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 712, "y": 266, "move_frame": 1, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 712, "y": 266, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 41, "y": 144, "width": 1278, "height": 687}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.browser.extract_quote.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 716, "y": 368, "move_frame": 2, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-staff05.browser.extract_quote.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 430, "move_frame": 3, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-staff05.browser.extract_quote.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 41, "y": 144, "width": 1278, "height": 687}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-staff05.browser.extract_quote.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 41, "y": 144, "width": 1278, "height": 687}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 713, "y": 307, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 713, "y": 307, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 41, "y": 144, "width": 1278, "height": 687}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 709, "y": 205, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 706, "y": 143, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 123, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 705, "y": 123, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 182, "y": 114, "width": 1046, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 705, "y": 123, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 705, "y": 123, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 182, "y": 114, "width": 1046, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 680}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 700}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 720}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 740}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 760}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 780}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 800}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 820}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 840}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 860}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 880}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 900}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 920}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 940}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 960}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 980}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 1000}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 1020}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 1040}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 1060}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 1080}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 1100}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 31, "t_ms": 1120}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 32, "t_ms": 1140}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 33, "t_ms": 1160}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 34, "t_ms": 1180}, {"node_id": "umbrella-staff05.github.request_review.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 35, "t_ms": 1200}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 631, "y": 452, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 631, "y": 452, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 41, "y": 144, "width": 1278, "height": 687}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 578, "y": 688, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 547, "y": 829, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "umbrella-staff05.slack.open_channel.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Microsoft Edge 🌐 github.", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "umbrella-staff05.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 928, "y": 650, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 928, "y": 650, "tag": "div", "id": "", "class_name": "channel-list s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No channels", "bbox": {"x": 725, "y": 108, "width": 220, "height": 735}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 539, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-staff05.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1165, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-staff05.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-staff05.slack.scroll_history.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-staff05.slack.scroll_history.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.slack.scroll_history.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 21, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 22, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 23, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 24, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 27, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 33, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 42, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 43, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 46, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 47, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 52, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 55, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 57, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 58, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 59, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 60, "char_count": 60, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "umbrella-staff05.slack.post_message.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 885, "y": 839, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 885, "y": 839, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 738, "y": 838, "width": 680, "height": 10}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 691, "y": 860, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 575, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Calendar", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 574, "y": 498, "move_frame": 1, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 574, "y": 498, "tag": "div", "id": "", "class_name": "day-cell s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "21", "bbox": {"x": 475, "y": 428, "width": 111, "height": 100}}, "validated": true, "ordinal": 26, "t_ms": 1900}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 470, "y": 276, "move_frame": 2, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 27, "t_ms": 2020}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 408, "y": 143, "move_frame": 3, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 28, "t_ms": 2140}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 387, "y": 99, "move_frame": 4, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "day-header s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "Wed", "bbox": {"x": 362, "y": 97, "width": 112, "height": 23}}, "validated": true, "ordinal": 29, "t_ms": 2260}, {"node_id": "umbrella-staff05.calendar.open_view.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "day-header s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "Wed", "bbox": {"x": 362, "y": 97, "width": 112, "height": 23}}, "validated": true, "ordinal": 30, "t_ms": 2380}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 442, "y": 439, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 442, "y": 439, "tag": "div", "id": "", "class_name": "day-cell s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "20", "bbox": {"x": 362, "y": 428, "width": 111, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 482, "y": 682, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 505, "y": 827, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 5, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 7, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 20, "t_ms": 1340}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 21, "t_ms": 1460}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1580}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 23, "t_ms": 1700}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 604, "y": 290, "width": 806, "height": 538}}, "validated": true, "ordinal": 24, "t_ms": 1820}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 574, "y": 498, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 574, "y": 498, "tag": "div", "id": "", "class_name": "day-cell s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "21", "bbox": {"x": 475, "y": 428, "width": 111, "height": 100}}, "validated": true, "ordinal": 25, "t_ms": 1880}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 470, "y": 276, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 26, "t_ms": 2000}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 408, "y": 143, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 27, "t_ms": 2120}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 387, "y": 99, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "day-header s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "Wed", "bbox": {"x": 362, "y": 97, "width": 112, "height": 23}}, "validated": true, "ordinal": 28, "t_ms": 2240}, {"node_id": "umbrella-staff05.notion.open_doc.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "day-header s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "Wed", "bbox": {"x": 362, "y": 97, "width": 112, "height": 23}}, "validated": true, "ordinal": 29, "t_ms": 2360}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 387, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 387, "y": 99, "tag": "div", "id": "", "class_name": "day-header s-xrmpSRKP2-Fh", "role": "", "aria_label": "", "title": "", "text": "Wed", "bbox": {"x": 362, "y": 97, "width": 112, "height": 23}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 1, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 2, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 16, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 19, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 22, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 23, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 28, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 29, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 31, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 36, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 39, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 40, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 42, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 43, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 44, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 46, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 47, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 48, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 49, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 50, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 51, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 52, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 53, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 54, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 56, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 57, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 59, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 60, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 61, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 62, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 63, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 65, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 66, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 67, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 68, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 70, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 71, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 72, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 73, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 74, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 75, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 76, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 77, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 78, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 79, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 80, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 81, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 82, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 83, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 84, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 85, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "umbrella-staff05.notion.insert_text.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 86, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}], "observations": [{"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://github.com/acme/api/pulls"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "pull_request.opened", "surface": "github", "action": "open_pull_request", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "acme/api"}, "observation": "Low-level replay drove windows-web-next/edge.open_pull_request.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "diff", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "diff"}, "observation": "Low-level replay drove windows-web-next/edge.extract_quote.", "error": null}, {"ok": true, "event": "review.requested", "surface": "github", "action": "request_review", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "Hold on merge — this changes the public response shape; needs a changelog entry and a deprecation note."}, "observation": "Low-level replay drove windows-web-next/edge.request_review.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Pushed the hotfix — bumping the version tag after the merge."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove windows-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/architecture-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "meetings/architecture-notes"}, "observation": "Low-level replay drove windows-web-next/wordpad.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/architecture-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:wordpad", "visibleText": "Architecture notes: agreed scope and owners; follow up in slack with the rollout date."}, "observation": "Low-level replay drove windows-web-next/wordpad.insert_text.", "error": null}], "alignment": [{"node_id": "umbrella-staff05.browser.open_url.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72]}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]}, {"node_id": "umbrella-staff05.browser.extract_quote.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-staff05.github.request_review.3", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "umbrella-staff05.slack.open_channel.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "umbrella-staff05.slack.scroll_history.5", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "umbrella-staff05.slack.open_channel.6", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "umbrella-staff05.slack.scroll_history.7", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "umbrella-staff05.slack.open_channel.8", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "umbrella-staff05.slack.scroll_history.9", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "umbrella-staff05.slack.post_message.10", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66]}, {"node_id": "umbrella-staff05.calendar.open_view.12", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, {"node_id": "umbrella-staff05.notion.open_doc.13", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, {"node_id": "umbrella-staff05.notion.insert_text.14", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87]}]}, "media": {"video": "videos/umbrella-staff05__windows-web-next.webm", "frames": [{"node_id": "umbrella-staff05.browser.open_url.0", "t_ms": 1460, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.browser.open_url.0.png"}, {"node_id": "umbrella-staff05.github.open_pull_request.1", "t_ms": 640, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.github.open_pull_request.1.png"}, {"node_id": "umbrella-staff05.browser.extract_quote.2", "t_ms": 120, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.browser.extract_quote.2.png"}, {"node_id": "umbrella-staff05.github.request_review.3", "t_ms": 720, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.github.request_review.3.png"}, {"node_id": "umbrella-staff05.slack.open_channel.4", "t_ms": 460, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.open_channel.4.png"}, {"node_id": "umbrella-staff05.slack.scroll_history.5", "t_ms": 120, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.5.png"}, {"node_id": "umbrella-staff05.slack.scroll_history.7", "t_ms": 0, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.7.png"}, {"node_id": "umbrella-staff05.slack.scroll_history.9", "t_ms": 0, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.9.png"}, {"node_id": "umbrella-staff05.slack.post_message.10", "t_ms": 1340, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.post_message.10.png"}, {"node_id": "umbrella-staff05.calendar.open_view.12", "t_ms": 620, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.calendar.open_view.12.png"}, {"node_id": "umbrella-staff05.notion.open_doc.13", "t_ms": 600, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.notion.open_doc.13.png"}, {"node_id": "umbrella-staff05.notion.insert_text.14", "t_ms": 1760, "blob_ref": "screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.notion.insert_text.14.png"}]}} +{"schema_version": "v2", "trajectory_id": "hooli-junior00__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "hooli-junior00", "company": "hooli", "role_id": "swe.junior", "title": "Junior Engineer", "env": "windows-web-next", "goal": "HOOLI · Junior Engineer — workday", "tree": {"nodes": [{"node_id": "hooli-junior00.slack.open_channel.0", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#general"}, {"node_id": "hooli-junior00.slack.scroll_history.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.295ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 295}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 295}}, {"node_id": "hooli-junior00.slack.scroll_history.1", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#general"}, {"node_id": "hooli-junior00.slack.post_message.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.1068ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1068}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1068}}, {"node_id": "hooli-junior00.slack.post_message.2", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#general", "args": {"visible_text": "Status — can someobe re-run CI on the checkout branch.", "chars": 54, "_typo_committed": true}}, {"node_id": "hooli-junior00.slack.open_channel.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.841ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 841}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 841}}, {"node_id": "hooli-junior00.slack.open_channel.3", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "hooli-junior00.slack.scroll_history.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.1543ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1543}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1543}}, {"node_id": "hooli-junior00.slack.scroll_history.4", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "hooli-junior00.slack.open_channel.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.1160ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1160}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1160}}, {"node_id": "hooli-junior00.slack.open_channel.5", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "hooli-junior00.slack.scroll_history.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.708ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 708}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 708}}, {"node_id": "hooli-junior00.slack.scroll_history.6", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "hooli-junior00.slack.post_message.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.4464ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 4464}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4464}}, {"node_id": "hooli-junior00.slack.post_message.7", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "PSA — prod p95 latency is up 12%, investigating.", "chars": 48}}, {"node_id": "hooli-junior00.wordproc.open_doc.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.401ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 401}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 401}}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "docs/incident-review-2026-05-12.md"}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0.synth.pause.9", "kind": "terminal", "label": "behavior.wait.630ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "451401/50000", "t_finish_resolved": "451901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 630}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 630}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "455401/50000", "t_finish_resolved": "455901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "# Incideb", "chars": 9, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.2.1.synth.pause.10", "kind": "terminal", "label": "behavior.wait.1529ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899901/100000"}, "t_start_resolved": "451901/50000", "t_finish_resolved": "452401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1529}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1529}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.2.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "900001/100000"}, "t_start_resolved": "455901/50000", "t_finish_resolved": "456401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "n", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.reread.1.synth.pause.11", "kind": "terminal", "label": "behavior.wait.548ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "449901/50000"}, "t_start_resolved": "449901/50000", "t_finish_resolved": "450401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 548}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 548}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "449951/50000"}, "t_start_resolved": "452901/50000", "t_finish_resolved": "453401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.pause.12", "kind": "terminal", "label": "behavior.wait.854ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "449951/50000"}, "t_start_resolved": "452401/50000", "t_finish_resolved": "452901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 854}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 854}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "450001/50000"}, "t_start_resolved": "456401/50000", "t_finish_resolved": "456901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "t revu", "chars": 6, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.reread.2.synth.pause.13", "kind": "terminal", "label": "behavior.wait.1065ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899803/100000"}, "t_start_resolved": "450401/50000", "t_finish_resolved": "450901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1065}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1065}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.reread.2", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899903/100000"}, "t_start_resolved": "453901/50000", "t_finish_resolved": "454401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.pause.14", "kind": "terminal", "label": "behavior.wait.819ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "899903/100000"}, "t_start_resolved": "453401/50000", "t_finish_resolved": "453901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 819}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 819}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "900003/100000"}, "t_start_resolved": "456901/50000", "t_finish_resolved": "457401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.reread.3.synth.pause.15", "kind": "terminal", "label": "behavior.wait.1084ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "224951/25000"}, "t_start_resolved": "450901/50000", "t_finish_resolved": "451401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1084}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1084}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.reread.3", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "28122/3125"}, "t_start_resolved": "454901/50000", "t_finish_resolved": "455401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.pause.16", "kind": "terminal", "label": "behavior.wait.1449ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "28122/3125"}, "t_start_resolved": "454401/50000", "t_finish_resolved": "454901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1449}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1449}}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "225001/25000"}, "t_start_resolved": "457401/50000", "t_finish_resolved": "457901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "ew: 2026-05-12\n\n## Impact\n## Timeline\n## Root cause\n## Fixes\n", "chars": 61, "_typo_step": "typo.tail"}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.reread.4.synth.pause.17", "kind": "terminal", "label": "behavior.wait.1003ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/500"}, "t_start_resolved": "4999/500", "t_finish_resolved": "1251/125"}, "slots": {"behavior": "hesitation", "duration_ms": 1003}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1003}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.reread.4", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "5019/500", "t_finish_resolved": "1256/125"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.pause.18", "kind": "terminal", "label": "behavior.wait.204ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "2507/250", "t_finish_resolved": "5019/500"}, "slots": {"behavior": "hesitation", "duration_ms": 204}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 204}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "5069/500", "t_finish_resolved": "2537/250"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Impact: checkout p95 latency tripled for 41 mu", "chars": 46, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1.synth.pause.19", "kind": "terminal", "label": "behavior.wait.719ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999901/100000"}, "t_start_resolved": "1256/125", "t_finish_resolved": "5029/500"}, "slots": {"behavior": "hesitation", "duration_ms": 719}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 719}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1000001/100000"}, "t_start_resolved": "2537/250", "t_finish_resolved": "5079/500"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "undo", "target": "docs/incident-review-2026-05-12.md", "args": {"_synthetic": "undo"}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.reread.5.synth.pause.20", "kind": "terminal", "label": "behavior.wait.819ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999801/100000"}, "t_start_resolved": "1251/125", "t_finish_resolved": "5009/500"}, "slots": {"behavior": "hesitation", "duration_ms": 819}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 819}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.reread.5", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999901/100000"}, "t_start_resolved": "5029/500", "t_finish_resolved": "2517/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.pause.21", "kind": "terminal", "label": "behavior.wait.358ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999901/100000"}, "t_start_resolved": "2517/250", "t_finish_resolved": "5039/500"}, "slots": {"behavior": "hesitation", "duration_ms": 358}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 358}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1000001/100000"}, "t_start_resolved": "5079/500", "t_finish_resolved": "1271/125"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.reread.6.synth.pause.22", "kind": "terminal", "label": "behavior.wait.625ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499901/50000"}, "t_start_resolved": "5009/500", "t_finish_resolved": "2507/250"}, "slots": {"behavior": "hesitation", "duration_ms": 625}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 625}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.reread.6", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499951/50000"}, "t_start_resolved": "5039/500", "t_finish_resolved": "1261/125"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.pause.23", "kind": "terminal", "label": "behavior.wait.799ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499951/50000"}, "t_start_resolved": "1261/125", "t_finish_resolved": "5049/500"}, "slots": {"behavior": "hesitation", "duration_ms": 799}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 799}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/50000"}, "t_start_resolved": "1271/125", "t_finish_resolved": "5089/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "ni", "chars": 2, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.9.3.synth.pause.24", "kind": "terminal", "label": "behavior.wait.355ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999903/100000"}, "t_start_resolved": "5049/500", "t_finish_resolved": "2527/250"}, "slots": {"behavior": "hesitation", "duration_ms": 355}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 355}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.9.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1000003/100000"}, "t_start_resolved": "5089/500", "t_finish_resolved": "2547/250"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "u", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4.synth.pause.25", "kind": "terminal", "label": "behavior.wait.1195ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "31247/3125"}, "t_start_resolved": "2527/250", "t_finish_resolved": "5059/500"}, "slots": {"behavior": "hesitation", "duration_ms": 1195}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1195}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250001/25000"}, "t_start_resolved": "2547/250", "t_finish_resolved": "5099/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "tes; ~2.3% of carr", "chars": 18, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.11.5.synth.pause.26", "kind": "terminal", "label": "behavior.wait.284ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199981/20000"}, "t_start_resolved": "5059/500", "t_finish_resolved": "1266/125"}, "slots": {"behavior": "hesitation", "duration_ms": 284}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 284}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.11.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/20000"}, "t_start_resolved": "5099/500", "t_finish_resolved": "1276/125"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "t", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6.synth.pause.27", "kind": "terminal", "label": "behavior.wait.642ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499953/50000"}, "t_start_resolved": "1266/125", "t_finish_resolved": "5069/500"}, "slots": {"behavior": "hesitation", "duration_ms": 642}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 642}}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500003/50000"}, "t_start_resolved": "1276/125", "t_finish_resolved": "5109/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "s saw a timeout on submit. No data loss.", "chars": 40, "_typo_step": "typo.tail"}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.reread.7.synth.pause.28", "kind": "terminal", "label": "behavior.wait.310ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5499/500"}, "t_start_resolved": "5499/500", "t_finish_resolved": "1376/125"}, "slots": {"behavior": "hesitation", "duration_ms": 310}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 310}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.reread.7", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "5519/500", "t_finish_resolved": "1381/125"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.pause.29", "kind": "terminal", "label": "behavior.wait.1089ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "2757/250", "t_finish_resolved": "5519/500"}, "slots": {"behavior": "hesitation", "duration_ms": 1089}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1089}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "2777/250", "t_finish_resolved": "5559/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Timeline: 14:02 s", "chars": 17, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.reread.8.synth.pause.30", "kind": "terminal", "label": "behavior.wait.571ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099801/100000"}, "t_start_resolved": "1376/125", "t_finish_resolved": "5509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 571}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 571}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.reread.8", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099901/100000"}, "t_start_resolved": "1381/125", "t_finish_resolved": "5529/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.pause.31", "kind": "terminal", "label": "behavior.wait.1329ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099901/100000"}, "t_start_resolved": "5529/500", "t_finish_resolved": "2767/250"}, "slots": {"behavior": "hesitation", "duration_ms": 1329}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1329}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100001/100000"}, "t_start_resolved": "5559/500", "t_finish_resolved": "1391/125"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "d", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.reread.9.synth.pause.32", "kind": "terminal", "label": "behavior.wait.732ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "549901/50000"}, "t_start_resolved": "5509/500", "t_finish_resolved": "2757/250"}, "slots": {"behavior": "hesitation", "duration_ms": 732}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 732}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.reread.9", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "549951/50000"}, "t_start_resolved": "5539/500", "t_finish_resolved": "1386/125"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.pause.33", "kind": "terminal", "label": "behavior.wait.803ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "549951/50000"}, "t_start_resolved": "2767/250", "t_finish_resolved": "5539/500"}, "slots": {"behavior": "hesitation", "duration_ms": 803}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 803}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "550001/50000"}, "t_start_resolved": "1391/125", "t_finish_resolved": "5569/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "eploy, 14:09 first page, 14:31 Redis o", "chars": 38, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.16.3.synth.pause.34", "kind": "terminal", "label": "behavior.wait.663ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099903/100000"}, "t_start_resolved": "1386/125", "t_finish_resolved": "5549/500"}, "slots": {"behavior": "hesitation", "duration_ms": 663}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 663}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.16.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100003/100000"}, "t_start_resolved": "5569/500", "t_finish_resolved": "2787/250"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "p", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4.synth.pause.35", "kind": "terminal", "label": "behavior.wait.941ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "34372/3125"}, "t_start_resolved": "5549/500", "t_finish_resolved": "2777/250"}, "slots": {"behavior": "hesitation", "duration_ms": 941}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 941}}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "275001/25000"}, "t_start_resolved": "2787/250", "t_finish_resolved": "5579/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "ool rotated, 14:43 latency back to baseline.", "chars": 44, "_typo_step": "typo.tail"}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.pause.36", "kind": "terminal", "label": "behavior.wait.1123ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "601901/50000", "t_finish_resolved": "602401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1123}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1123}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "607901/50000", "t_finish_resolved": "608401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Root v", "chars": 6, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2.synth.pause.37", "kind": "terminal", "label": "behavior.wait.836ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199901/100000"}, "t_start_resolved": "602401/50000", "t_finish_resolved": "602901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 836}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 836}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1200001/100000"}, "t_start_resolved": "608901/50000", "t_finish_resolved": "609401/50000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "undo", "target": "docs/incident-review-2026-05-12.md", "args": {"_synthetic": "undo"}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.19.1.synth.pause.38", "kind": "terminal", "label": "behavior.wait.1097ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199901/100000"}, "t_start_resolved": "602901/50000", "t_finish_resolved": "603401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1097}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1097}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.19.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1200001/100000"}, "t_start_resolved": "608401/50000", "t_finish_resolved": "608901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "c", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.reread.10.synth.pause.39", "kind": "terminal", "label": "behavior.wait.893ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599901/50000"}, "t_start_resolved": "599901/50000", "t_finish_resolved": "600401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 893}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 893}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.reread.10", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599951/50000"}, "t_start_resolved": "603901/50000", "t_finish_resolved": "604401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.pause.40", "kind": "terminal", "label": "behavior.wait.651ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599951/50000"}, "t_start_resolved": "603401/50000", "t_finish_resolved": "603901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 651}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 651}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600001/50000"}, "t_start_resolved": "609401/50000", "t_finish_resolved": "609901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "ause: a connection-pool size regression ib", "chars": 42, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.reread.11.synth.pause.41", "kind": "terminal", "label": "behavior.wait.311ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199803/100000"}, "t_start_resolved": "600401/50000", "t_finish_resolved": "600901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 311}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 311}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.reread.11", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199903/100000"}, "t_start_resolved": "604901/50000", "t_finish_resolved": "605401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.pause.42", "kind": "terminal", "label": "behavior.wait.746ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199903/100000"}, "t_start_resolved": "604401/50000", "t_finish_resolved": "604901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 746}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 746}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1200003/100000"}, "t_start_resolved": "609901/50000", "t_finish_resolved": "610401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "n", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4.synth.pause.43", "kind": "terminal", "label": "behavior.wait.666ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "37497/3125"}, "t_start_resolved": "605401/50000", "t_finish_resolved": "605901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 666}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 666}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/25000"}, "t_start_resolved": "610401/50000", "t_finish_resolved": "610901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": " the depk", "chars": 9, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.reread.12.synth.pause.44", "kind": "terminal", "label": "behavior.wait.2367ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "239961/20000"}, "t_start_resolved": "600901/50000", "t_finish_resolved": "601401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 2367}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 2367}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.reread.12", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "239981/20000"}, "t_start_resolved": "606401/50000", "t_finish_resolved": "606901/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.pause.45", "kind": "terminal", "label": "behavior.wait.573ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "239981/20000"}, "t_start_resolved": "605901/50000", "t_finish_resolved": "606401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 573}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 573}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "240001/20000"}, "t_start_resolved": "610901/50000", "t_finish_resolved": "611401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "l", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.reread.13.synth.pause.46", "kind": "terminal", "label": "behavior.wait.1417ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599903/50000"}, "t_start_resolved": "601401/50000", "t_finish_resolved": "601901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1417}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1417}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.reread.13", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599953/50000"}, "t_start_resolved": "606901/50000", "t_finish_resolved": "607401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.pause.47", "kind": "terminal", "label": "behavior.wait.1177ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599953/50000"}, "t_start_resolved": "607401/50000", "t_finish_resolved": "607901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1177}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1177}}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600003/50000"}, "t_start_resolved": "611401/50000", "t_finish_resolved": "611901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "oy starved the checkout service under peak load.", "chars": 48, "_typo_step": "typo.tail"}}, {"node_id": "hooli-junior00.wordproc.insert_text.13.synth.reread.14.synth.pause.48", "kind": "terminal", "label": "behavior.wait.296ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6499/500"}, "t_start_resolved": "6499/500", "t_finish_resolved": "1626/125"}, "slots": {"behavior": "hesitation", "duration_ms": 296}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 296}}, {"node_id": "hooli-junior00.wordproc.insert_text.13.synth.reread.14", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "6509/500", "t_finish_resolved": "3257/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-junior00.wordproc.insert_text.13.synth.pause.49", "kind": "terminal", "label": "behavior.wait.1108ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "1626/125", "t_finish_resolved": "6509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 1108}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1108}}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "3257/250", "t_finish_resolved": "6519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Fixes: pin the pool size in config, add a pre-deploy load smoke test, and alert on pool-satueatiin directly.", "chars": 108, "_typo_committed": true}}, {"node_id": "hooli-junior00.wordproc.save_doc.14.synth.pause.50", "kind": "terminal", "label": "behavior.wait.1397ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1397}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1397}}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "docs/incident-review-2026-05-12.md"}, {"node_id": "hooli-junior00.wait.pause.15.synth.pause.51", "kind": "terminal", "label": "behavior.wait.1385ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1385}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1385}}, {"node_id": "hooli-junior00.wait.pause.15", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "hooli-junior00.browser.open_url.16.synth.pause.52", "kind": "terminal", "label": "behavior.wait.703ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 703}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 703}}, {"node_id": "hooli-junior00.browser.open_url.16", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "args": {"url": "https://github.com/acme/api/pulls"}}, {"node_id": "hooli-junior00.github.open_pull_request.17.synth.pause.53", "kind": "terminal", "label": "behavior.wait.440ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 440}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 440}}, {"node_id": "hooli-junior00.github.open_pull_request.17", "kind": "terminal", "label": "github.open_pull_request", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "open_pull_request", "target": "acme/api", "args": {"branch": "feat/cohort-v2"}}, {"node_id": "hooli-junior00.browser.extract_quote.18.synth.pause.54", "kind": "terminal", "label": "behavior.wait.690ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 690}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 690}}, {"node_id": "hooli-junior00.browser.extract_quote.18", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "diff"}, {"node_id": "hooli-junior00.github.request_review.19.synth.pause.55", "kind": "terminal", "label": "behavior.wait.5700ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 5700}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 5700}}, {"node_id": "hooli-junior00.github.request_review.19", "kind": "terminal", "label": "github.request_review", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "request_review", "target": "acme/api", "args": {"visible_text": "One concern: this path isn't covered by a test. Can you add a case for the zero-price branch before merge?", "chars": 106}}, {"node_id": "mkt.hooli.launch", "kind": "terminal", "label": "mkt.hooli.launch", "parent_node_id": "root", "scope": {"stream": "actor:hooli-junior00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "894"}, "t_start_resolved": "894", "t_finish_resolved": "89401/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#market", "args": {"visible_text": "HOOLI just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today.", "chars": 94}}]}, "trajectory": {"input_events": [{"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "hooli-junior00.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "hooli-junior00.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 711, "y": 635, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 711, "y": 635, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 514, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-junior00.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 701, "y": 440, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-junior00.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-junior00.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 683, "y": 548, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 683, "y": 548, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 642, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 699, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 661, "y": 718, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 661, "y": 718, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 5, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 8, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 14, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 16, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 19, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 24, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 26, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 29, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 30, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 35, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 36, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 40, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 42, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 43, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 44, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 45, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 46, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 48, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 50, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 51, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 52, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 53, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 54, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "hooli-junior00.slack.post_message.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "hooli-junior00.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 586, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 678, "y": 586, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 690, "y": 492, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-junior00.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 698, "y": 435, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-junior00.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-junior00.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-junior00.slack.scroll_history.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 683, "y": 548, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 683, "y": 548, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 642, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 699, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 661, "y": 718, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 661, "y": 718, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 3, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 7, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 9, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 12, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "9", "char_index": 13, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 14, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 22, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 28, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 30, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 31, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 32, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 33, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 36, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 37, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 39, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 42, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 44, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 45, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 47, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 48, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "hooli-junior00.slack.post_message.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 606, "y": 787, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 606, "y": 787, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack ACME Workspace Slac", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 567, "y": 836, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 544, "y": 866, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 577, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 666, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 666, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 717, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 748, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 758, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 749, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 758, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack ACME Workspace Slac", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 781, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 598, "y": 781, "tag": "form", "id": "", "class_name": "composer s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "Send", "bbox": {"x": 229, "y": 777, "width": 500, "height": 66}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 797, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 807, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.2.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.2.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.reread.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.reread.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.reread.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 2, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 3, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 5, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 6, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "6", "char_index": 8, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 9, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 10, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 11, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 14, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 16, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 17, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 19, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 20, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 21, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 22, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 26, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 27, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 29, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 30, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 31, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 33, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 38, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 39, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 41, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 42, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 43, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 44, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 46, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 48, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 49, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 52, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 53, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 55, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 56, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 57, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 58, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 59, "char_count": 59, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.reread.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 1, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 2, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 3, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 7, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 9, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 10, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 12, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 13, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 15, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 16, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "9", "char_index": 19, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 20, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 22, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 27, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 28, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 30, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 31, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 32, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 33, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 34, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 35, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 36, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 38, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 42, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 43, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 45, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 46, "char_count": 46, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 6, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 14, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 20, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 21, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 22, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 23, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 24, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "6", "char_index": 25, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 26, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 27, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 28, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 30, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 31, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 32, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 33, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.reread.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.reread.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 1, "char_count": 2, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 2, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.9.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.9.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 4, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 6, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 8, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 9, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 10, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 12, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 13, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 15, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 16, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 18, "char_count": 18, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.11.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.11.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 1, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 5, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 11, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 14, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 18, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 20, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 21, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 22, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 23, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 25, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 26, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 28, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 31, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 32, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 33, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 36, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 38, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 39, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 40, "char_count": 40, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.reread.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 3, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 5, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 6, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 9, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 11, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 12, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 13, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 14, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 15, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 17, "char_count": 17, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.reread.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.reread.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 2, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 5, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 6, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 8, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 9, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 11, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "9", "char_index": 12, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 14, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 15, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 17, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 20, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 22, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 24, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 26, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 27, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 28, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 29, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 30, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 32, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.16.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.16.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 1, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 12, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 14, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 15, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 16, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 17, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 18, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 20, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 22, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 25, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 26, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 28, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 29, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 30, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 31, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 33, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 36, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 38, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 40, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 42, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 44, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 6, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 14, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 20, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 21, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 22, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 23, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 24, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "6", "char_index": 25, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 26, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 27, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 28, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 30, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 31, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 32, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 33, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.19.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.19.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.reread.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 9, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 11, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 18, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 19, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 20, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 21, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 23, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 27, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 30, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 32, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 42, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.reread.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.reread.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.reread.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 1, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 5, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 7, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 8, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 12, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 17, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 20, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 21, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 22, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 23, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 27, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 28, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 29, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 30, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 33, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 34, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 35, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 39, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 41, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 42, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 44, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 45, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 46, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 47, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 48, "char_count": 48, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "hooli-junior00.wordproc.insert_text.13.synth.reread.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 3, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 10, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 12, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 16, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 19, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 21, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 22, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 23, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 29, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 31, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 32, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 34, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 35, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 38, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 39, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 41, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 43, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 44, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 45, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 46, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 47, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 49, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 50, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 51, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 52, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 54, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 55, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 56, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 57, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 59, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 60, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 61, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 62, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 63, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 65, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 66, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 67, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 68, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 69, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 71, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 72, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 73, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 75, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 76, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 78, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 79, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 80, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 81, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 82, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 83, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 84, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 85, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 86, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 87, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 88, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 89, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 90, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 91, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 92, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 93, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 94, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 95, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 96, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 97, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 98, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 99, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 100, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 101, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 102, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 103, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 104, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 105, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 106, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 107, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 108, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2200}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 6, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 14, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 20, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 21, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 22, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 23, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 24, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "6", "char_index": 25, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 26, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 27, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 28, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 30, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 31, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 32, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 33, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 472, "y": 839, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 472, "y": 839, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 838, "width": 680, "height": 10}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 495, "y": 860, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 508, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 749, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 582, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 8, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 11, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 27, "t_ms": 1480}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1600}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 29, "t_ms": 1720}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Microsoft Edge", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 30, "t_ms": 1840}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 31, "t_ms": 1960}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 809, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 598, "y": 809, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 32, "t_ms": 2020}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 810, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 33, "t_ms": 2140}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 810, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 34, "t_ms": 2260}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 35, "t_ms": 2380}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 36, "t_ms": 2500}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 2620}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 2800}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 46, "t_ms": 2820}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 47, "t_ms": 2840}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 48, "t_ms": 2860}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 49, "t_ms": 2880}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 50, "t_ms": 2900}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 51, "t_ms": 2920}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 52, "t_ms": 2940}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 53, "t_ms": 2960}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 54, "t_ms": 2980}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 55, "t_ms": 3000}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 56, "t_ms": 3020}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 57, "t_ms": 3040}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 58, "t_ms": 3060}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 59, "t_ms": 3080}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 60, "t_ms": 3100}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 61, "t_ms": 3120}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 62, "t_ms": 3140}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 63, "t_ms": 3160}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 64, "t_ms": 3180}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 65, "t_ms": 3200}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 28, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 66, "t_ms": 3220}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 29, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 67, "t_ms": 3240}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 30, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 68, "t_ms": 3260}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 31, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 69, "t_ms": 3280}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 70, "t_ms": 3300}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 71, "t_ms": 3320}, {"node_id": "hooli-junior00.browser.open_url.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 72, "t_ms": 3340}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "hooli-junior00.github.open_pull_request.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "hooli-junior00.browser.extract_quote.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 652, "move_frame": 1, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 562, "y": 652, "tag": "div", "id": "", "class_name": "content-area s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 9, "y": 120, "width": 1278, "height": 687}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.browser.extract_quote.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 650, "y": 540, "move_frame": 2, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-junior00.browser.extract_quote.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 702, "y": 472, "move_frame": 3, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-junior00.browser.extract_quote.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "quick-links s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 409, "y": 374, "width": 478, "height": 81}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-junior00.browser.extract_quote.18", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "quick-links s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 409, "y": 374, "width": 478, "height": 81}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 608, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 598, "y": 608, "tag": "div", "id": "", "class_name": "content-area s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 9, "y": 120, "width": 1278, "height": 687}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 720, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 788, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 680}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 700}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 720}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 740}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 760}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 780}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 800}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 820}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 840}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 860}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 880}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 900}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 920}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 940}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 960}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 980}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 1000}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 1020}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 1040}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 1060}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 1080}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 1100}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 31, "t_ms": 1120}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 32, "t_ms": 1140}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 33, "t_ms": 1160}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 34, "t_ms": 1180}, {"node_id": "hooli-junior00.github.request_review.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 35, "t_ms": 1200}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 472, "y": 839, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 472, "y": 839, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 838, "width": 680, "height": 10}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 495, "y": 860, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 508, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings", "bbox": {"x": 501, "y": 753, "width": 445, "height": 18}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "div", "id": "", "class_name": "search-flyout-input-row s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 441, "y": 562, "width": 558, "height": 48}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "div", "id": "", "class_name": "search-flyout-input-row s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 441, "y": 562, "width": 558, "height": 48}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 628, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 628, "tag": "span", "id": "", "class_name": "search-suggestion-title s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Top apps", "bbox": {"x": 449, "y": 618, "width": 542, "height": 29}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 651, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 665, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 670, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 670, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "File Explorer", "bbox": {"x": 501, "y": 661, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 670, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 670, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 312, "y": 154, "width": 1091, "height": 671}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 731, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 598, "y": 731, "tag": "div", "id": "", "class_name": "content-area s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "Name ▲ Date modified Type Size 📁 Project Files 1/29/2025 10:00 AM File folder 📁 Screenshots 2/5/2025 9:30 AM File fold", "bbox": {"x": 483, "y": 270, "width": 947, "height": 547}}, "validated": true, "ordinal": 23, "t_ms": 1840}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 775, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 24, "t_ms": 1960}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 801, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 25, "t_ms": 2080}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "nav-pane s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "⭐ Quick Access 🖥️ Desktop ⬇️ Downloads 📄 Documents 🖼️ Pictures 🎵 Music 🎬 Videos 💻 This PC 💾 Local Disk (C:) 💾 Da", "bbox": {"x": 283, "y": 270, "width": 200, "height": 547}}, "validated": true, "ordinal": 26, "t_ms": 2200}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "nav-pane s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "⭐ Quick Access 🖥️ Desktop ⬇️ Downloads 📄 Documents 🖼️ Pictures 🎵 Music 🎬 Videos 💻 This PC 💾 Local Disk (C:) 💾 Da", "bbox": {"x": 283, "y": 270, "width": 200, "height": 547}}, "validated": true, "ordinal": 27, "t_ms": 2320}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 1, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 2380}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 2, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 2400}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 2420}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 4, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 7, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 8, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 12, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 15, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 16, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 18, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 20, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 24, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 25, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 26, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 2880}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 27, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 2900}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 2920}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 29, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 2940}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 30, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 2960}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 2980}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 32, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 3000}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 3020}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 34, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 3040}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 3060}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 3080}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 37, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 3100}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 3120}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 3140}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 40, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 3160}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 3180}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 42, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 3200}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 43, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 3220}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 3240}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 3260}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 46, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 3280}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 3300}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 3320}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 76, "t_ms": 3340}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 77, "t_ms": 3360}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 51, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 78, "t_ms": 3380}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 52, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 79, "t_ms": 3400}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 53, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 80, "t_ms": 3420}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 54, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 81, "t_ms": 3440}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 82, "t_ms": 3460}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 56, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 83, "t_ms": 3480}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 57, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 84, "t_ms": 3500}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 58, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 85, "t_ms": 3520}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 86, "t_ms": 3540}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 60, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 87, "t_ms": 3560}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 61, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 88, "t_ms": 3580}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 62, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 89, "t_ms": 3600}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 90, "t_ms": 3620}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 64, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 91, "t_ms": 3640}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 92, "t_ms": 3660}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 66, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 93, "t_ms": 3680}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 67, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 94, "t_ms": 3700}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 68, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 95, "t_ms": 3720}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 69, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 96, "t_ms": 3740}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 70, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 97, "t_ms": 3760}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 71, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 98, "t_ms": 3780}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 72, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 99, "t_ms": 3800}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 73, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 100, "t_ms": 3820}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 101, "t_ms": 3840}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 75, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 102, "t_ms": 3860}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 76, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 103, "t_ms": 3880}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 77, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 104, "t_ms": 3900}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 78, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 105, "t_ms": 3920}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 79, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 106, "t_ms": 3940}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 80, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 107, "t_ms": 3960}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 81, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 108, "t_ms": 3980}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 82, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 109, "t_ms": 4000}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 83, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 110, "t_ms": 4020}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 84, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 111, "t_ms": 4040}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 85, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 112, "t_ms": 4060}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 86, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 113, "t_ms": 4080}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 87, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 114, "t_ms": 4100}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 88, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 115, "t_ms": 4120}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 89, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 116, "t_ms": 4140}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 90, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 117, "t_ms": 4160}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 91, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 118, "t_ms": 4180}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 92, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 119, "t_ms": 4200}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 93, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 120, "t_ms": 4220}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 94, "char_count": 94, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 121, "t_ms": 4240}, {"node_id": "mkt.hooli.launch", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 122, "t_ms": 4260}], "observations": [{"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Status — can someobe re-run CI on the checkout branch."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "PSA — prod p95 latency is up 12%, investigating."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/incident-review-2026-05-12.md"}, "observation": "Low-level replay drove windows-web-next/word.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "# Incideb"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "n"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "t revu"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "i"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ew: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Impact: checkout p95 latency tripled for 41 mu"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "undo", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/incident-review-2026-05-12.md"}, "observation": "Low-level replay drove windows-web-next/word.undo.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "i"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ni"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "u"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "tes; ~2.3% of carr"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "t"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "s saw a timeout on submit. No data loss."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Timeline: 14:02 s"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "d"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "eploy, 14:09 first page, 14:31 Redis o"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "p"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ool rotated, 14:43 latency back to baseline."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Root v"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "undo", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/incident-review-2026-05-12.md"}, "observation": "Low-level replay drove windows-web-next/word.undo.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "c"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ause: a connection-pool size regression ib"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "n"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "the depk"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "l"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "oy starved the checkout service under peak load."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Fixes: pin the pool size in config, add a pre-deploy load smoke test, and alert on pool-satueatiin directly."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/incident-review-2026-05-12.md"}, "observation": "Low-level replay drove windows-web-next/word.save_doc.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://github.com/acme/api/pulls"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "pull_request.opened", "surface": "github", "action": "open_pull_request", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "acme/api"}, "observation": "Low-level replay drove windows-web-next/edge.open_pull_request.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "diff", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "diff"}, "observation": "Low-level replay drove windows-web-next/edge.extract_quote.", "error": null}, {"ok": true, "event": "review.requested", "surface": "github", "action": "request_review", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "One concern: this path isn't covered by a test. Can you add a case for the zero-price branch before merge?"}, "observation": "Low-level replay drove windows-web-next/edge.request_review.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#market", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "HOOLI just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}], "alignment": [{"node_id": "hooli-junior00.slack.open_channel.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "hooli-junior00.slack.scroll_history.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-junior00.slack.post_message.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}, {"node_id": "hooli-junior00.slack.open_channel.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "hooli-junior00.slack.scroll_history.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-junior00.slack.open_channel.5", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "hooli-junior00.slack.scroll_history.6", "observation_index": 6, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.slack.post_message.7", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54]}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.2.1", "observation_index": 10, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.reread.1", "observation_index": 11, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.reread.2", "observation_index": 13, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3", "observation_index": 14, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.reread.3", "observation_index": 15, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.reread.4", "observation_index": 17, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.reread.5", "observation_index": 20, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1", "observation_index": 21, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.reread.6", "observation_index": 22, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2", "observation_index": 23, "input_event_ordinals": [1, 2, 3]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.9.3", "observation_index": 24, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.11.5", "observation_index": 26, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "observation_index": 27, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.reread.7", "observation_index": 28, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "observation_index": 29, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.reread.8", "observation_index": 30, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1", "observation_index": 31, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.reread.9", "observation_index": 32, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "observation_index": 33, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39]}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.16.3", "observation_index": 34, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "observation_index": 35, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "observation_index": 36, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "observation_index": 37, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.19.1", "observation_index": 38, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.reread.10", "observation_index": 39, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "observation_index": 40, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.reread.11", "observation_index": 41, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3", "observation_index": 42, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "observation_index": 43, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.reread.12", "observation_index": 44, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5", "observation_index": 45, "input_event_ordinals": [1, 2]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.reread.13", "observation_index": 46, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "observation_index": 47, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, {"node_id": "hooli-junior00.wordproc.insert_text.13.synth.reread.14", "observation_index": 48, "input_event_ordinals": [1]}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "observation_index": 49, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109]}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "observation_index": 50, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "hooli-junior00.browser.open_url.16", "observation_index": 51, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72]}, {"node_id": "hooli-junior00.github.open_pull_request.17", "observation_index": 52, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]}, {"node_id": "hooli-junior00.browser.extract_quote.18", "observation_index": 53, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-junior00.github.request_review.19", "observation_index": 54, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "mkt.hooli.launch", "observation_index": 55, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122]}]}, "media": {"video": "videos/hooli-junior00__windows-web-next.webm", "frames": [{"node_id": "hooli-junior00.slack.open_channel.0", "t_ms": 1780, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.open_channel.0.png"}, {"node_id": "hooli-junior00.slack.scroll_history.1", "t_ms": 480, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.1.png"}, {"node_id": "hooli-junior00.slack.post_message.2", "t_ms": 3020, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.post_message.2.png"}, {"node_id": "hooli-junior00.slack.scroll_history.4", "t_ms": 480, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.4.png"}, {"node_id": "hooli-junior00.slack.scroll_history.6", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.6.png"}, {"node_id": "hooli-junior00.slack.post_message.7", "t_ms": 2900, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.post_message.7.png"}, {"node_id": "hooli-junior00.wordproc.open_doc.8", "t_ms": 2200, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.open_doc.8.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.1.0", "t_ms": 1020, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.1.0.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.2.1", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.2.1.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.reread.1", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.reread.1.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.3.2", "t_ms": 660, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.reread.2", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.reread.2.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.4.3", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.reread.3", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.reread.3.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.9.synth.typo.5.4", "t_ms": 3020, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.reread.4", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.reread.4.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0", "t_ms": 2760, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1", "t_ms": 2520, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.reread.5", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.reread.5.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.7.1", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.reread.6", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.reread.6.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.8.2", "t_ms": 240, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.9.3", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.9.3.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.10.4", "t_ms": 1420, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.10.4.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.11.5", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.11.5.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.10.synth.typo.12.6", "t_ms": 2640, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.12.6.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.reread.7", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.reread.7.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.13.0", "t_ms": 1300, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.reread.8", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.reread.8.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.14.1", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.reread.9", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.reread.9.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.15.2", "t_ms": 2600, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.16.3", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.16.3.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.11.synth.typo.17.4", "t_ms": 2720, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.17.4.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0", "t_ms": 660, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2", "t_ms": 2520, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.19.1", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.19.1.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.reread.10", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.reread.10.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.20.2", "t_ms": 2680, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.reread.11", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.reread.11.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.21.3", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.22.4", "t_ms": 900, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.22.4.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.reread.12", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.reread.12.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.23.5", "t_ms": 120, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.reread.13", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.reread.13.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.12.synth.typo.24.6", "t_ms": 2800, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.13.synth.reread.14", "t_ms": 0, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.13.synth.reread.14.png"}, {"node_id": "hooli-junior00.wordproc.insert_text.13", "t_ms": 4000, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.13.png"}, {"node_id": "hooli-junior00.wordproc.save_doc.14", "t_ms": 2520, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.save_doc.14.png"}, {"node_id": "hooli-junior00.browser.open_url.16", "t_ms": 3260, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.browser.open_url.16.png"}, {"node_id": "hooli-junior00.github.open_pull_request.17", "t_ms": 2440, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.github.open_pull_request.17.png"}, {"node_id": "hooli-junior00.browser.extract_quote.18", "t_ms": 480, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.browser.extract_quote.18.png"}, {"node_id": "hooli-junior00.github.request_review.19", "t_ms": 2520, "blob_ref": "screenshots/hooli-junior00__windows-web-next/hooli-junior00.github.request_review.19.png"}, {"node_id": "mkt.hooli.launch", "t_ms": 4260, "blob_ref": "screenshots/hooli-junior00__windows-web-next/mkt.hooli.launch.png"}]}} +{"schema_version": "v2", "trajectory_id": "hooli-recruiter01__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "hooli-recruiter01", "company": "hooli", "role_id": "hr.recruiter", "title": "Technical Recruiter", "env": "macos-web-next", "goal": "HOOLI · Technical Recruiter — workday", "tree": {"nodes": [{"node_id": "hooli-recruiter01.mail.open_inbox.0", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "hooli-recruiter01.mail.open_thread.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.738ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 738}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 738}}, {"node_id": "hooli-recruiter01.mail.open_thread.1", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "hooli-recruiter01.mail.add_label.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.594ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 594}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 594}}, {"node_id": "hooli-recruiter01.mail.add_label.2", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-0"}, {"node_id": "hooli-recruiter01.mail.open_thread.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.501ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 501}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 501}}, {"node_id": "hooli-recruiter01.mail.open_thread.3", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "hooli-recruiter01.mail.reply.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.321ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 321}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 321}}, {"node_id": "hooli-recruiter01.mail.reply.4", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-1", "args": {"subject": "Rollout window — Friday 09:00 GMT", "visible_text": "Confirming the rollout window for Friday 09:00 GMT. I'll be on-call; ping me directly if the canary alerts before noon.", "chars": 119}}, {"node_id": "hooli-recruiter01.mail.open_thread.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.450ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 450}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 450}}, {"node_id": "hooli-recruiter01.mail.open_thread.5", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "hooli-recruiter01.mail.archive.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.497ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 497}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 497}}, {"node_id": "hooli-recruiter01.mail.archive.6", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-2"}, {"node_id": "hooli-recruiter01.mail.open_thread.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.522ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 522}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 522}}, {"node_id": "hooli-recruiter01.mail.open_thread.7", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "hooli-recruiter01.mail.archive.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.441ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 441}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 441}}, {"node_id": "hooli-recruiter01.mail.archive.8", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-3"}, {"node_id": "hooli-recruiter01.mail.open_thread.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.466ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 466}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 466}}, {"node_id": "hooli-recruiter01.mail.open_thread.9", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-4"}, {"node_id": "hooli-recruiter01.mail.reply.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.629ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 629}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 629}}, {"node_id": "hooli-recruiter01.mail.reply.10", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-4", "args": {"subject": "Support escalation pattern", "visible_text": "FYI — support flagged a recurring escalation around expired sessions on checkout. Looping in the platform team to scope a fix.", "chars": 126}}, {"node_id": "hooli-recruiter01.mail.open_thread.11.synth.pause.11", "kind": "terminal", "label": "behavior.wait.684ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 684}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 684}}, {"node_id": "hooli-recruiter01.mail.open_thread.11", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-5"}, {"node_id": "hooli-recruiter01.mail.add_label.12.synth.pause.12", "kind": "terminal", "label": "behavior.wait.605ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 605}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 605}}, {"node_id": "hooli-recruiter01.mail.add_label.12", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-5"}, {"node_id": "hooli-recruiter01.calendar.open_view.13.synth.pause.13", "kind": "terminal", "label": "behavior.wait.841ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 841}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 841}}, {"node_id": "hooli-recruiter01.calendar.open_view.13", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "hooli-recruiter01.notion.open_doc.14.synth.pause.14", "kind": "terminal", "label": "behavior.wait.825ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 825}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 825}}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "kind": "terminal", "label": "intake.open", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/intake-notes"}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0.synth.pause.15", "kind": "terminal", "label": "behavior.wait.672ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "750401/50000", "t_finish_resolved": "750901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 672}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 672}}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "kind": "terminal", "label": "intake.write", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "752401/50000", "t_finish_resolved": "752901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "args": {"visible_text": "Intake notes: reviewed the dashboard, flagged one day", "chars": 53, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1.synth.pause.16", "kind": "terminal", "label": "behavior.wait.561ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1499901/100000"}, "t_start_resolved": "750901/50000", "t_finish_resolved": "751401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 561}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 561}}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "kind": "terminal", "label": "intake.write", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1500001/100000"}, "t_start_resolved": "752901/50000", "t_finish_resolved": "753401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "args": {"visible_text": "t", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1.synth.pause.17", "kind": "terminal", "label": "behavior.wait.583ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749901/50000"}, "t_start_resolved": "749901/50000", "t_finish_resolved": "750401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 583}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 583}}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749951/50000"}, "t_start_resolved": "751401/50000", "t_finish_resolved": "751901/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.pause.18", "kind": "terminal", "label": "behavior.wait.535ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749951/50000"}, "t_start_resolved": "751901/50000", "t_finish_resolved": "752401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 535}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 535}}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "kind": "terminal", "label": "intake.write", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "750001/50000"}, "t_start_resolved": "753401/50000", "t_finish_resolved": "753901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "args": {"visible_text": "a gap, agreed on a backfill plan. Follow-up doc to circulate by EOD.", "chars": 68, "_typo_step": "typo.tail"}}, {"node_id": "hooli-recruiter01.wait.pause.16.synth.pause.19", "kind": "terminal", "label": "behavior.wait.643ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 643}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 643}}, {"node_id": "hooli-recruiter01.wait.pause.16", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "hooli-recruiter01.mail.open_inbox.17.synth.pause.20", "kind": "terminal", "label": "behavior.wait.789ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 789}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 789}}, {"node_id": "hooli-recruiter01.mail.open_inbox.17", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "hooli-recruiter01.mail.open_thread.18.synth.pause.21", "kind": "terminal", "label": "behavior.wait.545ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 545}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 545}}, {"node_id": "hooli-recruiter01.mail.open_thread.18", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "hooli-recruiter01.mail.reply.19.synth.pause.22", "kind": "terminal", "label": "behavior.wait.426ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 426}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 426}}, {"node_id": "hooli-recruiter01.mail.reply.19", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Rollout window — Friday 09:00 GMT", "visible_text": "Confirming the rollout window for Friday 09:00 GMT. I'll be on-call; ping me directly if the canary alerts before noon.", "chars": 119}}, {"node_id": "hooli-recruiter01.mail.open_thread.20.synth.pause.23", "kind": "terminal", "label": "behavior.wait.279ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 279}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 279}}, {"node_id": "hooli-recruiter01.mail.open_thread.20", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "hooli-recruiter01.mail.reply.21.synth.pause.24", "kind": "terminal", "label": "behavior.wait.434ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 434}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 434}}, {"node_id": "hooli-recruiter01.mail.reply.21", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-1", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "Sharing the latest forecast model with the sensitivity analysis. The downside case still clears plan; the swing factor is EU renewal timing.", "chars": 140}}, {"node_id": "hooli-recruiter01.mail.open_thread.22.synth.pause.25", "kind": "terminal", "label": "behavior.wait.690ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 690}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 690}}, {"node_id": "hooli-recruiter01.mail.open_thread.22", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "hooli-recruiter01.mail.reply.23.synth.pause.26", "kind": "terminal", "label": "behavior.wait.511ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22999/1000"}, "t_start_resolved": "22999/1000", "t_finish_resolved": "23009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 511}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 511}}, {"node_id": "hooli-recruiter01.mail.reply.23", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23"}, "t_start_resolved": "23009/1000", "t_finish_resolved": "23019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Re: spec review", "visible_text": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed.", "chars": 138}}, {"node_id": "hooli-recruiter01.mail.open_thread.24.synth.pause.27", "kind": "terminal", "label": "behavior.wait.498ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23999/1000"}, "t_start_resolved": "23999/1000", "t_finish_resolved": "24009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 498}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 498}}, {"node_id": "hooli-recruiter01.mail.open_thread.24", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24"}, "t_start_resolved": "24009/1000", "t_finish_resolved": "24019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "hooli-recruiter01.mail.archive.25.synth.pause.28", "kind": "terminal", "label": "behavior.wait.487ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24999/1000"}, "t_start_resolved": "24999/1000", "t_finish_resolved": "25009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 487}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 487}}, {"node_id": "hooli-recruiter01.mail.archive.25", "kind": "terminal", "label": "mail.archive", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "25"}, "t_start_resolved": "25009/1000", "t_finish_resolved": "25019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "archive", "target": "inbox.thread-3"}, {"node_id": "hooli-recruiter01.mail.open_thread.26.synth.pause.29", "kind": "terminal", "label": "behavior.wait.385ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "25999/1000"}, "t_start_resolved": "25999/1000", "t_finish_resolved": "26009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 385}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 385}}, {"node_id": "hooli-recruiter01.mail.open_thread.26", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "26"}, "t_start_resolved": "26009/1000", "t_finish_resolved": "26019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-4"}, {"node_id": "hooli-recruiter01.mail.add_label.27.synth.pause.30", "kind": "terminal", "label": "behavior.wait.415ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "26999/1000"}, "t_start_resolved": "26999/1000", "t_finish_resolved": "27009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 415}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 415}}, {"node_id": "hooli-recruiter01.mail.add_label.27", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:hooli-recruiter01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "27"}, "t_start_resolved": "27009/1000", "t_finish_resolved": "27019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-4"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-mail", "node_id": "hooli-recruiter01.mail.open_inbox.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "hooli-recruiter01.calendar.open_view.13", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "hooli-recruiter01.notion.open_doc.14", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 292, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 617, "y": 292, "tag": "div", "id": "", "class_name": "list-section-header s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Yesterday", "bbox": {"x": 462, "y": 283, "width": 251, "height": 23}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 601, "y": 243, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 591, "y": 214, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 1, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 2, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 9, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 12, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 13, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 20, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 22, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 25, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 28, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 29, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 30, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 31, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 32, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 33, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 36, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 37, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 39, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 40, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 41, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 42, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 43, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 45, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 47, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 48, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 49, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 51, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 52, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 53, "char_count": 53, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 415, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 415, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 419, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 421, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 422, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 422, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 422, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 408}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 296, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 865, "y": 296, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 205, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 151, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 806, "y": 265, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 806, "y": 265, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 954, "y": 360, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 416, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 435, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 435, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 3, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 6, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 10, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 13, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 20, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 22, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 23, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 24, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 26, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 27, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 29, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 30, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 32, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 33, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 35, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 36, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 37, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 38, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 40, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 41, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 42, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 43, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 45, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 46, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 47, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 49, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 50, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 52, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 53, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 54, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 55, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 56, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 57, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 58, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 60, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 62, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 63, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 65, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 66, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 67, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 68, "char_count": 68, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"kind": "script_eval", "control": "mac-bridge-mail", "node_id": "hooli-recruiter01.mail.open_inbox.17", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.open_inbox.17", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 303, "move_frame": 1, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 865, "y": 303, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 19 - Week 2 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 49% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-recruiter01.mail.open_inbox.17", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 208, "move_frame": 2, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "hooli-recruiter01.mail.open_inbox.17", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 152, "move_frame": 3, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "hooli-recruiter01.mail.open_inbox.17", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "hooli-recruiter01.mail.open_inbox.17", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-recruiter01.mail.open_thread.18", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.reply.19", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.open_thread.20", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.reply.21", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.open_thread.22", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.reply.23", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.open_thread.24", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.archive.25", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.open_thread.26", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-recruiter01.mail.add_label.27", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "h2", "id": "", "class_name": "s-RQVWW5yZIl1k", "role": "", "aria_label": "", "title": "", "text": "Project Update - Q1 Review", "bbox": {"x": 472, "y": 133, "width": 307, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove macos-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Confirming the rollout window for Friday 09:00 GMT. I'll be on-call; ping me directly if the canary alerts before noon."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "FYI — support flagged a recurring escalation around expired sessions on checkout. Looping in the platform team to scope a fix."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-5", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-5"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-5", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-5"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/intake-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/intake-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Intake notes: reviewed the dashboard, flagged one day"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "t"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": ""}, "observation": "Low-level replay drove macos-web-next/notes.scroll_history.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/intake-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "a gap, agreed on a backfill plan. Follow-up doc to circulate by EOD."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove macos-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Confirming the rollout window for Friday 09:00 GMT. I'll be on-call; ping me directly if the canary alerts before noon."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Sharing the latest forecast model with the sensitivity analysis. The downside case still clears plan; the swing factor is EU renewal timing."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed."}, "observation": "Low-level replay drove macos-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.archived", "surface": "mail", "action": "archive", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove macos-web-next/mail.archive.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove macos-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-4", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:mail", "visibleText": "inbox.thread-4"}, "observation": "Low-level replay drove macos-web-next/mail.add_label.", "error": null}], "alignment": [{"node_id": "hooli-recruiter01.mail.open_inbox.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.open_thread.1", "observation_index": 1, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.add_label.2", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.open_thread.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.reply.4", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.open_thread.5", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.archive.6", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.open_thread.7", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.archive.8", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.open_thread.9", "observation_index": 9, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.reply.10", "observation_index": 10, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.open_thread.11", "observation_index": 11, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.mail.add_label.12", "observation_index": 12, "input_event_ordinals": []}, {"node_id": "hooli-recruiter01.calendar.open_view.13", "observation_index": 13, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74]}, {"node_id": "hooli-recruiter01.mail.open_inbox.17", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "hooli-recruiter01.mail.open_thread.18", "observation_index": 20, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.reply.19", "observation_index": 21, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.open_thread.20", "observation_index": 22, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.reply.21", "observation_index": 23, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.open_thread.22", "observation_index": 24, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.reply.23", "observation_index": 25, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.open_thread.24", "observation_index": 26, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.archive.25", "observation_index": 27, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.open_thread.26", "observation_index": 28, "input_event_ordinals": [1]}, {"node_id": "hooli-recruiter01.mail.add_label.27", "observation_index": 29, "input_event_ordinals": [1]}]}, "media": {"video": "videos/hooli-recruiter01__macos-web-next.webm", "frames": [{"node_id": "hooli-recruiter01.mail.open_inbox.0", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_inbox.0.png"}, {"node_id": "hooli-recruiter01.calendar.open_view.13", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.calendar.open_view.13.png"}, {"node_id": "hooli-recruiter01.notion.open_doc.14", "t_ms": 680, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.open_doc.14.png"}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.1.0", "t_ms": 1560, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.1.0.png"}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.2.1", "t_ms": 600, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.2.1.png"}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1", "t_ms": 420, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1.png"}, {"node_id": "hooli-recruiter01.notion.insert_text.15.synth.typo.3.2", "t_ms": 1940, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.png"}, {"node_id": "hooli-recruiter01.mail.open_inbox.17", "t_ms": 540, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_inbox.17.png"}, {"node_id": "hooli-recruiter01.mail.open_thread.18", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.18.png"}, {"node_id": "hooli-recruiter01.mail.reply.19", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.19.png"}, {"node_id": "hooli-recruiter01.mail.open_thread.20", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.20.png"}, {"node_id": "hooli-recruiter01.mail.reply.21", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.21.png"}, {"node_id": "hooli-recruiter01.mail.open_thread.22", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.22.png"}, {"node_id": "hooli-recruiter01.mail.reply.23", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.23.png"}, {"node_id": "hooli-recruiter01.mail.open_thread.24", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.24.png"}, {"node_id": "hooli-recruiter01.mail.archive.25", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.archive.25.png"}, {"node_id": "hooli-recruiter01.mail.open_thread.26", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.26.png"}, {"node_id": "hooli-recruiter01.mail.add_label.27", "t_ms": 0, "blob_ref": "screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.add_label.27.png"}]}} +{"schema_version": "v2", "trajectory_id": "hooli-procurement02__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "hooli-procurement02", "company": "hooli", "role_id": "ops.procurement", "title": "Procurement Analyst", "env": "windows-web-next", "goal": "HOOLI · Procurement Analyst — workday", "tree": {"nodes": [{"node_id": "hooli-procurement02.mail.open_inbox.0", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "hooli-procurement02.mail.open_thread.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.1073ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1073}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1073}}, {"node_id": "hooli-procurement02.mail.open_thread.1", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "hooli-procurement02.mail.reply.2.synth.typo.1.0.synth.pause.2", "kind": "terminal", "label": "behavior.wait.1022ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1022}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1022}}, {"node_id": "hooli-procurement02.mail.reply.2.synth.typo.1.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2029/1000", "t_finish_resolved": "2039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: spec review", "visible_text": "Following up on the spec we reviewed last week — I left two comments on the errot", "chars": 81, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-procurement02.mail.reply.2.synth.typo.2.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.1411ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1411}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1411}}, {"node_id": "hooli-procurement02.mail.reply.2.synth.typo.2.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "2039/1000", "t_finish_resolved": "2049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: spec review", "visible_text": "r", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-procurement02.mail.reply.2.synth.typo.3.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.643ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "2019/1000", "t_finish_resolved": "2029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 643}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 643}}, {"node_id": "hooli-procurement02.mail.reply.2.synth.typo.3.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "2049/1000", "t_finish_resolved": "2059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: spec review", "visible_text": "-handling section and approved the rest. Good to proceed.", "chars": 57, "_typo_step": "typo.tail"}}, {"node_id": "hooli-procurement02.mail.open_thread.3.synth.pause.5", "kind": "terminal", "label": "behavior.wait.1217ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1217}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1217}}, {"node_id": "hooli-procurement02.mail.open_thread.3", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "hooli-procurement02.mail.reply.4.synth.pause.6", "kind": "terminal", "label": "behavior.wait.1683ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1683}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1683}}, {"node_id": "hooli-procurement02.mail.reply.4", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-1", "args": {"subject": "Re: vendor renewal", "visible_text": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still needs to narrow to direct damages before we sign.", "chars": 130}}, {"node_id": "hooli-procurement02.mail.open_thread.5.synth.pause.7", "kind": "terminal", "label": "behavior.wait.338ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 338}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 338}}, {"node_id": "hooli-procurement02.mail.open_thread.5", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "hooli-procurement02.mail.add_label.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.775ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 775}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 775}}, {"node_id": "hooli-procurement02.mail.add_label.6", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-2"}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7.synth.pause.9", "kind": "terminal", "label": "behavior.wait.497ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 497}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 497}}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "kind": "terminal", "label": "spreadsheet.open_workbook", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8.synth.pause.10", "kind": "terminal", "label": "behavior.wait.1266ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1266}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1266}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "B14", "args": {"value": "=SUM(B2:B13)", "chars": 12}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1.synth.pause.11", "kind": "terminal", "label": "behavior.wait.880ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4499/500"}, "t_start_resolved": "4499/500", "t_finish_resolved": "1126/125"}, "slots": {"behavior": "hesitation", "duration_ms": 880}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 880}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "4509/500", "t_finish_resolved": "2257/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.pause.12", "kind": "terminal", "label": "behavior.wait.815ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "1126/125", "t_finish_resolved": "4509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 815}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 815}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "2257/250", "t_finish_resolved": "4519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "=AVERAGE(C2:C13)", "chars": 16}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2.synth.pause.13", "kind": "terminal", "label": "behavior.wait.795ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/500"}, "t_start_resolved": "4999/500", "t_finish_resolved": "1251/125"}, "slots": {"behavior": "hesitation", "duration_ms": 795}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 795}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "5009/500", "t_finish_resolved": "2507/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.pause.14", "kind": "terminal", "label": "behavior.wait.1234ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "1251/125", "t_finish_resolved": "5009/500"}, "slots": {"behavior": "hesitation", "duration_ms": 1234}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1234}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "2507/250", "t_finish_resolved": "5019/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "D14", "args": {"value": "=B14*C14", "chars": 8}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3.synth.pause.15", "kind": "terminal", "label": "behavior.wait.871ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5499/500"}, "t_start_resolved": "5499/500", "t_finish_resolved": "1376/125"}, "slots": {"behavior": "hesitation", "duration_ms": 871}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 871}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "1376/125", "t_finish_resolved": "5509/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.pause.16", "kind": "terminal", "label": "behavior.wait.485ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "5509/500", "t_finish_resolved": "2757/250"}, "slots": {"behavior": "hesitation", "duration_ms": 485}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 485}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "2757/250", "t_finish_resolved": "5519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "E14", "args": {"value": "=B14/E2-1", "chars": 9}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12.synth.pause.17", "kind": "terminal", "label": "behavior.wait.988ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 988}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 988}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "=SUMIF(D2:D13,\">=10000\",B2:B13)", "chars": 31}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4.synth.pause.18", "kind": "terminal", "label": "behavior.wait.829ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6499/500"}, "t_start_resolved": "6499/500", "t_finish_resolved": "1626/125"}, "slots": {"behavior": "hesitation", "duration_ms": 829}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 829}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "1626/125", "t_finish_resolved": "6509/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.pause.19", "kind": "terminal", "label": "behavior.wait.749ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "6509/500", "t_finish_resolved": "3257/250"}, "slots": {"behavior": "hesitation", "duration_ms": 749}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 749}}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "3257/250", "t_finish_resolved": "6519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "G14", "args": {"value": "=CORREL(B2:B13,C2:C13)", "chars": 22}}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14.synth.pause.20", "kind": "terminal", "label": "behavior.wait.750ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 750}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 750}}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "kind": "terminal", "label": "spreadsheet.save_sheet", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx"}, {"node_id": "hooli-procurement02.wait.pause.15.synth.pause.21", "kind": "terminal", "label": "behavior.wait.734ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 734}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 734}}, {"node_id": "hooli-procurement02.wait.pause.15", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "hooli-procurement02.mail.open_inbox.16.synth.pause.22", "kind": "terminal", "label": "behavior.wait.849ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 849}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 849}}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "hooli-procurement02.mail.open_thread.17.synth.pause.23", "kind": "terminal", "label": "behavior.wait.1448ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1448}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1448}}, {"node_id": "hooli-procurement02.mail.open_thread.17", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "hooli-procurement02.mail.add_label.18.synth.pause.24", "kind": "terminal", "label": "behavior.wait.635ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 635}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 635}}, {"node_id": "hooli-procurement02.mail.add_label.18", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-0"}, {"node_id": "hooli-procurement02.mail.open_thread.19.synth.pause.25", "kind": "terminal", "label": "behavior.wait.384ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 384}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 384}}, {"node_id": "hooli-procurement02.mail.open_thread.19", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "hooli-procurement02.mail.add_label.20.synth.pause.26", "kind": "terminal", "label": "behavior.wait.466ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 466}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 466}}, {"node_id": "hooli-procurement02.mail.add_label.20", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-1"}, {"node_id": "hooli-procurement02.mail.open_thread.21.synth.pause.27", "kind": "terminal", "label": "behavior.wait.1333ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1333}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1333}}, {"node_id": "hooli-procurement02.mail.open_thread.21", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.4.0.synth.pause.28", "kind": "terminal", "label": "behavior.wait.909ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 909}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 909}}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.4.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22049/1000", "t_finish_resolved": "22059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Retro invite", "visible_text": "Calendar invite incoming for the rollout retro on Tuesday. Bring one thing that went well and onr", "chars": 97, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.5.1.synth.pause.29", "kind": "terminal", "label": "behavior.wait.908ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2199901/100000"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 908}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 908}}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.5.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2200001/100000"}, "t_start_resolved": "22059/1000", "t_finish_resolved": "22069/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Retro invite", "visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.6.2.synth.pause.30", "kind": "terminal", "label": "behavior.wait.1168ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099951/50000"}, "t_start_resolved": "22019/1000", "t_finish_resolved": "22029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1168}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1168}}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.6.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100001/50000"}, "t_start_resolved": "22069/1000", "t_finish_resolved": "22079/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Retro invite", "visible_text": " thing we d", "chars": 11, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.7.3.synth.pause.31", "kind": "terminal", "label": "behavior.wait.723ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2199903/100000"}, "t_start_resolved": "22029/1000", "t_finish_resolved": "22039/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 723}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 723}}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.7.3", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2200003/100000"}, "t_start_resolved": "22079/1000", "t_finish_resolved": "22089/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Retro invite", "visible_text": "s", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.8.4.synth.pause.32", "kind": "terminal", "label": "behavior.wait.575ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "68747/3125"}, "t_start_resolved": "22039/1000", "t_finish_resolved": "22049/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 575}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 575}}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.8.4", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-procurement02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "550001/25000"}, "t_start_resolved": "22089/1000", "t_finish_resolved": "22099/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-2", "args": {"subject": "Retro invite", "visible_text": "hould change.", "chars": 13, "_typo_step": "typo.tail"}}]}, "trajectory": {"input_events": [{"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "hooli-procurement02.mail.open_inbox.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail 8:33 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 640, "y": 838, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 640, "y": 838, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail New mail Inbox 2 Sta", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 859, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Excel", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Mail New mail Inbox 2 Sta", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 817, "y": 498, "move_frame": 1, "move_frames": 4, "control": "excel-click", "hit_test": {"validated": true, "x": 817, "y": 498, "tag": "div", "id": "", "class_name": "cell s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 767, "y": 483, "width": 90, "height": 22}}, "validated": true, "ordinal": 23, "t_ms": 1840}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 886, "y": 277, "move_frame": 2, "move_frames": 4, "control": "excel-click", "validated": false, "ordinal": 24, "t_ms": 1960}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 928, "y": 145, "move_frame": 3, "move_frames": 4, "control": "excel-click", "validated": false, "ordinal": 25, "t_ms": 2080}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 942, "y": 101, "move_frame": 4, "move_frames": 4, "control": "excel-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 26, "t_ms": 2200}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "excel-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 27, "t_ms": 2320}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 2, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 3, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 4, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 6, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "G", "char_index": 7, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 8, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 9, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 10, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 11, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 13, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 14, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 15, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 16, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 6, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 7, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 8, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 9, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 11, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 12, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 13, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 14, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 15, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 16, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 17, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 18, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 19, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 20, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 21, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 22, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 23, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 24, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 25, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 26, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 27, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 28, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 29, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 30, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 31, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 1, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 6, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 9, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 10, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 11, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 12, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 20, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 21, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 22, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 24, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 754, "y": 440, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 754, "y": 440, "tag": "div", "id": "", "class_name": "row-header s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "11", "bbox": {"x": 725, "y": 439, "width": 42, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 620, "y": 682, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 540, "y": 828, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 817, "y": 499, "move_frame": 1, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 817, "y": 499, "tag": "div", "id": "", "class_name": "cell s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 767, "y": 483, "width": 90, "height": 22}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 886, "y": 278, "move_frame": 2, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 928, "y": 145, "move_frame": 3, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 942, "y": 101, "move_frame": 4, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "hooli-procurement02.mail.open_thread.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.add_label.18", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.open_thread.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.add_label.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.open_thread.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.4.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.5.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.6.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.7.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.8.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 942, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 942, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 930, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove windows-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Following up on the spec we reviewed last week — I left two comments on the errot"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "r"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "-handling section and approved the rest. Good to proceed."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Thanks for the redlines. We can accept 7.3 with a 30-day cure period; 12.1 still needs to narrow to direct damages before we sign."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "workbook.opened", "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove windows-web-next/excel.open_workbook.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "B14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=SUM(B2:B13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=AVERAGE(C2:C13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "D14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=B14*C14"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "E14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=B14/E2-1"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=SUMIF(D2:D13,\">=10000\",B2:B13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "G14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=CORREL(B2:B13,C2:C13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove windows-web-next/excel.save_sheet.", "error": null}, {"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove windows-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Calendar invite incoming for the rollout retro on Tuesday. Bring one thing that went well and onr"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "thing we d"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "s"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "hould change."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}], "alignment": [{"node_id": "hooli-procurement02.mail.open_inbox.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, {"node_id": "hooli-procurement02.mail.open_thread.1", "observation_index": 1, "input_event_ordinals": []}, {"node_id": "hooli-procurement02.mail.reply.2.synth.typo.1.0", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "hooli-procurement02.mail.reply.2.synth.typo.2.1", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "hooli-procurement02.mail.reply.2.synth.typo.3.2", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "hooli-procurement02.mail.open_thread.3", "observation_index": 5, "input_event_ordinals": []}, {"node_id": "hooli-procurement02.mail.reply.4", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "hooli-procurement02.mail.open_thread.5", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "hooli-procurement02.mail.add_label.6", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "hooli-procurement02.mail.open_thread.17", "observation_index": 22, "input_event_ordinals": [1]}, {"node_id": "hooli-procurement02.mail.add_label.18", "observation_index": 23, "input_event_ordinals": [1]}, {"node_id": "hooli-procurement02.mail.open_thread.19", "observation_index": 24, "input_event_ordinals": [1]}, {"node_id": "hooli-procurement02.mail.add_label.20", "observation_index": 25, "input_event_ordinals": [1]}, {"node_id": "hooli-procurement02.mail.open_thread.21", "observation_index": 26, "input_event_ordinals": [1]}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.4.0", "observation_index": 27, "input_event_ordinals": [1]}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.5.1", "observation_index": 28, "input_event_ordinals": [1]}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.6.2", "observation_index": 29, "input_event_ordinals": [1]}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.7.3", "observation_index": 30, "input_event_ordinals": [1]}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.8.4", "observation_index": 31, "input_event_ordinals": [1]}]}, "media": {"video": "videos/hooli-procurement02__windows-web-next.webm", "frames": [{"node_id": "hooli-procurement02.mail.open_inbox.0", "t_ms": 1760, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_inbox.0.png"}, {"node_id": "hooli-procurement02.spreadsheet.open_workbook.7", "t_ms": 2300, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.open_workbook.7.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.8", "t_ms": 1220, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.8.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1", "t_ms": 480, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.9", "t_ms": 1400, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.9.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2", "t_ms": 480, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.10", "t_ms": 1020, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.10.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3", "t_ms": 480, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.11", "t_ms": 1080, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.11.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.12", "t_ms": 2300, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.12.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4", "t_ms": 480, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4.png"}, {"node_id": "hooli-procurement02.spreadsheet.write_formula.13", "t_ms": 2060, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.13.png"}, {"node_id": "hooli-procurement02.spreadsheet.save_sheet.14", "t_ms": 2180, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.save_sheet.14.png"}, {"node_id": "hooli-procurement02.mail.open_inbox.16", "t_ms": 2300, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_inbox.16.png"}, {"node_id": "hooli-procurement02.mail.open_thread.17", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.17.png"}, {"node_id": "hooli-procurement02.mail.add_label.18", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.add_label.18.png"}, {"node_id": "hooli-procurement02.mail.open_thread.19", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.19.png"}, {"node_id": "hooli-procurement02.mail.add_label.20", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.add_label.20.png"}, {"node_id": "hooli-procurement02.mail.open_thread.21", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.21.png"}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.4.0", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.4.0.png"}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.5.1", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.5.1.png"}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.6.2", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.6.2.png"}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.7.3", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.7.3.png"}, {"node_id": "hooli-procurement02.mail.reply.22.synth.typo.8.4", "t_ms": 0, "blob_ref": "screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.8.4.png"}]}} +{"schema_version": "v2", "trajectory_id": "hooli-scientist03__browser-os", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "hooli-scientist03", "company": "hooli", "role_id": "data.scientist", "title": "Data Scientist", "env": "browser-os", "goal": "HOOLI · Data Scientist — workday", "tree": {"nodes": [{"node_id": "hooli-scientist03.wordproc.open_doc.0", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "docs/incident-review-2026-05-12.md"}, {"node_id": "hooli-scientist03.wordproc.insert_text.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.574ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 574}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 574}}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "# Incident review: 2026-05-12\n\n## Impact\n## Timeline\n## Root cause\n## Fixes\n", "chars": 76}}, {"node_id": "hooli-scientist03.wordproc.insert_text.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.927ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 927}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 927}}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Impact: checkout p95 latency tripled for 41 minutes; ~2.3% of varts sae a timeout on submit. No data loss.", "chars": 106, "_typo_committed": true}}, {"node_id": "hooli-scientist03.wordproc.insert_text.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.306ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 306}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 306}}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Timeline: 14:02 deploy, 14:09 first page, 14:31 Redis pool rotated, 14:43 latency back to baseline.", "chars": 99}}, {"node_id": "hooli-scientist03.wordproc.insert_text.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.546ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 546}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 546}}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Root cause: a connection-pool size regression in the deploy starved the checkout service under peak load.", "chars": 105}}, {"node_id": "hooli-scientist03.wordproc.insert_text.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.490ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 490}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 490}}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "args": {"visible_text": "Fixes: pin the pool size in config, add a pre-deploy load smoke test, and alert on pool-saturation directly.", "chars": 108}}, {"node_id": "hooli-scientist03.wordproc.save_doc.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.193ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 193}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 193}}, {"node_id": "hooli-scientist03.wordproc.save_doc.6", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "docs/incident-review-2026-05-12.md"}, {"node_id": "hooli-scientist03.slack.open_channel.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.167ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 167}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 167}}, {"node_id": "hooli-scientist03.slack.open_channel.7", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#standup"}, {"node_id": "hooli-scientist03.slack.scroll_history.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.241ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 241}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 241}}, {"node_id": "hooli-scientist03.slack.scroll_history.8", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#standup"}, {"node_id": "hooli-scientist03.slack.post_message.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.515ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 515}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 515}}, {"node_id": "hooli-scientist03.slack.post_message.9", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#standup", "args": {"visible_text": "Yesterday reviewed three PRs and unblocked the release; today syncing with peocurement on the renewal. Blocker: waiting on legal sign-off for the EU disclosure.", "chars": 160, "_typo_committed": true}}, {"node_id": "hooli-scientist03.slack.react_to_message.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.363ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 363}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 363}}, {"node_id": "hooli-scientist03.slack.react_to_message.10", "kind": "terminal", "label": "slack.react_to_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "react_to_message", "target": "#standup"}, {"node_id": "hooli-scientist03.wait.pause.11.synth.pause.11", "kind": "terminal", "label": "behavior.wait.433ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 433}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 433}}, {"node_id": "hooli-scientist03.wait.pause.11", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "hooli-scientist03.slack.open_channel.12.synth.pause.12", "kind": "terminal", "label": "behavior.wait.383ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 383}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 383}}, {"node_id": "hooli-scientist03.slack.open_channel.12", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "hooli-scientist03.slack.scroll_history.13.synth.pause.13", "kind": "terminal", "label": "behavior.wait.684ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 684}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 684}}, {"node_id": "hooli-scientist03.slack.scroll_history.13", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "hooli-scientist03.slack.post_message.14.synth.pause.14", "kind": "terminal", "label": "behavior.wait.7253ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 7253}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 7253}}, {"node_id": "hooli-scientist03.slack.post_message.14", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Heads up — rolling the canary to 25% now.", "chars": 41}}, {"node_id": "hooli-scientist03.slack.open_channel.15.synth.pause.15", "kind": "terminal", "label": "behavior.wait.353ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 353}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 353}}, {"node_id": "hooli-scientist03.slack.open_channel.15", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "hooli-scientist03.slack.scroll_history.16.synth.pause.16", "kind": "terminal", "label": "behavior.wait.358ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 358}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 358}}, {"node_id": "hooli-scientist03.slack.scroll_history.16", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "hooli-scientist03.slack.post_message.17.synth.pause.17", "kind": "terminal", "label": "behavior.wait.353ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 353}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 353}}, {"node_id": "hooli-scientist03.slack.post_message.17", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "Quick favor — the zero-price guard is live in staging.", "chars": 54}}, {"node_id": "hooli-scientist03.slack.open_channel.18.synth.pause.18", "kind": "terminal", "label": "behavior.wait.456ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 456}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 456}}, {"node_id": "hooli-scientist03.slack.open_channel.18", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "hooli-scientist03.slack.scroll_history.19.synth.pause.19", "kind": "terminal", "label": "behavior.wait.606ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 606}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 606}}, {"node_id": "hooli-scientist03.slack.scroll_history.19", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-scientist03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "bo-bridge-notepad", "node_id": "hooli-scientist03.wordproc.open_doc.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "hooli-scientist03.wordproc.open_doc.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 518, "y": 350, "move_frame": 1, "move_frames": 4, "control": "np-focus", "hit_test": {"validated": true, "x": 518, "y": 350, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 61, "y": 127, "width": 598, "height": 422}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-scientist03.wordproc.open_doc.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 430, "y": 344, "move_frame": 2, "move_frames": 4, "control": "np-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "hooli-scientist03.wordproc.open_doc.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 378, "y": 339, "move_frame": 3, "move_frames": 4, "control": "np-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "hooli-scientist03.wordproc.open_doc.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 360, "y": 338, "move_frame": 4, "move_frames": 4, "control": "np-focus", "hit_test": {"validated": true, "x": 360, "y": 338, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 61, "y": 127, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "hooli-scientist03.wordproc.open_doc.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 360, "y": 338, "button": "left", "control": "np-focus", "hit_test": {"validated": true, "x": 360, "y": 338, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 61, "y": 127, "width": 598, "height": 422}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 360, "y": 338, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 360, "y": 338, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 61, "y": 127, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 3, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 8, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 11, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 12, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 16, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 19, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 22, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 23, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 24, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "6", "char_index": 25, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 26, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 27, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 28, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 30, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 31, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 33, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 34, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 36, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 37, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 38, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 40, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 43, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 44, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 46, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 47, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 48, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 49, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 50, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 52, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 55, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 56, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 58, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 60, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 61, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 63, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 64, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 65, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 66, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 67, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 69, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 70, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 71, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 72, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 73, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 74, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 75, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 76, "char_count": 76, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 360, "y": 338, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 360, "y": 338, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes", "bbox": {"x": 61, "y": 127, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 3, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 9, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 20, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "9", "char_index": 21, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 22, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 27, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 28, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 29, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 30, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 32, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 35, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 36, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 38, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 40, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 41, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 42, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 44, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 45, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 47, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 49, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 50, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 53, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 54, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 56, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 57, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 58, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 59, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 60, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 62, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 63, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 64, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 65, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 66, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 67, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 68, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 69, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 71, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 72, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 73, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 75, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 77, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 78, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 79, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 80, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 81, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 82, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 83, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 85, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 86, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 88, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 89, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 90, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 91, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 92, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 93, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 94, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 95, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 96, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 97, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 98, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 99, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 100, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 101, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 102, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 103, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 104, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 105, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 106, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 107, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 108, "char_count": 108, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 109, "t_ms": 2200}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 360, "y": 338, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 360, "y": 338, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes Impact: checkout p95 latency tripled for 41 m", "bbox": {"x": 61, "y": 127, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 3, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 5, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 7, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 8, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 14, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 15, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 16, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 19, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 21, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 22, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 23, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 24, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 25, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 27, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 28, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 29, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 30, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "9", "char_index": 31, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 33, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 37, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 39, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 40, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 41, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 43, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 45, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 46, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 47, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 48, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 49, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 51, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 53, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 54, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 55, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 57, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 58, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 60, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 62, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 63, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 65, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 66, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 67, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 68, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 69, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 71, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 72, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 73, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 74, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 75, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 77, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 78, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 79, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 80, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 81, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 82, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 83, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 85, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 86, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 87, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 88, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 89, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 90, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 91, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 92, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 93, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 94, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 95, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 96, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 97, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 98, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 99, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 100, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 101, "char_count": 101, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 360, "y": 338, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 360, "y": 338, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes Impact: checkout p95 latency tripled for 41 m", "bbox": {"x": 61, "y": 127, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 3, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 11, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 13, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 15, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 17, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 22, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 23, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 25, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 27, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 28, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 31, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 35, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 38, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 40, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 41, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 43, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 44, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 45, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 46, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 47, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 49, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 50, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 52, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 53, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 54, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 56, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 57, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 58, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 59, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 60, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 61, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 63, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 65, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 66, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 67, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 68, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 69, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 71, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 72, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 73, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 75, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 76, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 78, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 79, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 80, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 81, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 82, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 83, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 84, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 85, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 86, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 87, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 88, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 89, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 90, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 92, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 93, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 94, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 95, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 96, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 97, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 98, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 99, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 100, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 101, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 102, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 103, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 104, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 105, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 106, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 107, "char_count": 107, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 360, "y": 338, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 360, "y": 338, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes Impact: checkout p95 latency tripled for 41 m", "bbox": {"x": 61, "y": 127, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 3, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 5, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 10, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 11, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 19, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 20, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 21, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 25, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 28, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 29, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 31, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 34, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 36, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 37, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 40, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 41, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 45, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 46, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 48, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 49, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 51, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 52, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 53, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 54, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 56, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 57, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 58, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 59, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 60, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 61, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 62, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 63, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 64, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 67, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 68, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 69, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 70, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 71, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 73, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 74, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 75, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 77, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 78, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 79, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 80, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 81, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 82, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 83, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 84, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 85, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 86, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 87, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 88, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 89, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 90, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 91, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 92, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 93, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 94, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 95, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 96, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 97, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 98, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 99, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 100, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 101, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 102, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 103, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 104, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 105, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 106, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 107, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 108, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 109, "t_ms": 2200}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 109, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 110, "t_ms": 2220}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 110, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 111, "t_ms": 2240}, {"node_id": "hooli-scientist03.wordproc.save_doc.6", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "np-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "bo-bridge-messaging-client", "node_id": "hooli-scientist03.slack.open_channel.7", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "hooli-scientist03.slack.scroll_history.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 771, "y": 316, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 771, "y": 316, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.slack.scroll_history.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1064, "y": 300, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-scientist03.slack.scroll_history.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1240, "y": 291, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-scientist03.slack.scroll_history.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1299, "y": 288, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1299, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1049, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-scientist03.slack.scroll_history.8", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1299, "y": 288, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 1299, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1049, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1282, "y": 370, "move_frame": 1, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1282, "y": 370, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1049, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1270, "y": 429, "move_frame": 2, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1263, "y": 464, "move_frame": 3, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1261, "y": 476, "move_frame": 4, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1261, "y": 476, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1067, "y": 457, "width": 387, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1261, "y": 476, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1261, "y": 476, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1067, "y": 457, "width": 387, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 1, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 13, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 16, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 18, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 26, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 27, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 28, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 30, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 31, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 32, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 34, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 36, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 37, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 40, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 42, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 44, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 45, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 46, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 49, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 50, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 51, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 52, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 53, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 54, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 55, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 57, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 58, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 59, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 60, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 61, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 63, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 64, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 65, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 66, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 67, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 68, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 69, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 70, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 71, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 72, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 73, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 74, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 75, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 76, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 78, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 79, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 80, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 81, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 82, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 83, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 84, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 85, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 86, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 88, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 89, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 90, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 91, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 92, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 93, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 94, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 95, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 96, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 97, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 98, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 99, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 100, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 101, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 102, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 103, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 104, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 105, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 106, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 107, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 108, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 109, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 110, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 111, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 116, "t_ms": 2740}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 112, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 117, "t_ms": 2760}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 113, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 118, "t_ms": 2780}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 114, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 119, "t_ms": 2800}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 115, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 120, "t_ms": 2820}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 116, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 121, "t_ms": 2840}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 117, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 122, "t_ms": 2860}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 118, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 123, "t_ms": 2880}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 119, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 124, "t_ms": 2900}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 120, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 125, "t_ms": 2920}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 121, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 126, "t_ms": 2940}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 122, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 127, "t_ms": 2960}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 123, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 128, "t_ms": 2980}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 124, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 129, "t_ms": 3000}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 125, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 130, "t_ms": 3020}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 126, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 131, "t_ms": 3040}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 127, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 132, "t_ms": 3060}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 128, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 133, "t_ms": 3080}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 129, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 134, "t_ms": 3100}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 130, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 135, "t_ms": 3120}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 131, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 136, "t_ms": 3140}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 132, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 137, "t_ms": 3160}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 133, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 138, "t_ms": 3180}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 134, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 139, "t_ms": 3200}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 135, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 140, "t_ms": 3220}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 136, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 141, "t_ms": 3240}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 137, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 142, "t_ms": 3260}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 138, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 143, "t_ms": 3280}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 139, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 144, "t_ms": 3300}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 140, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 145, "t_ms": 3320}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 141, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 146, "t_ms": 3340}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 142, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 147, "t_ms": 3360}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 143, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 148, "t_ms": 3380}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 144, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 149, "t_ms": 3400}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 145, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 150, "t_ms": 3420}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 146, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 151, "t_ms": 3440}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 147, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 152, "t_ms": 3460}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 148, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 153, "t_ms": 3480}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 149, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 154, "t_ms": 3500}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 150, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 155, "t_ms": 3520}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 151, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 156, "t_ms": 3540}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 152, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 157, "t_ms": 3560}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 153, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 158, "t_ms": 3580}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 154, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 159, "t_ms": 3600}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 155, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 160, "t_ms": 3620}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 156, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 161, "t_ms": 3640}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 157, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 162, "t_ms": 3660}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 158, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 163, "t_ms": 3680}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 159, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 164, "t_ms": 3700}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 160, "char_count": 160, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 165, "t_ms": 3720}, {"node_id": "hooli-scientist03.slack.post_message.9", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 166, "t_ms": 3740}, {"node_id": "hooli-scientist03.slack.scroll_history.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1272, "y": 394, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1272, "y": 394, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.slack.scroll_history.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1280, "y": 335, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-scientist03.slack.scroll_history.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1285, "y": 300, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-scientist03.slack.scroll_history.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1287, "y": 288, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1287, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-scientist03.slack.scroll_history.13", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1287, "y": 288, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 1287, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1270, "y": 370, "move_frame": 1, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1270, "y": 370, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1258, "y": 429, "move_frame": 2, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1251, "y": 464, "move_frame": 3, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1249, "y": 476, "move_frame": 4, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1249, "y": 476, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1055, "y": 457, "width": 387, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1249, "y": 476, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1249, "y": 476, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1055, "y": 457, "width": 387, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 1, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 10, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 14, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 15, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 17, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 18, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 29, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 34, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 35, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 36, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 38, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 40, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 41, "char_count": 41, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-scientist03.slack.post_message.14", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-scientist03.slack.scroll_history.16", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1266, "y": 394, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1266, "y": 394, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.slack.scroll_history.16", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1278, "y": 335, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-scientist03.slack.scroll_history.16", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1285, "y": 300, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-scientist03.slack.scroll_history.16", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1287, "y": 288, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1287, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-scientist03.slack.scroll_history.16", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1287, "y": 288, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 1287, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1270, "y": 370, "move_frame": 1, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1270, "y": 370, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1258, "y": 429, "move_frame": 2, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1251, "y": 464, "move_frame": 3, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1249, "y": 476, "move_frame": 4, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1249, "y": 476, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1055, "y": 457, "width": 387, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1249, "y": 476, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1249, "y": 476, "tag": "input", "id": "", "class_name": "composer-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1055, "y": 457, "width": 387, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Q", "char_index": 1, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 7, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 9, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 16, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 19, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 23, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 24, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 27, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 30, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 31, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 32, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 39, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 40, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 41, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 44, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 47, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 48, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 49, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 50, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 52, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 53, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 54, "char_count": 54, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "hooli-scientist03.slack.post_message.17", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "hooli-scientist03.slack.scroll_history.19", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1266, "y": 394, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1266, "y": 394, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-scientist03.slack.scroll_history.19", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1278, "y": 335, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-scientist03.slack.scroll_history.19", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1285, "y": 300, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-scientist03.slack.scroll_history.19", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1287, "y": 288, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1287, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-scientist03.slack.scroll_history.19", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1287, "y": 288, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 1287, "y": 288, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1037, "y": 132, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}], "observations": [{"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/incident-review-2026-05-12.md"}, "observation": "Low-level replay drove browser-os/notepad.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "# Incident review: 2026-05-12 ## Impact ## Timeline ## Root cause ## Fixes"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Impact: checkout p95 latency tripled for 41 minutes; ~2.3% of varts sae a timeout on submit. No data loss."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Timeline: 14:02 deploy, 14:09 first page, 14:31 Redis pool rotated, 14:43 latency back to baseline."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Root cause: a connection-pool size regression in the deploy starved the checkout service under peak load."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Fixes: pin the pool size in config, add a pre-deploy load smoke test, and alert on pool-saturation directly."}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "docs/incident-review-2026-05-12.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/incident-review-2026-05-12.md"}, "observation": "Low-level replay drove browser-os/notepad.save_doc.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "Yesterday reviewed three PRs and unblocked the release; today syncing with peocurement on the renewal. Blocker: waiting on legal sign-off for the EU disclosure."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}, {"ok": true, "event": "message.reacted", "surface": "slack", "action": "react_to_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.react_to_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#design"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#design"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "Heads up — rolling the canary to 25% now."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#engineering"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#engineering"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "Quick favor — the zero-price guard is live in staging."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#launch"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#launch"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}], "alignment": [{"node_id": "hooli-scientist03.wordproc.open_doc.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77]}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109]}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102]}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108]}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111]}, {"node_id": "hooli-scientist03.wordproc.save_doc.6", "observation_index": 6, "input_event_ordinals": [1]}, {"node_id": "hooli-scientist03.slack.open_channel.7", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "hooli-scientist03.slack.scroll_history.8", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-scientist03.slack.post_message.9", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166]}, {"node_id": "hooli-scientist03.slack.react_to_message.10", "observation_index": 10, "input_event_ordinals": []}, {"node_id": "hooli-scientist03.slack.open_channel.12", "observation_index": 11, "input_event_ordinals": []}, {"node_id": "hooli-scientist03.slack.scroll_history.13", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-scientist03.slack.post_message.14", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]}, {"node_id": "hooli-scientist03.slack.open_channel.15", "observation_index": 14, "input_event_ordinals": []}, {"node_id": "hooli-scientist03.slack.scroll_history.16", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-scientist03.slack.post_message.17", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}, {"node_id": "hooli-scientist03.slack.open_channel.18", "observation_index": 17, "input_event_ordinals": []}, {"node_id": "hooli-scientist03.slack.scroll_history.19", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5]}]}, "media": {"video": "videos/hooli-scientist03__browser-os.webm", "frames": [{"node_id": "hooli-scientist03.wordproc.open_doc.0", "t_ms": 540, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.open_doc.0.png"}, {"node_id": "hooli-scientist03.wordproc.insert_text.1", "t_ms": 1960, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.1.png"}, {"node_id": "hooli-scientist03.wordproc.insert_text.2", "t_ms": 2600, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.2.png"}, {"node_id": "hooli-scientist03.wordproc.insert_text.3", "t_ms": 2460, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.3.png"}, {"node_id": "hooli-scientist03.wordproc.insert_text.4", "t_ms": 2580, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.4.png"}, {"node_id": "hooli-scientist03.wordproc.insert_text.5", "t_ms": 2640, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.5.png"}, {"node_id": "hooli-scientist03.wordproc.save_doc.6", "t_ms": 0, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.save_doc.6.png"}, {"node_id": "hooli-scientist03.slack.open_channel.7", "t_ms": 0, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.open_channel.7.png"}, {"node_id": "hooli-scientist03.slack.scroll_history.8", "t_ms": 480, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.8.png"}, {"node_id": "hooli-scientist03.slack.post_message.9", "t_ms": 3740, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.9.png"}, {"node_id": "hooli-scientist03.slack.scroll_history.13", "t_ms": 480, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.13.png"}, {"node_id": "hooli-scientist03.slack.post_message.14", "t_ms": 1360, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.14.png"}, {"node_id": "hooli-scientist03.slack.scroll_history.16", "t_ms": 480, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.16.png"}, {"node_id": "hooli-scientist03.slack.post_message.17", "t_ms": 1620, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.17.png"}, {"node_id": "hooli-scientist03.slack.scroll_history.19", "t_ms": 480, "blob_ref": "screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.19.png"}]}} +{"schema_version": "v2", "trajectory_id": "hooli-frontline04__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "hooli-frontline04", "company": "hooli", "role_id": "support.frontline", "title": "Frontline Support Rep", "env": "windows-web-next", "goal": "HOOLI · Frontline Support Rep — workday", "tree": {"nodes": [{"node_id": "hooli-frontline04.wordproc.open_doc.0", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "docs/roadmap-synthesis.md"}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0.synth.pause.1", "kind": "terminal", "label": "behavior.wait.330ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 330}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 330}}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1029/1000", "t_finish_resolved": "1039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "# Roadmap synthesis\n\n## Thw", "chars": 27, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1.synth.pause.2", "kind": "terminal", "label": "behavior.wait.204ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99901/100000"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 204}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 204}}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/100000"}, "t_start_resolved": "1039/1000", "t_finish_resolved": "1049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2.synth.pause.3", "kind": "terminal", "label": "behavior.wait.263ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "49951/50000"}, "t_start_resolved": "1019/1000", "t_finish_resolved": "1029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 263}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 263}}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "50001/50000"}, "t_start_resolved": "1049/1000", "t_finish_resolved": "1059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "mes\n## Now\n## Next\n## Later\n", "chars": 28, "_typo_step": "typo.tail"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0.synth.pause.4", "kind": "terminal", "label": "behavior.wait.254ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "200803/100000", "t_finish_resolved": "201803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 254}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 254}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "208803/100000", "t_finish_resolved": "209803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "Thr", "chars": 3, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1.synth.pause.5", "kind": "terminal", "label": "behavior.wait.474ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "201803/100000", "t_finish_resolved": "202803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 474}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 474}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "209803/100000", "t_finish_resolved": "210803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2.synth.pause.6", "kind": "terminal", "label": "behavior.wait.291ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "202803/100000", "t_finish_resolved": "203803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 291}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 291}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "210803/100000", "t_finish_resolved": "211803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "mes: reliability debt, activation, and tg", "chars": 41, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1.synth.pause.7", "kind": "terminal", "label": "behavior.wait.570ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199803/100000"}, "t_start_resolved": "199803/100000", "t_finish_resolved": "200803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 570}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 570}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199903/100000"}, "t_start_resolved": "203803/100000", "t_finish_resolved": "204803/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.pause.8", "kind": "terminal", "label": "behavior.wait.420ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199903/100000"}, "t_start_resolved": "204803/100000", "t_finish_resolved": "205803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 420}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 420}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200003/100000"}, "t_start_resolved": "211803/100000", "t_finish_resolved": "212803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "h", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4.synth.pause.9", "kind": "terminal", "label": "behavior.wait.291ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6247/3125"}, "t_start_resolved": "205803/100000", "t_finish_resolved": "206803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 291}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 291}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "50001/25000"}, "t_start_resolved": "212803/100000", "t_finish_resolved": "213803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "e enterprise SSO gap keep surfacing across sales, support, and on-v", "chars": 67, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5.synth.pause.10", "kind": "terminal", "label": "behavior.wait.286ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "39981/20000"}, "t_start_resolved": "206803/100000", "t_finish_resolved": "207803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 286}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 286}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "40001/20000"}, "t_start_resolved": "213803/100000", "t_finish_resolved": "214803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "c", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6.synth.pause.11", "kind": "terminal", "label": "behavior.wait.290ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99953/50000"}, "t_start_resolved": "207803/100000", "t_finish_resolved": "208803/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 290}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 290}}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100003/50000"}, "t_start_resolved": "214803/100000", "t_finish_resolved": "215803/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "all.", "chars": 4, "_typo_step": "typo.tail"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.pause.12", "kind": "terminal", "label": "behavior.wait.218ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "75201/25000", "t_finish_resolved": "75451/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 218}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 218}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "76951/25000", "t_finish_resolved": "77201/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "Now: finish the checkout hardr", "chars": 30, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1.synth.pause.13", "kind": "terminal", "label": "behavior.wait.224ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299901/100000"}, "t_start_resolved": "75451/25000", "t_finish_resolved": "75701/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 224}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 224}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/100000"}, "t_start_resolved": "77201/25000", "t_finish_resolved": "77451/25000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "undo", "target": "docs/roadmap-synthesis.md", "args": {"_synthetic": "undo"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1.synth.pause.14", "kind": "terminal", "label": "behavior.wait.760ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299901/100000"}, "t_start_resolved": "75701/25000", "t_finish_resolved": "75951/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 760}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 760}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/100000"}, "t_start_resolved": "77451/25000", "t_finish_resolved": "77701/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2.synth.pause.15", "kind": "terminal", "label": "behavior.wait.218ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "149951/50000"}, "t_start_resolved": "75951/25000", "t_finish_resolved": "76201/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 218}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 218}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "150001/50000"}, "t_start_resolved": "77701/25000", "t_finish_resolved": "77951/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "ning and ship audit logs; both block two enterprise deals in late-stah", "chars": 70, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3.synth.pause.16", "kind": "terminal", "label": "behavior.wait.469ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299903/100000"}, "t_start_resolved": "76201/25000", "t_finish_resolved": "76451/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 469}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 469}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300003/100000"}, "t_start_resolved": "77951/25000", "t_finish_resolved": "78201/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "g", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2.synth.pause.17", "kind": "terminal", "label": "behavior.wait.361ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "74951/25000"}, "t_start_resolved": "74951/25000", "t_finish_resolved": "75201/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 361}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 361}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9372/3125"}, "t_start_resolved": "76701/25000", "t_finish_resolved": "76951/25000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.pause.18", "kind": "terminal", "label": "behavior.wait.227ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9372/3125"}, "t_start_resolved": "76451/25000", "t_finish_resolved": "76701/25000"}, "slots": {"behavior": "hesitation", "duration_ms": 227}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 227}}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "75001/25000"}, "t_start_resolved": "78201/25000", "t_finish_resolved": "78451/25000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "e.", "chars": 2, "_typo_step": "typo.tail"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.4.synth.pause.19", "kind": "terminal", "label": "behavior.wait.455ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 455}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 455}}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "Next: SSO + SCIM, then the cohort dashboard so CS can self-serve health scores.", "chars": 79}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0.synth.pause.20", "kind": "terminal", "label": "behavior.wait.356ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "250401/50000", "t_finish_resolved": "250901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 356}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 356}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "253401/50000", "t_finish_resolved": "253901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "Later: multi-region writes once the data-t", "chars": 42, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1.synth.pause.21", "kind": "terminal", "label": "behavior.wait.555ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499901/100000"}, "t_start_resolved": "250901/50000", "t_finish_resolved": "251401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 555}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 555}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/100000"}, "t_start_resolved": "253901/50000", "t_finish_resolved": "254401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "r", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3.synth.pause.22", "kind": "terminal", "label": "behavior.wait.742ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249901/50000"}, "t_start_resolved": "249901/50000", "t_finish_resolved": "250401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 742}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 742}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249951/50000"}, "t_start_resolved": "251901/50000", "t_finish_resolved": "252401/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.pause.23", "kind": "terminal", "label": "behavior.wait.299ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249951/50000"}, "t_start_resolved": "251401/50000", "t_finish_resolved": "251901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 299}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 299}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250001/50000"}, "t_start_resolved": "254401/50000", "t_finish_resolved": "254901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "r", "chars": 1, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3.synth.pause.24", "kind": "terminal", "label": "behavior.wait.333ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499903/100000"}, "t_start_resolved": "252401/50000", "t_finish_resolved": "252901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 333}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 333}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500003/100000"}, "t_start_resolved": "254901/50000", "t_finish_resolved": "255401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4.synth.pause.25", "kind": "terminal", "label": "behavior.wait.133ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15622/3125"}, "t_start_resolved": "252901/50000", "t_finish_resolved": "253401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 133}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 133}}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "125001/25000"}, "t_start_resolved": "255401/50000", "t_finish_resolved": "255901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "args": {"visible_text": "sidency demand is real, not before.", "chars": 35, "_typo_step": "typo.tail"}}, {"node_id": "hooli-frontline04.wordproc.save_doc.6.synth.pause.26", "kind": "terminal", "label": "behavior.wait.7491ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 7491}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 7491}}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "docs/roadmap-synthesis.md"}, {"node_id": "hooli-frontline04.slack.open_channel.7.synth.pause.27", "kind": "terminal", "label": "behavior.wait.308ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 308}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 308}}, {"node_id": "hooli-frontline04.slack.open_channel.7", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.pause.28", "kind": "terminal", "label": "behavior.wait.703ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 703}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 703}}, {"node_id": "hooli-frontline04.slack.scroll_history.8", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8019/1000", "t_finish_resolved": "8029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0.synth.pause.29", "kind": "terminal", "label": "behavior.wait.209ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "799901/100000"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 209}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 209}}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "kind": "terminal", "label": "behavior.detour.browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "800001/100000"}, "t_start_resolved": "8029/1000", "t_finish_resolved": "8039/1000"}, "slots": {"behavior": "detour"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "notifications", "args": {"_synthetic": "detour"}}, {"node_id": "hooli-frontline04.slack.post_message.9.synth.pause.30", "kind": "terminal", "label": "behavior.wait.233ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 233}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 233}}, {"node_id": "hooli-frontline04.slack.post_message.9", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "FYI — prod p95 latency is up 12%, investigating.", "chars": 48}}, {"node_id": "hooli-frontline04.slack.open_channel.10.synth.pause.31", "kind": "terminal", "label": "behavior.wait.189ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 189}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 189}}, {"node_id": "hooli-frontline04.slack.open_channel.10", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "hooli-frontline04.slack.scroll_history.11.synth.pause.32", "kind": "terminal", "label": "behavior.wait.345ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 345}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 345}}, {"node_id": "hooli-frontline04.slack.scroll_history.11", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.pause.33", "kind": "terminal", "label": "behavior.wait.347ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 347}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 347}}, {"node_id": "hooli-frontline04.slack.post_message.12", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12019/1000", "t_finish_resolved": "12029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#incident", "args": {"visible_text": "Pushed the hotfix — the PRD now has last qeek's research notes.", "chars": 63, "_typo_committed": true}}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2.synth.pause.34", "kind": "terminal", "label": "behavior.wait.246ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199901/100000"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 246}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 246}}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1200001/100000"}, "t_start_resolved": "12029/1000", "t_finish_resolved": "12039/1000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "undo", "target": "#incident", "args": {"_synthetic": "undo"}}, {"node_id": "hooli-frontline04.slack.open_channel.13.synth.pause.35", "kind": "terminal", "label": "behavior.wait.305ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 305}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 305}}, {"node_id": "hooli-frontline04.slack.open_channel.13", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "hooli-frontline04.slack.scroll_history.14.synth.pause.36", "kind": "terminal", "label": "behavior.wait.116ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 116}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 116}}, {"node_id": "hooli-frontline04.slack.scroll_history.14", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "hooli-frontline04.slack.post_message.15.synth.pause.37", "kind": "terminal", "label": "behavior.wait.300ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 300}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 300}}, {"node_id": "hooli-frontline04.slack.post_message.15", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#launch", "args": {"visible_text": "Heads up — csn someone re-run CI on the checkout branch.", "chars": 56, "_typo_committed": true}}, {"node_id": "hooli-frontline04.wait.pause.16.synth.pause.38", "kind": "terminal", "label": "behavior.wait.2068ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 2068}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 2068}}, {"node_id": "hooli-frontline04.wait.pause.16", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "hooli-frontline04.slack.open_channel.17.synth.pause.39", "kind": "terminal", "label": "behavior.wait.151ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 151}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 151}}, {"node_id": "hooli-frontline04.slack.open_channel.17", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "hooli-frontline04.slack.scroll_history.18.synth.pause.40", "kind": "terminal", "label": "behavior.wait.459ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 459}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 459}}, {"node_id": "hooli-frontline04.slack.scroll_history.18", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}, {"node_id": "hooli-frontline04.slack.post_message.19.synth.reread.4.synth.pause.41", "kind": "terminal", "label": "behavior.wait.457ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9499/500"}, "t_start_resolved": "9499/500", "t_finish_resolved": "2376/125"}, "slots": {"behavior": "hesitation", "duration_ms": 457}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 457}}, {"node_id": "hooli-frontline04.slack.post_message.19.synth.reread.4", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "9509/500", "t_finish_resolved": "4757/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-frontline04.slack.post_message.19.synth.pause.42", "kind": "terminal", "label": "behavior.wait.346ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "2376/125", "t_finish_resolved": "9509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 346}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 346}}, {"node_id": "hooli-frontline04.slack.post_message.19", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "4757/250", "t_finish_resolved": "9519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#incident", "args": {"visible_text": "Pushed the hotfix — anyone seen the legal redlines yet.", "chars": 55}}, {"node_id": "hooli-frontline04.slack.open_channel.20.synth.pause.43", "kind": "terminal", "label": "behavior.wait.383ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 383}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 383}}, {"node_id": "hooli-frontline04.slack.open_channel.20", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "hooli-frontline04.slack.scroll_history.21.synth.pause.44", "kind": "terminal", "label": "behavior.wait.275ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 275}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 275}}, {"node_id": "hooli-frontline04.slack.scroll_history.21", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "hooli-frontline04.slack.post_message.22.synth.reread.5.synth.pause.45", "kind": "terminal", "label": "behavior.wait.139ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/500"}, "t_start_resolved": "10999/500", "t_finish_resolved": "2751/125"}, "slots": {"behavior": "hesitation", "duration_ms": 139}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 139}}, {"node_id": "hooli-frontline04.slack.post_message.22.synth.reread.5", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "11009/500", "t_finish_resolved": "5507/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-frontline04.slack.post_message.22.synth.pause.46", "kind": "terminal", "label": "behavior.wait.221ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "2751/125", "t_finish_resolved": "11009/500"}, "slots": {"behavior": "hesitation", "duration_ms": 221}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 221}}, {"node_id": "hooli-frontline04.slack.post_message.22", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "5507/250", "t_finish_resolved": "11019/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "Status — anyone seen the lrgal redlines yet.", "chars": 44, "_typo_committed": true}}, {"node_id": "hooli-frontline04.slack.open_channel.23.synth.pause.47", "kind": "terminal", "label": "behavior.wait.665ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22999/1000"}, "t_start_resolved": "22999/1000", "t_finish_resolved": "23009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 665}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 665}}, {"node_id": "hooli-frontline04.slack.open_channel.23", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23"}, "t_start_resolved": "23009/1000", "t_finish_resolved": "23019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#launch"}, {"node_id": "hooli-frontline04.slack.scroll_history.24.synth.pause.48", "kind": "terminal", "label": "behavior.wait.170ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23999/1000"}, "t_start_resolved": "23999/1000", "t_finish_resolved": "24009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 170}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 170}}, {"node_id": "hooli-frontline04.slack.scroll_history.24", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24"}, "t_start_resolved": "24009/1000", "t_finish_resolved": "24019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#launch"}, {"node_id": "hooli-frontline04.slack.post_message.25.synth.pause.49", "kind": "terminal", "label": "behavior.wait.308ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24999/1000"}, "t_start_resolved": "24999/1000", "t_finish_resolved": "25009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 308}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 308}}, {"node_id": "hooli-frontline04.slack.post_message.25", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:hooli-frontline04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "25"}, "t_start_resolved": "25009/1000", "t_finish_resolved": "25019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#launch", "args": {"visible_text": "Status — can someone re-run CI on the checkout branch.", "chars": 54}}]}, "trajectory": {"input_events": [{"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:34 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 666, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 666, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 717, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 748, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 758, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 749, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 758, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx W WordPad Segoe UI Arial ", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 608, "y": 582, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 608, "y": 582, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 65, "y": 126, "width": 800, "height": 459}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 529, "y": 456, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 481, "y": 381, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 356, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "hooli-frontline04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 3, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 9, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 11, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 12, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 17, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 19, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 21, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 22, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 24, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 25, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 26, "char_count": 26, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 1, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 4, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 11, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 13, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 16, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 18, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 20, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 22, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 25, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 28, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 29, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 30, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 31, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 34, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 37, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 38, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 41, "char_count": 41, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 359, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 359, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 360, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 362, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 362, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 362, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 362, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 362, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 362, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 362, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 368, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 368, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point three", "bbox": {"x": 149, "y": 366, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 372, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 374, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 375, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 375, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point three", "bbox": {"x": 149, "y": 366, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 375, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 375, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point three", "bbox": {"x": 149, "y": 366, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 5, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 7, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 9, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 11, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 14, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 15, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 16, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 18, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 19, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 20, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 22, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 25, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 27, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 28, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 29, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 30, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 32, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 34, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 35, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 38, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 40, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 41, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 42, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 44, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 46, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 48, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 49, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 52, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 53, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 54, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 55, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 56, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 57, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 58, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 59, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 60, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 61, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 62, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 64, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 65, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 66, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 67, "char_count": 67, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 381, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 381, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point three", "bbox": {"x": 149, "y": 366, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 385, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 387, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 388, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 388, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point three", "bbox": {"x": 149, "y": 366, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 388, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 388, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point three", "bbox": {"x": 149, "y": 366, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 385, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 385, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "# Roadmap synthesis ## Thw", "bbox": {"x": 149, "y": 374, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 384, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 382, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 382, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 382, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "# Roadmap synthesis ## Thw", "bbox": {"x": 149, "y": 374, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 382, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 382, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "# Roadmap synthesis ## Thw", "bbox": {"x": 149, "y": 374, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 376, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 376, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 373, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 372, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 369, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 368, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 368, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "# Roadmap synthesis ## Thw", "bbox": {"x": 149, "y": 347, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 368, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 368, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "# Roadmap synthesis ## Thw", "bbox": {"x": 149, "y": 347, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 1, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 3, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 4, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 6, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 11, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 14, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 17, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 18, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 20, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 21, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 23, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 26, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 29, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 30, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 363, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 363, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 347, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 359, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 357, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 356, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 347, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 347, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 10, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 12, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 13, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 14, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 15, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 18, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 20, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 21, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 22, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 23, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 24, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 25, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 347, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 350, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 350, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes ## Now ## Next ## Later", "bbox": {"x": 149, "y": 347, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 346, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 343, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 342, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 342, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 320, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 342, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 342, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 320, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 1, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 4, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 8, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 11, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 13, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 15, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 16, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 21, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 23, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 24, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 25, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 27, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 28, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 32, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 33, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 35, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 36, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 38, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 39, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 40, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 43, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 44, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 45, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 46, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 47, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 49, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 50, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 51, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 52, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 53, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 54, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 55, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 56, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 57, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 58, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 59, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 60, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 62, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 63, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 66, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 67, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 68, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 69, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 70, "char_count": 70, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 336, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 336, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes ## Now ## Next ## Later", "bbox": {"x": 149, "y": 321, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 332, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 330, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 329, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 329, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes ## Now ## Next ## Later", "bbox": {"x": 149, "y": 321, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 329, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 329, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes ## Now ## Next ## Later", "bbox": {"x": 149, "y": 321, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 323, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 323, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Thr", "bbox": {"x": 149, "y": 321, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 319, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 317, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 316, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 316, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes ## Now ## Next ## Later", "bbox": {"x": 149, "y": 295, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 316, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 316, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes ## Now ## Next ## Later", "bbox": {"x": 149, "y": 295, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 316, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 316, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes ## Now ## Next ## Later", "bbox": {"x": 149, "y": 295, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 2, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 2, "char_count": 2, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 310, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 310, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Thr", "bbox": {"x": 149, "y": 294, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 306, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 303, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 302, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 302, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Thr", "bbox": {"x": 149, "y": 294, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 302, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 302, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Thr", "bbox": {"x": 149, "y": 294, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 1, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 3, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 7, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 8, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 9, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "+", "char_index": 11, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 13, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 14, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 15, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 16, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 17, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 20, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 25, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 28, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 31, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 32, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 33, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 35, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 38, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 39, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 40, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 41, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 42, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 43, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 45, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 46, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 48, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 49, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 51, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 52, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 53, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 55, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 57, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 58, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 59, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 60, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 61, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 62, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 63, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 64, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 65, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 66, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 67, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 68, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 69, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 70, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 71, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 73, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 74, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 2060}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 75, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 2080}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 76, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 2100}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 2120}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 78, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 2140}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 79, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 2160}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 296, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 296, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 294, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 292, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 290, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 289, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 289, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Thr", "bbox": {"x": 149, "y": 268, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 289, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 289, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Thr", "bbox": {"x": 149, "y": 268, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 1, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 13, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 16, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 21, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 23, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 26, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 28, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 29, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 30, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 33, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 34, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 35, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 37, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 38, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 39, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 40, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 41, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 42, "char_count": 42, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 284, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 284, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 268, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 280, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 278, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 277, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 277, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 268, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 277, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 277, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 268, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 271, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 271, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes: reliability debt, activation, and tg", "bbox": {"x": 149, "y": 268, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 266, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 264, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 263, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 263, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 241, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 263, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 263, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 241, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 263, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 263, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "e", "bbox": {"x": 149, "y": 241, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 257, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 257, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes: reliability debt, activation, and tg", "bbox": {"x": 149, "y": 242, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 253, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 251, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 250, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 250, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes: reliability debt, activation, and tg", "bbox": {"x": 149, "y": 242, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 250, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 250, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes: reliability debt, activation, and tg", "bbox": {"x": 149, "y": 242, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 244, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 244, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "h", "bbox": {"x": 149, "y": 241, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 240, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 237, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 236, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 236, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes: reliability debt, activation, and tg", "bbox": {"x": 149, "y": 215, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 236, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 236, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "mes: reliability debt, activation, and tg", "bbox": {"x": 149, "y": 215, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 1, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 3, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 6, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 7, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 11, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 14, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 17, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 19, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 22, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 23, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 25, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 27, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 29, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 31, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 35, "char_count": 35, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 230, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 230, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "h", "bbox": {"x": 149, "y": 215, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 226, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 224, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 223, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 223, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "h", "bbox": {"x": 149, "y": 215, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 223, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 223, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "h", "bbox": {"x": 149, "y": 215, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 10, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 12, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 13, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 14, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 15, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 18, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 20, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 21, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 22, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 23, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 24, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 25, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 486, "y": 509, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 486, "y": 509, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "r", "bbox": {"x": 149, "y": 505, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 501, "y": 713, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 835, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "hooli-frontline04.slack.open_channel.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx W WordPad Segoe UI Arial ", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "hooli-frontline04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 928, "y": 650, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 928, "y": 650, "tag": "div", "id": "", "class_name": "channel-list s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No channels", "bbox": {"x": 725, "y": 108, "width": 220, "height": 735}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 539, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1165, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.scroll_history.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 897, "y": 636, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 897, "y": 636, "tag": "div", "id": "", "class_name": "channel-list s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No channels", "bbox": {"x": 725, "y": 108, "width": 220, "height": 735}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 770, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 556, "y": 849, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 8, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 11, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 27, "t_ms": 1480}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1600}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 29, "t_ms": 1720}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Microsoft Edge", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 30, "t_ms": 1840}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 31, "t_ms": 1960}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 651, "move_frame": 1, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 651, "tag": "div", "id": "", "class_name": "content-area s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 9, "y": 120, "width": 1278, "height": 687}}, "validated": true, "ordinal": 32, "t_ms": 2020}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 540, "move_frame": 2, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 33, "t_ms": 2140}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 472, "move_frame": 3, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 34, "t_ms": 2260}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "quick-links s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 409, "y": 374, "width": 478, "height": 81}}, "validated": true, "ordinal": 35, "t_ms": 2380}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "quick-links s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 409, "y": 374, "width": 478, "height": 81}}, "validated": true, "ordinal": 36, "t_ms": 2500}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 629, "y": 636, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 629, "y": 636, "tag": "div", "id": "", "class_name": "content-area s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 9, "y": 120, "width": 1278, "height": 687}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 565, "y": 770, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 526, "y": 849, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 911, "y": 808, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 911, "y": 808, "tag": "div", "id": "", "class_name": "channel-list s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No channels", "bbox": {"x": 725, "y": 108, "width": 220, "height": 735}}, "validated": true, "ordinal": 23, "t_ms": 1840}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1047, "y": 809, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 24, "t_ms": 1960}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1129, "y": 810, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 25, "t_ms": 2080}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 26, "t_ms": 2200}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 27, "t_ms": 2320}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 2380}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 2, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 2400}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 3, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 2420}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 7, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 9, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 12, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "9", "char_index": 13, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 14, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 22, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 2880}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 2900}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 28, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 2920}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 2940}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 30, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 2960}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 31, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 2980}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 32, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 3000}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 33, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 3020}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 3040}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 3060}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 36, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 3080}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 37, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 3100}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 3120}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 39, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 3140}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 3160}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 41, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 3180}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 42, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 3200}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 3220}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 44, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 3240}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 45, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 3260}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 3280}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 47, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 3300}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 48, "char_count": 48, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 3320}, {"node_id": "hooli-frontline04.slack.post_message.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 76, "t_ms": 3340}, {"node_id": "hooli-frontline04.slack.scroll_history.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.scroll_history.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.scroll_history.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.scroll_history.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.scroll_history.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 25, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 26, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 27, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 29, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 31, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 33, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 35, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 37, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 38, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 39, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 42, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 45, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 46, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 47, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 52, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 53, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 54, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 55, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 56, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 58, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 59, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 61, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 62, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 63, "char_count": 63, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "hooli-frontline04.slack.post_message.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-frontline04.slack.scroll_history.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.scroll_history.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.scroll_history.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.scroll_history.14", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.scroll_history.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 1, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 10, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 12, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 13, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 16, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 20, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 21, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 24, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 26, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 27, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 28, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 29, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 31, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 32, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 37, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 38, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 41, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 42, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 44, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 45, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 46, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 47, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 48, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 50, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 51, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 52, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 53, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 54, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 55, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 56, "char_count": 56, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "hooli-frontline04.slack.post_message.15", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "hooli-frontline04.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.19.synth.reread.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 23, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 24, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 25, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 26, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 28, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 31, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 33, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 34, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 35, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 37, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 39, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 40, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 41, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 43, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 45, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 46, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 47, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 48, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 49, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 50, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 52, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 54, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 55, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "hooli-frontline04.slack.post_message.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "hooli-frontline04.slack.scroll_history.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.scroll_history.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.scroll_history.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.scroll_history.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.scroll_history.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.22.synth.reread.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 5, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 8, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 11, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 12, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 17, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 20, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 22, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 23, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 24, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 26, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 27, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 28, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 29, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 30, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 32, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 35, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 37, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 39, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 41, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 44, "char_count": 44, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "hooli-frontline04.slack.post_message.22", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "hooli-frontline04.slack.scroll_history.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1173, "y": 652, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1173, "y": 652, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.scroll_history.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1185, "y": 540, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.scroll_history.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1193, "y": 472, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.scroll_history.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1195, "y": 450, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.scroll_history.24", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1195, "y": 450, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 1195, "y": 450, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1178, "y": 608, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1178, "y": 608, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 945, "y": 122, "width": 500, "height": 655}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1166, "y": 720, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1158, "y": 788, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1156, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1156, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 1156, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 963, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 5, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 8, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 12, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 14, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 16, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 24, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 26, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 29, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 30, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 35, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 36, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 37, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 40, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 42, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 43, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 44, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 45, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 46, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 48, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 50, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 51, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 52, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 53, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 54, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "hooli-frontline04.slack.post_message.25", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 60, "t_ms": 1620}], "observations": [{"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/roadmap-synthesis.md"}, "observation": "Low-level replay drove windows-web-next/word.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "# Roadmap synthesis ## Thw"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "mes ## Now ## Next ## Later"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Thr"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "mes: reliability debt, activation, and tg"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "h"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "e enterprise SSO gap keep surfacing across sales, support, and on-v"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "c"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "all."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Now: finish the checkout hardr"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "undo", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/roadmap-synthesis.md"}, "observation": "Low-level replay drove windows-web-next/word.undo.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ning and ship audit logs; both block two enterprise deals in late-stah"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "g"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "e."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Next: SSO + SCIM, then the cohort dashboard so CS can self-serve health scores."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Later: multi-region writes once the data-t"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "r"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "r"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "sidency demand is real, not before."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "docs/roadmap-synthesis.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/roadmap-synthesis.md"}, "observation": "Low-level replay drove windows-web-next/word.save_doc.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "notifications", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "notifications"}, "observation": "Low-level replay drove windows-web-next/edge.extract_quote.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "FYI — prod p95 latency is up 12%, investigating."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Pushed the hotfix — the PRD now has last qeek's research notes."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "app.action", "surface": "slack", "action": "undo", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.undo.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Heads up — csn someone re-run CI on the checkout branch."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Pushed the hotfix — anyone seen the legal redlines yet."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Status — anyone seen the lrgal redlines yet."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#launch"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#launch", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Status — can someone re-run CI on the checkout branch."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}], "alignment": [{"node_id": "hooli-frontline04.wordproc.open_doc.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1", "observation_index": 2, "input_event_ordinals": [1, 2, 3]}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29]}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1", "observation_index": 5, "input_event_ordinals": [1, 2, 3]}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43]}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3", "observation_index": 8, "input_event_ordinals": [1, 2, 3]}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73]}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1", "observation_index": 14, "input_event_ordinals": [1, 2, 3]}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76]}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85]}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48]}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2", "observation_index": 23, "input_event_ordinals": [1, 2, 3]}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "observation_index": 24, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}, {"node_id": "hooli-frontline04.slack.open_channel.7", "observation_index": 27, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "hooli-frontline04.slack.scroll_history.8", "observation_index": 28, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "observation_index": 29, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, {"node_id": "hooli-frontline04.slack.post_message.9", "observation_index": 30, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76]}, {"node_id": "hooli-frontline04.slack.open_channel.10", "observation_index": 31, "input_event_ordinals": []}, {"node_id": "hooli-frontline04.slack.scroll_history.11", "observation_index": 32, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.slack.post_message.12", "observation_index": 33, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69]}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "observation_index": 34, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, {"node_id": "hooli-frontline04.slack.open_channel.13", "observation_index": 35, "input_event_ordinals": []}, {"node_id": "hooli-frontline04.slack.scroll_history.14", "observation_index": 36, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.slack.post_message.15", "observation_index": 37, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62]}, {"node_id": "hooli-frontline04.slack.open_channel.17", "observation_index": 38, "input_event_ordinals": []}, {"node_id": "hooli-frontline04.slack.scroll_history.18", "observation_index": 39, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.slack.post_message.19.synth.reread.4", "observation_index": 40, "input_event_ordinals": [1]}, {"node_id": "hooli-frontline04.slack.post_message.19", "observation_index": 41, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61]}, {"node_id": "hooli-frontline04.slack.open_channel.20", "observation_index": 42, "input_event_ordinals": []}, {"node_id": "hooli-frontline04.slack.scroll_history.21", "observation_index": 43, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.slack.post_message.22.synth.reread.5", "observation_index": 44, "input_event_ordinals": [1]}, {"node_id": "hooli-frontline04.slack.post_message.22", "observation_index": 45, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50]}, {"node_id": "hooli-frontline04.slack.open_channel.23", "observation_index": 46, "input_event_ordinals": []}, {"node_id": "hooli-frontline04.slack.scroll_history.24", "observation_index": 47, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-frontline04.slack.post_message.25", "observation_index": 48, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}]}, "media": {"video": "videos/hooli-frontline04__windows-web-next.webm", "frames": [{"node_id": "hooli-frontline04.wordproc.open_doc.0", "t_ms": 940, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.open_doc.0.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0", "t_ms": 980, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1", "t_ms": 240, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2", "t_ms": 1000, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1", "t_ms": 240, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2", "t_ms": 1280, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3", "t_ms": 240, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4", "t_ms": 3280, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5", "t_ms": 560, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6", "t_ms": 620, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0", "t_ms": 1140, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1", "t_ms": 1020, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1", "t_ms": 240, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2", "t_ms": 3340, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3", "t_ms": 560, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4", "t_ms": 360, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.4", "t_ms": 3340, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.4.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0", "t_ms": 1380, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1", "t_ms": 560, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2", "t_ms": 240, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3", "t_ms": 560, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3.png"}, {"node_id": "hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4", "t_ms": 1240, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4.png"}, {"node_id": "hooli-frontline04.wordproc.save_doc.6", "t_ms": 1020, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.save_doc.6.png"}, {"node_id": "hooli-frontline04.slack.open_channel.7", "t_ms": 860, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.open_channel.7.png"}, {"node_id": "hooli-frontline04.slack.scroll_history.8", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.8.png"}, {"node_id": "hooli-frontline04.slack.scroll_history.8.synth.detour.1.0", "t_ms": 1140, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.8.synth.detour.1.0.png"}, {"node_id": "hooli-frontline04.slack.post_message.9", "t_ms": 3340, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.9.png"}, {"node_id": "hooli-frontline04.slack.scroll_history.11", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.11.png"}, {"node_id": "hooli-frontline04.slack.post_message.12", "t_ms": 1800, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.12.png"}, {"node_id": "hooli-frontline04.slack.post_message.12.synth.undo.2", "t_ms": 620, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.12.synth.undo.2.png"}, {"node_id": "hooli-frontline04.slack.scroll_history.14", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.14.png"}, {"node_id": "hooli-frontline04.slack.post_message.15", "t_ms": 1660, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.15.png"}, {"node_id": "hooli-frontline04.slack.scroll_history.18", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.18.png"}, {"node_id": "hooli-frontline04.slack.post_message.19.synth.reread.4", "t_ms": 0, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.19.synth.reread.4.png"}, {"node_id": "hooli-frontline04.slack.post_message.19", "t_ms": 1640, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.19.png"}, {"node_id": "hooli-frontline04.slack.scroll_history.21", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.21.png"}, {"node_id": "hooli-frontline04.slack.post_message.22.synth.reread.5", "t_ms": 0, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.22.synth.reread.5.png"}, {"node_id": "hooli-frontline04.slack.post_message.22", "t_ms": 1420, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.22.png"}, {"node_id": "hooli-frontline04.slack.scroll_history.24", "t_ms": 480, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.24.png"}, {"node_id": "hooli-frontline04.slack.post_message.25", "t_ms": 1620, "blob_ref": "screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.25.png"}]}} +{"schema_version": "v2", "trajectory_id": "hooli-analyst05__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "hooli-analyst05", "company": "hooli", "role_id": "finance.analyst", "title": "Finance Analyst", "env": "windows-web-next", "goal": "HOOLI · Finance Analyst — workday", "tree": {"nodes": [{"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "kind": "terminal", "label": "spreadsheet.open_workbook", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.1082ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1082}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1082}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "B14", "args": {"value": "=SUM(B2:B13)", "chars": 12}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.1604ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1604}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1604}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "=AVERAGE(C2:C13)", "chars": 16}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.1307ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1307}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1307}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "D14", "args": {"value": "=B14*C14", "chars": 8}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.511ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 511}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 511}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "E14", "args": {"value": "=B14/E2-1", "chars": 9}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1.synth.pause.5", "kind": "terminal", "label": "behavior.wait.857ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2499/500"}, "t_start_resolved": "2499/500", "t_finish_resolved": "626/125"}, "slots": {"behavior": "hesitation", "duration_ms": 857}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 857}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "2509/500", "t_finish_resolved": "1257/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.pause.6", "kind": "terminal", "label": "behavior.wait.810ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "626/125", "t_finish_resolved": "2509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 810}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 810}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "1257/250", "t_finish_resolved": "2519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "=SUMIF(D2:D13,\">=10000\",B2:B13)", "chars": 31}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2.synth.pause.7", "kind": "terminal", "label": "behavior.wait.1184ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/500"}, "t_start_resolved": "2999/500", "t_finish_resolved": "751/125"}, "slots": {"behavior": "hesitation", "duration_ms": 1184}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1184}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "3009/500", "t_finish_resolved": "1507/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.836ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "751/125", "t_finish_resolved": "3009/500"}, "slots": {"behavior": "hesitation", "duration_ms": 836}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 836}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "1507/250", "t_finish_resolved": "3019/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "G14", "args": {"value": "=CORREL(B2:B13,C2:C13)", "chars": 22}}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7.synth.pause.9", "kind": "terminal", "label": "behavior.wait.1089ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1089}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1089}}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "kind": "terminal", "label": "spreadsheet.save_sheet", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx"}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.8.synth.pause.10", "kind": "terminal", "label": "behavior.wait.950ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 950}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 950}}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.8", "kind": "terminal", "label": "spreadsheet.open_workbook", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3.synth.pause.11", "kind": "terminal", "label": "behavior.wait.994ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4499/500"}, "t_start_resolved": "4499/500", "t_finish_resolved": "1126/125"}, "slots": {"behavior": "hesitation", "duration_ms": 994}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 994}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "4509/500", "t_finish_resolved": "2257/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.pause.12", "kind": "terminal", "label": "behavior.wait.719ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "1126/125", "t_finish_resolved": "4509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 719}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 719}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "2257/250", "t_finish_resolved": "4519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "B14", "args": {"value": "=SUM(B2:B13)", "chars": 12}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10.synth.pause.13", "kind": "terminal", "label": "behavior.wait.826ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 826}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 826}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "=AVERAGE(C2:C13)", "chars": 16}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11.synth.pause.14", "kind": "terminal", "label": "behavior.wait.338ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 338}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 338}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "D14", "args": {"value": "=B14*C14", "chars": 8}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12.synth.pause.15", "kind": "terminal", "label": "behavior.wait.1245ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1245}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1245}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "E14", "args": {"value": "=B14/E2-1", "chars": 9}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4.synth.pause.16", "kind": "terminal", "label": "behavior.wait.917ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6499/500"}, "t_start_resolved": "6499/500", "t_finish_resolved": "1626/125"}, "slots": {"behavior": "hesitation", "duration_ms": 917}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 917}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "6509/500", "t_finish_resolved": "3257/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.pause.17", "kind": "terminal", "label": "behavior.wait.805ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "1626/125", "t_finish_resolved": "6509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 805}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 805}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "3257/250", "t_finish_resolved": "6519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "=SUMIF(D2:D13,\">=10000\",B2:B13)", "chars": 31}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5.synth.pause.18", "kind": "terminal", "label": "behavior.wait.744ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/500"}, "t_start_resolved": "6999/500", "t_finish_resolved": "1751/125"}, "slots": {"behavior": "hesitation", "duration_ms": 744}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 744}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5", "kind": "terminal", "label": "behavior.reread.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "1751/125", "t_finish_resolved": "7009/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "args": {"_synthetic": "reread"}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.pause.19", "kind": "terminal", "label": "behavior.wait.1609ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "7009/500", "t_finish_resolved": "3507/250"}, "slots": {"behavior": "hesitation", "duration_ms": 1609}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1609}}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "3507/250", "t_finish_resolved": "7019/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "G14", "args": {"value": "=CORREL(B2:B13,C2:C13)", "chars": 22}}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15.synth.pause.20", "kind": "terminal", "label": "behavior.wait.650ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 650}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 650}}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "kind": "terminal", "label": "spreadsheet.save_sheet", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx"}, {"node_id": "hooli-analyst05.wait.pause.16.synth.pause.21", "kind": "terminal", "label": "behavior.wait.1056ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1056}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1056}}, {"node_id": "hooli-analyst05.wait.pause.16", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "hooli-analyst05.mail.open_inbox.17.synth.pause.22", "kind": "terminal", "label": "behavior.wait.936ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 936}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 936}}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "kind": "terminal", "label": "mail.open_inbox", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_inbox", "target": "inbox"}, {"node_id": "hooli-analyst05.mail.open_thread.18.synth.pause.23", "kind": "terminal", "label": "behavior.wait.1375ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1375}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1375}}, {"node_id": "hooli-analyst05.mail.open_thread.18", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-0"}, {"node_id": "hooli-analyst05.mail.reply.19.synth.pause.24", "kind": "terminal", "label": "behavior.wait.636ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 636}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 636}}, {"node_id": "hooli-analyst05.mail.reply.19", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-0", "args": {"subject": "Re: spec review", "visible_text": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed.", "chars": 138}}, {"node_id": "hooli-analyst05.mail.open_thread.20.synth.pause.25", "kind": "terminal", "label": "behavior.wait.743ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 743}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 743}}, {"node_id": "hooli-analyst05.mail.open_thread.20", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-1"}, {"node_id": "hooli-analyst05.mail.add_label.21.synth.pause.26", "kind": "terminal", "label": "behavior.wait.919ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 919}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 919}}, {"node_id": "hooli-analyst05.mail.add_label.21", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-1"}, {"node_id": "hooli-analyst05.mail.open_thread.22.synth.pause.27", "kind": "terminal", "label": "behavior.wait.777ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 777}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 777}}, {"node_id": "hooli-analyst05.mail.open_thread.22", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-2"}, {"node_id": "hooli-analyst05.mail.add_label.23.synth.pause.28", "kind": "terminal", "label": "behavior.wait.807ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22999/1000"}, "t_start_resolved": "22999/1000", "t_finish_resolved": "23009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 807}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 807}}, {"node_id": "hooli-analyst05.mail.add_label.23", "kind": "terminal", "label": "mail.add_label", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23"}, "t_start_resolved": "23009/1000", "t_finish_resolved": "23019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "add_label", "target": "inbox.thread-2"}, {"node_id": "hooli-analyst05.mail.open_thread.24.synth.pause.29", "kind": "terminal", "label": "behavior.wait.740ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23999/1000"}, "t_start_resolved": "23999/1000", "t_finish_resolved": "24009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 740}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 740}}, {"node_id": "hooli-analyst05.mail.open_thread.24", "kind": "terminal", "label": "mail.open_thread", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24"}, "t_start_resolved": "24009/1000", "t_finish_resolved": "24019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "open_thread", "target": "inbox.thread-3"}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.1.0.synth.pause.30", "kind": "terminal", "label": "behavior.wait.2022ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24999/1000"}, "t_start_resolved": "24999/1000", "t_finish_resolved": "25009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 2022}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 2022}}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.1.0", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "25"}, "t_start_resolved": "25049/1000", "t_finish_resolved": "25059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "Sharing the latest forecast model with the sensitivity analysis. The downside case still clears plan; the swing factor ia", "chars": 121, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.2.1.synth.pause.31", "kind": "terminal", "label": "behavior.wait.1614ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2499901/100000"}, "t_start_resolved": "25009/1000", "t_finish_resolved": "25019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1614}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1614}}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.2.1", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2500001/100000"}, "t_start_resolved": "25059/1000", "t_finish_resolved": "25069/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "s", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.3.2.synth.pause.32", "kind": "terminal", "label": "behavior.wait.1014ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1249951/50000"}, "t_start_resolved": "25019/1000", "t_finish_resolved": "25029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1014}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1014}}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.3.2", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1250001/50000"}, "t_start_resolved": "25069/1000", "t_finish_resolved": "25079/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": " EU renewal to", "chars": 14, "_typo_step": "typo.write-wrong"}}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.4.3.synth.pause.33", "kind": "terminal", "label": "behavior.wait.733ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2499903/100000"}, "t_start_resolved": "25029/1000", "t_finish_resolved": "25039/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 733}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 733}}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.4.3", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2500003/100000"}, "t_start_resolved": "25079/1000", "t_finish_resolved": "25089/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.5.4.synth.pause.34", "kind": "terminal", "label": "behavior.wait.677ms", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "78122/3125"}, "t_start_resolved": "25039/1000", "t_finish_resolved": "25049/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 677}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 677}}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.5.4", "kind": "terminal", "label": "mail.reply", "parent_node_id": "root", "scope": {"stream": "actor:hooli-analyst05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "625001/25000"}, "t_start_resolved": "25089/1000", "t_finish_resolved": "25099/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "mail", "action": "reply", "target": "inbox.thread-3", "args": {"subject": "Q3 forecast — sensitivity attached", "visible_text": "ming.", "chars": 5, "_typo_step": "typo.tail"}}]}, "trajectory": {"input_events": [{"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:34 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Excel", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Excel 8:34 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 518, "y": 508, "move_frame": 1, "move_frames": 4, "control": "excel-click", "hit_test": {"validated": true, "x": 518, "y": 508, "tag": "div", "id": "", "class_name": "cell s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 443, "y": 507, "width": 90, "height": 22}}, "validated": true, "ordinal": 23, "t_ms": 1840}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 374, "y": 295, "move_frame": 2, "move_frames": 4, "control": "excel-click", "validated": false, "ordinal": 24, "t_ms": 1960}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 288, "y": 168, "move_frame": 3, "move_frames": 4, "control": "excel-click", "validated": false, "ordinal": 25, "t_ms": 2080}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 259, "y": 125, "move_frame": 4, "move_frames": 4, "control": "excel-click", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 26, "t_ms": 2200}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-click", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 27, "t_ms": 2320}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 2, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 3, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 4, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 6, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "G", "char_index": 7, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 8, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 9, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 10, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 11, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 13, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 14, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 15, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 16, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 6, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 7, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 8, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 9, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 11, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 12, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 13, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 14, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 15, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 16, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 17, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 18, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 19, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 20, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 21, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 22, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 23, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 24, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 25, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 26, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 27, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 28, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 29, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 30, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 31, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 1, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 6, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 9, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 10, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 11, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 12, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 20, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 21, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 22, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 24, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-click", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 2, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 3, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 4, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 6, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "G", "char_index": 7, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 8, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 9, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 10, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 11, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 13, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 14, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 15, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 16, "char_count": 16, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 6, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 7, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 8, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 9, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 11, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 12, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 13, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 14, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 15, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 16, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 17, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 18, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 19, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 20, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 21, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 22, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 23, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 24, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 25, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 26, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 27, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 28, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 29, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 30, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 31, "char_count": 31, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "excel-text-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "excel-text-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "excel-text-submit", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 259, "y": 125, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 259, "y": 125, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 114, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 1, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 4, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 6, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 9, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 10, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 11, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 12, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 20, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 21, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 22, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 24, "char_count": 24, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 370, "y": 454, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 370, "y": 454, "tag": "div", "id": "", "class_name": "cell s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 353, "y": 441, "width": 90, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 450, "y": 688, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 497, "y": 829, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Mail", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Excel File Book1 📋 Copy ", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 499, "move_frame": 1, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 504, "y": 499, "tag": "div", "id": "", "class_name": "cell s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 501, "y": 483, "width": 90, "height": 22}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 350, "y": 278, "move_frame": 2, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 257, "y": 145, "move_frame": 3, "move_frames": 4, "control": "mail-click", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 226, "y": 101, "move_frame": 4, "move_frames": 4, "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "hooli-analyst05.mail.open_thread.18", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.reply.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.open_thread.20", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.add_label.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.open_thread.22", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.add_label.23", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.open_thread.24", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.2.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.3.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.4.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.5.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 226, "y": 101, "button": "left", "control": "mail-click", "hit_test": {"validated": true, "x": 226, "y": 101, "tag": "input", "id": "", "class_name": "s-_ZKsGPIpOAiw", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 214, "y": 90, "width": 24, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "workbook.opened", "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove windows-web-next/excel.open_workbook.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "B14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=SUM(B2:B13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=AVERAGE(C2:C13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "D14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=B14*C14"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "E14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=B14/E2-1"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=SUMIF(D2:D13,\">=10000\",B2:B13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "G14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=CORREL(B2:B13,C2:C13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove windows-web-next/excel.save_sheet.", "error": null}, {"ok": true, "event": "workbook.opened", "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove windows-web-next/excel.open_workbook.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "B14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=SUM(B2:B13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=AVERAGE(C2:C13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "D14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=B14*C14"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "E14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=B14/E2-1"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=SUMIF(D2:D13,\">=10000\",B2:B13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "extract_quote", "target": "cell", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "cell"}, "observation": "Low-level replay drove windows-web-next/excel.extract_quote.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "G14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "=CORREL(B2:B13,C2:C13)"}, "observation": "Low-level replay drove windows-web-next/excel.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:excel", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove windows-web-next/excel.save_sheet.", "error": null}, {"ok": true, "event": "mail.inbox_opened", "surface": "mail", "action": "open_inbox", "target": "inbox", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox"}, "observation": "Low-level replay drove windows-web-next/mail.open_inbox.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-0"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-0", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Following up on the spec we reviewed last week — I left two comments on the error-handling section and approved the rest. Good to proceed."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-1", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-1"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.labeled", "surface": "mail", "action": "add_label", "target": "inbox.thread-2", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-2"}, "observation": "Low-level replay drove windows-web-next/mail.add_label.", "error": null}, {"ok": true, "event": "mail.thread_opened", "surface": "mail", "action": "open_thread", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "inbox.thread-3"}, "observation": "Low-level replay drove windows-web-next/mail.open_thread.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "Sharing the latest forecast model with the sensitivity analysis. The downside case still clears plan; the swing factor ia"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "s"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "EU renewal to"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "i"}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}, {"ok": true, "event": "mail.replied", "surface": "mail", "action": "reply", "target": "inbox.thread-3", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:mail", "visibleText": "ming."}, "observation": "Low-level replay drove windows-web-next/mail.reply.", "error": null}], "alignment": [{"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.8", "observation_index": 10, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "hooli-analyst05.mail.open_thread.18", "observation_index": 22, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.reply.19", "observation_index": 23, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.open_thread.20", "observation_index": 24, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.add_label.21", "observation_index": 25, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.open_thread.22", "observation_index": 26, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.add_label.23", "observation_index": 27, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.open_thread.24", "observation_index": 28, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.1.0", "observation_index": 29, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.2.1", "observation_index": 30, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.3.2", "observation_index": 31, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.4.3", "observation_index": 32, "input_event_ordinals": [1]}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.5.4", "observation_index": 33, "input_event_ordinals": [1]}]}, "media": {"video": "videos/hooli-analyst05__windows-web-next.webm", "frames": [{"node_id": "hooli-analyst05.spreadsheet.open_workbook.0", "t_ms": 2300, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.open_workbook.0.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.1", "t_ms": 1220, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.1.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.2", "t_ms": 1400, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.2.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.3", "t_ms": 1020, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.3.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.4", "t_ms": 1080, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.4.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1", "t_ms": 480, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.5", "t_ms": 2300, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.5.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2", "t_ms": 480, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.6", "t_ms": 2060, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.6.png"}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.7", "t_ms": 2180, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.save_sheet.7.png"}, {"node_id": "hooli-analyst05.spreadsheet.open_workbook.8", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.open_workbook.8.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3", "t_ms": 480, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.9", "t_ms": 1220, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.9.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.10", "t_ms": 1400, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.10.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.11", "t_ms": 1020, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.11.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.12", "t_ms": 1080, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.12.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4", "t_ms": 480, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.13", "t_ms": 2300, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.13.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5", "t_ms": 480, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5.png"}, {"node_id": "hooli-analyst05.spreadsheet.write_formula.14", "t_ms": 2060, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.14.png"}, {"node_id": "hooli-analyst05.spreadsheet.save_sheet.15", "t_ms": 2180, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.save_sheet.15.png"}, {"node_id": "hooli-analyst05.mail.open_inbox.17", "t_ms": 2300, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_inbox.17.png"}, {"node_id": "hooli-analyst05.mail.open_thread.18", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.18.png"}, {"node_id": "hooli-analyst05.mail.reply.19", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.19.png"}, {"node_id": "hooli-analyst05.mail.open_thread.20", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.20.png"}, {"node_id": "hooli-analyst05.mail.add_label.21", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.add_label.21.png"}, {"node_id": "hooli-analyst05.mail.open_thread.22", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.22.png"}, {"node_id": "hooli-analyst05.mail.add_label.23", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.add_label.23.png"}, {"node_id": "hooli-analyst05.mail.open_thread.24", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.24.png"}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.1.0", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.1.0.png"}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.2.1", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.2.1.png"}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.3.2", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.3.2.png"}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.4.3", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.4.3.png"}, {"node_id": "hooli-analyst05.mail.reply.25.synth.typo.5.4", "t_ms": 0, "blob_ref": "screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.5.4.png"}]}} +{"schema_version": "v2", "trajectory_id": "stark-staff00__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "stark-staff00", "company": "stark", "role_id": "swe.backend.staff", "title": "Staff Backend Engineer", "env": "windows-web-next", "goal": "STARK · Staff Backend Engineer — workday", "tree": {"nodes": [{"node_id": "stark-staff00.finder.open_path.0", "kind": "terminal", "label": "finder.open_path", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "finder", "action": "open_path", "target": "~/repo"}, {"node_id": "stark-staff00.editor.open_file.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.264ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 264}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 264}}, {"node_id": "stark-staff00.editor.open_file.1", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/billing.ts"}, {"node_id": "stark-staff00.editor.replace_buffer.2.synth.typo.1.0.synth.pause.2", "kind": "terminal", "label": "behavior.wait.372ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 372}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 372}}, {"node_id": "stark-staff00.editor.replace_buffer.2.synth.typo.1.0", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2029/1000", "t_finish_resolved": "2039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/billing.ts", "args": {"visible_text": "deg", "chars": 3, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-staff00.editor.replace_buffer.2.synth.typo.2.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.317ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 317}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 317}}, {"node_id": "stark-staff00.editor.replace_buffer.2.synth.typo.2.1", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "2039/1000", "t_finish_resolved": "2049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/billing.ts", "args": {"visible_text": "f", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-staff00.editor.replace_buffer.2.synth.typo.3.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.256ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "2019/1000", "t_finish_resolved": "2029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 256}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 256}}, {"node_id": "stark-staff00.editor.replace_buffer.2.synth.typo.3.2", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "2049/1000", "t_finish_resolved": "2059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/billing.ts", "args": {"visible_text": " total(items):\n return sum(i.price for i in items if i.price > 0)", "chars": 68, "_typo_step": "typo.tail"}}, {"node_id": "stark-staff00.editor.save_file.3.synth.pause.5", "kind": "terminal", "label": "behavior.wait.405ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 405}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 405}}, {"node_id": "stark-staff00.editor.save_file.3", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/billing.ts"}, {"node_id": "stark-staff00.editor.open_file.4.synth.pause.6", "kind": "terminal", "label": "behavior.wait.348ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 348}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 348}}, {"node_id": "stark-staff00.editor.open_file.4", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/api.ts"}, {"node_id": "stark-staff00.editor.replace_buffer.5.synth.typo.4.0.synth.pause.7", "kind": "terminal", "label": "behavior.wait.262ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 262}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 262}}, {"node_id": "stark-staff00.editor.replace_buffer.5.synth.typo.4.0", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5029/1000", "t_finish_resolved": "5039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "def retry(fn, n=3):\n for i in range(m", "chars": 40, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-staff00.editor.replace_buffer.5.synth.typo.5.1.synth.pause.8", "kind": "terminal", "label": "behavior.wait.534ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499901/100000"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 534}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 534}}, {"node_id": "stark-staff00.editor.replace_buffer.5.synth.typo.5.1", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/100000"}, "t_start_resolved": "5039/1000", "t_finish_resolved": "5049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "n", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-staff00.editor.replace_buffer.5.synth.typo.6.2.synth.pause.9", "kind": "terminal", "label": "behavior.wait.372ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249951/50000"}, "t_start_resolved": "5019/1000", "t_finish_resolved": "5029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 372}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 372}}, {"node_id": "stark-staff00.editor.replace_buffer.5.synth.typo.6.2", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250001/50000"}, "t_start_resolved": "5049/1000", "t_finish_resolved": "5059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "):\n try:\n return fn()\n except TransientError:\n sleep(2 ** i)", "chars": 96, "_typo_step": "typo.tail"}}, {"node_id": "stark-staff00.editor.save_file.6.synth.pause.10", "kind": "terminal", "label": "behavior.wait.261ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 261}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 261}}, {"node_id": "stark-staff00.editor.save_file.6", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/api.ts"}, {"node_id": "stark-staff00.terminal.run_command.7.synth.pause.11", "kind": "terminal", "label": "behavior.wait.238ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 238}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 238}}, {"node_id": "stark-staff00.terminal.run_command.7", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "pytest", "args": {"command": "pytest -k checkout -q"}}, {"node_id": "stark-staff00.terminal.run_command.8.synth.pause.12", "kind": "terminal", "label": "behavior.wait.3924ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 3924}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 3924}}, {"node_id": "stark-staff00.terminal.run_command.8", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git status", "args": {"command": "git status"}}, {"node_id": "stark-staff00.terminal.run_command.9.synth.pause.13", "kind": "terminal", "label": "behavior.wait.317ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 317}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 317}}, {"node_id": "stark-staff00.terminal.run_command.9", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git commit", "args": {"command": "git commit -am 'fix: validate zero-price items'"}}, {"node_id": "stark-staff00.terminal.run_command.10.synth.pause.14", "kind": "terminal", "label": "behavior.wait.338ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 338}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 338}}, {"node_id": "stark-staff00.terminal.run_command.10", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git push", "args": {"command": "git push origin fix/checkout-validation"}}, {"node_id": "stark-staff00.slack.open_channel.11.synth.pause.15", "kind": "terminal", "label": "behavior.wait.421ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 421}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 421}}, {"node_id": "stark-staff00.slack.open_channel.11", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "stark-staff00.slack.scroll_history.12.synth.pause.16", "kind": "terminal", "label": "behavior.wait.257ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 257}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 257}}, {"node_id": "stark-staff00.slack.scroll_history.12", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "stark-staff00.slack.post_message.13.synth.pause.17", "kind": "terminal", "label": "behavior.wait.403ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 403}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 403}}, {"node_id": "stark-staff00.slack.post_message.13", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "Reminder — rolling the canary to 25% now.", "chars": 41}}, {"node_id": "stark-staff00.slack.open_channel.14.synth.pause.18", "kind": "terminal", "label": "behavior.wait.363ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 363}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 363}}, {"node_id": "stark-staff00.slack.open_channel.14", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#general"}, {"node_id": "stark-staff00.slack.scroll_history.15.synth.pause.19", "kind": "terminal", "label": "behavior.wait.480ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 480}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 480}}, {"node_id": "stark-staff00.slack.scroll_history.15", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#general"}, {"node_id": "stark-staff00.slack.post_message.16.synth.pause.20", "kind": "terminal", "label": "behavior.wait.450ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 450}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 450}}, {"node_id": "stark-staff00.slack.post_message.16", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#general", "args": {"visible_text": "FYI — the cohort dashboard schema froze, please review.", "chars": 55}}, {"node_id": "stark-staff00.slack.open_channel.17.synth.pause.21", "kind": "terminal", "label": "behavior.wait.219ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 219}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 219}}, {"node_id": "stark-staff00.slack.open_channel.17", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "stark-staff00.slack.scroll_history.18.synth.pause.22", "kind": "terminal", "label": "behavior.wait.309ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 309}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 309}}, {"node_id": "stark-staff00.slack.scroll_history.18", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "stark-staff00.slack.post_message.19.synth.pause.23", "kind": "terminal", "label": "behavior.wait.371ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 371}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 371}}, {"node_id": "stark-staff00.slack.post_message.19", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Pushed the hotfix — support flagged a recurring session-expiry bug.", "chars": 67}}, {"node_id": "stark-staff00.wait.pause.20.synth.pause.24", "kind": "terminal", "label": "behavior.wait.367ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 367}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 367}}, {"node_id": "stark-staff00.wait.pause.20", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "stark-staff00.slack.open_channel.21.synth.pause.25", "kind": "terminal", "label": "behavior.wait.297ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 297}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 297}}, {"node_id": "stark-staff00.slack.open_channel.21", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#standup"}, {"node_id": "stark-staff00.slack.scroll_history.22.synth.pause.26", "kind": "terminal", "label": "behavior.wait.199ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 199}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 199}}, {"node_id": "stark-staff00.slack.scroll_history.22", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#standup"}, {"node_id": "stark-staff00.slack.post_message.23.synth.pause.27", "kind": "terminal", "label": "behavior.wait.268ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22999/1000"}, "t_start_resolved": "22999/1000", "t_finish_resolved": "23009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 268}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 268}}, {"node_id": "stark-staff00.slack.post_message.23", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23"}, "t_start_resolved": "23009/1000", "t_finish_resolved": "23019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#standup", "args": {"visible_text": "Yesterday tuned the Redis pool sizing; today finidhing the data-eesidency review. Blocker: waiting on legal sign-off for the EU disclosure.", "chars": 139, "_typo_committed": true}}, {"node_id": "stark-staff00.slack.react_to_message.24.synth.pause.28", "kind": "terminal", "label": "behavior.wait.403ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23999/1000"}, "t_start_resolved": "23999/1000", "t_finish_resolved": "24009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 403}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 403}}, {"node_id": "stark-staff00.slack.react_to_message.24", "kind": "terminal", "label": "slack.react_to_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-staff00", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24"}, "t_start_resolved": "24009/1000", "t_finish_resolved": "24019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "react_to_message", "target": "#standup"}]}, "trajectory": {"input_events": [{"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:34 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 7, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 13, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 26, "t_ms": 1460}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 27, "t_ms": 1580}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1700}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "File Explorer", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 29, "t_ms": 1820}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx File Explorer 8:34 PM 5/2", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 30, "t_ms": 1940}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 882, "y": 532, "move_frame": 1, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 882, "y": 532, "tag": "div", "id": "", "class_name": "content-area s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "Name ▲ Date modified Type Size 📁 Project Files 1/29/2025 10:00 AM File folder 📁 Screenshots 2/5/2025 9:30 AM File fold", "bbox": {"x": 241, "y": 198, "width": 948, "height": 547}}, "validated": true, "ordinal": 31, "t_ms": 2000}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 998, "y": 336, "move_frame": 2, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 32, "t_ms": 2120}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1068, "y": 217, "move_frame": 3, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 33, "t_ms": 2240}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1091, "y": 178, "move_frame": 4, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1091, "y": 178, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1012, "y": 170, "width": 158, "height": 17}}, "validated": true, "ordinal": 34, "t_ms": 2360}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1091, "y": 178, "button": "left", "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1091, "y": 178, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1012, "y": 170, "width": 158, "height": 17}}, "validated": true, "ordinal": 35, "t_ms": 2480}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "explorer-addr-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "explorer-addr-text", "validated": false, "ordinal": 37, "t_ms": 2600}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 38, "t_ms": 2660}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "stark-staff00.finder.open_path.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "explorer-addr-submit", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 848, "y": 483, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 848, "y": 483, "tag": "div", "id": "", "class_name": "empty-folder s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "📂 No items match your search", "bbox": {"x": 241, "y": 198, "width": 948, "height": 547}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 702, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 571, "y": 832, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 1, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 4, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 6, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 8, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 15, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 27, "t_ms": 1480}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 28, "t_ms": 1500}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 29, "t_ms": 1520}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 30, "t_ms": 1540}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 31, "t_ms": 1560}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 32, "t_ms": 1680}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 33, "t_ms": 1800}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Visual Studio Code", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 34, "t_ms": 1920}, {"node_id": "stark-staff00.editor.open_file.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx File Explorer Home View �", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 35, "t_ms": 2040}, {"node_id": "stark-staff00.editor.save_file.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.editor.save_file.6", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 640, "y": 837, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 640, "y": 837, "tag": "div", "id": "", "class_name": "status-bar s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "0 items", "bbox": {"x": 9, "y": 817, "width": 706, "height": 26}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 858, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 548, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 749, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 582, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Terminal", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 522, "move_frame": 1, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 675, "y": 522, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 9, "y": 45, "width": 1098, "height": 658}}, "validated": true, "ordinal": 26, "t_ms": 1900}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 643, "y": 318, "move_frame": 2, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 27, "t_ms": 2020}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 623, "y": 195, "move_frame": 3, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 28, "t_ms": 2140}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 154, "move_frame": 4, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "input", "id": "", "class_name": "terminal-input s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 161, "y": 146, "width": 934, "height": 15}}, "validated": true, "ordinal": 29, "t_ms": 2260}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "input", "id": "", "class_name": "terminal-input s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 161, "y": 146, "width": 934, "height": 15}}, "validated": true, "ordinal": 30, "t_ms": 2380}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 1, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 9, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 20, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 21, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "stark-staff00.terminal.run_command.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> pytest -k checkout -q", "bbox": {"x": 21, "y": 144, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-staff00.terminal.run_command.8", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> pytest -k checkout -q", "bbox": {"x": 21, "y": 144, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 16, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 22, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 31, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 35, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 45, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 47, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "stark-staff00.terminal.run_command.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 617, "y": 154, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 617, "y": 154, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> pytest -k checkout -q", "bbox": {"x": 21, "y": 144, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 20, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 25, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-staff00.terminal.run_command.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 582, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 582, "y": 470, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "PS C:\\Users\\User> git commit -am 'fix: validate zero-price items'", "bbox": {"x": 21, "y": 458, "width": 1074, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 556, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 541, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 743, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 576, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "stark-staff00.slack.open_channel.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 360, "y": 173, "width": 1043, "height": 652}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "stark-staff00.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 839, "y": 676, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 839, "y": 676, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 924, "y": 582, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 527, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 992, "y": 508, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.slack.scroll_history.12", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 992, "y": 508, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 640, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 975, "y": 640, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 963, "y": 734, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 955, "y": 791, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 953, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 953, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 1, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 3, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 10, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 14, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 15, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 17, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 18, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 29, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 34, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 35, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 36, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 38, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 40, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 41, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-staff00.slack.post_message.13", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-staff00.slack.scroll_history.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 970, "y": 678, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 970, "y": 678, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.slack.scroll_history.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 982, "y": 584, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.slack.scroll_history.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 990, "y": 527, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.slack.scroll_history.15", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 992, "y": 508, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.slack.scroll_history.15", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 992, "y": 508, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 640, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 975, "y": 640, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 963, "y": 734, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 955, "y": 791, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 953, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 953, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 2, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 3, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 12, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 15, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 16, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 18, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 19, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 20, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 22, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 23, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 28, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 29, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 30, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 31, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 32, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 33, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 35, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 36, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 38, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 40, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 42, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 43, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 49, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 51, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 52, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 54, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 55, "char_count": 55, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "stark-staff00.slack.post_message.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "stark-staff00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 970, "y": 678, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 970, "y": 678, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 982, "y": 584, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 990, "y": 527, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 992, "y": 508, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.slack.scroll_history.18", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 992, "y": 508, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 640, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 975, "y": 640, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 963, "y": 734, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 955, "y": 791, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 953, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 953, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 17, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 19, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 21, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 22, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 23, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 24, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 25, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 26, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 27, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 29, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 30, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 32, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 33, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 35, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 41, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 42, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 43, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 44, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 45, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 47, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 49, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 52, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 53, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 54, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 55, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 56, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 57, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 58, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 59, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 60, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 61, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 62, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 64, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 65, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 66, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 67, "char_count": 67, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "stark-staff00.slack.post_message.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "stark-staff00.slack.scroll_history.22", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 970, "y": 678, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 970, "y": 678, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.slack.scroll_history.22", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 982, "y": 584, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.slack.scroll_history.22", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 990, "y": 527, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.slack.scroll_history.22", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 992, "y": 508, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.slack.scroll_history.22", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 992, "y": 508, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 992, "y": 508, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 975, "y": 640, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 975, "y": 640, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 553, "y": 238, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 963, "y": 734, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 955, "y": 791, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 953, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 953, "y": 810, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 953, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 571, "y": 790, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 1, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 12, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 15, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 18, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 21, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 23, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 27, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 28, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 30, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 32, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 34, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 36, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 37, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 38, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 39, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 41, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 42, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 44, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 46, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 47, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 48, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 49, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 50, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 51, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 52, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 53, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 54, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 56, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 57, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 58, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 59, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 60, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 61, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 62, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 63, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 64, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 66, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 67, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 68, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 69, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 70, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 71, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 72, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 73, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 75, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 76, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 77, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 78, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 79, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 80, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 81, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 82, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 83, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 84, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 85, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 86, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 87, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 88, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 89, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 90, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 92, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 93, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 94, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 95, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 96, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 97, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 98, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 99, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 100, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 101, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 102, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 103, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 104, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 105, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 106, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 107, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 108, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 109, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 110, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 111, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 116, "t_ms": 2740}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 112, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 117, "t_ms": 2760}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 113, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 118, "t_ms": 2780}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 114, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 119, "t_ms": 2800}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 115, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 120, "t_ms": 2820}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 116, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 121, "t_ms": 2840}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 117, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 122, "t_ms": 2860}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 118, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 123, "t_ms": 2880}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 119, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 124, "t_ms": 2900}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 120, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 125, "t_ms": 2920}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 121, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 126, "t_ms": 2940}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 122, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 127, "t_ms": 2960}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 123, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 128, "t_ms": 2980}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 124, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 129, "t_ms": 3000}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 125, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 130, "t_ms": 3020}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 126, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 131, "t_ms": 3040}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 127, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 132, "t_ms": 3060}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 128, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 133, "t_ms": 3080}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 129, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 134, "t_ms": 3100}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 130, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 135, "t_ms": 3120}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 131, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 136, "t_ms": 3140}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 132, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 137, "t_ms": 3160}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 133, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 138, "t_ms": 3180}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 134, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 139, "t_ms": 3200}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 135, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 140, "t_ms": 3220}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 136, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 141, "t_ms": 3240}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 137, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 142, "t_ms": 3260}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 138, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 143, "t_ms": 3280}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 139, "char_count": 139, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 144, "t_ms": 3300}, {"node_id": "stark-staff00.slack.post_message.23", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 145, "t_ms": 3320}], "observations": [{"ok": true, "event": "finder.path_opened", "surface": "finder", "action": "open_path", "target": "~/repo", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:file-explorer", "visibleText": "~/repo"}, "observation": "Low-level replay drove windows-web-next/file-explorer.open_path.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/billing.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/billing.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/api.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/api.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "pytest", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "pytest -k checkout -q"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git status", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git status"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git commit", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git commit -am 'fix: validate zero-price items'"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git push", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git push origin fix/checkout-validation"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Reminder — rolling the canary to 25% now."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#general"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#general", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "FYI — the cohort dashboard schema froze, please review."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Pushed the hotfix — support flagged a recurring session-expiry bug."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Yesterday tuned the Redis pool sizing; today finidhing the data-eesidency review. Blocker: waiting on legal sign-off for the EU disclosure."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "message.reacted", "surface": "slack", "action": "react_to_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#standup"}, "observation": "Low-level replay drove windows-web-next/slack.react_to_message.", "error": null}], "alignment": [{"node_id": "stark-staff00.finder.open_path.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, {"node_id": "stark-staff00.editor.open_file.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "stark-staff00.editor.replace_buffer.2.synth.typo.1.0", "observation_index": 2, "input_event_ordinals": []}, {"node_id": "stark-staff00.editor.replace_buffer.2.synth.typo.2.1", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "stark-staff00.editor.replace_buffer.2.synth.typo.3.2", "observation_index": 4, "input_event_ordinals": []}, {"node_id": "stark-staff00.editor.save_file.3", "observation_index": 5, "input_event_ordinals": [1]}, {"node_id": "stark-staff00.editor.open_file.4", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "stark-staff00.editor.replace_buffer.5.synth.typo.4.0", "observation_index": 7, "input_event_ordinals": []}, {"node_id": "stark-staff00.editor.replace_buffer.5.synth.typo.5.1", "observation_index": 8, "input_event_ordinals": []}, {"node_id": "stark-staff00.editor.replace_buffer.5.synth.typo.6.2", "observation_index": 9, "input_event_ordinals": []}, {"node_id": "stark-staff00.editor.save_file.6", "observation_index": 10, "input_event_ordinals": [1]}, {"node_id": "stark-staff00.terminal.run_command.7", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]}, {"node_id": "stark-staff00.terminal.run_command.8", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "stark-staff00.terminal.run_command.9", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, {"node_id": "stark-staff00.terminal.run_command.10", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, {"node_id": "stark-staff00.slack.open_channel.11", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "stark-staff00.slack.scroll_history.12", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-staff00.slack.post_message.13", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]}, {"node_id": "stark-staff00.slack.open_channel.14", "observation_index": 18, "input_event_ordinals": []}, {"node_id": "stark-staff00.slack.scroll_history.15", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-staff00.slack.post_message.16", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61]}, {"node_id": "stark-staff00.slack.open_channel.17", "observation_index": 21, "input_event_ordinals": []}, {"node_id": "stark-staff00.slack.scroll_history.18", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-staff00.slack.post_message.19", "observation_index": 23, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73]}, {"node_id": "stark-staff00.slack.open_channel.21", "observation_index": 24, "input_event_ordinals": []}, {"node_id": "stark-staff00.slack.scroll_history.22", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-staff00.slack.post_message.23", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145]}, {"node_id": "stark-staff00.slack.react_to_message.24", "observation_index": 27, "input_event_ordinals": []}]}, "media": {"video": "videos/stark-staff00__windows-web-next.webm", "frames": [{"node_id": "stark-staff00.finder.open_path.0", "t_ms": 1300, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.finder.open_path.0.png"}, {"node_id": "stark-staff00.editor.open_file.1", "t_ms": 1120, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.editor.open_file.1.png"}, {"node_id": "stark-staff00.editor.save_file.3", "t_ms": 0, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.editor.save_file.3.png"}, {"node_id": "stark-staff00.editor.save_file.6", "t_ms": 0, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.editor.save_file.6.png"}, {"node_id": "stark-staff00.terminal.run_command.7", "t_ms": 1460, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.7.png"}, {"node_id": "stark-staff00.terminal.run_command.8", "t_ms": 660, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.8.png"}, {"node_id": "stark-staff00.terminal.run_command.9", "t_ms": 1400, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.9.png"}, {"node_id": "stark-staff00.terminal.run_command.10", "t_ms": 1240, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.10.png"}, {"node_id": "stark-staff00.slack.open_channel.11", "t_ms": 860, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.slack.open_channel.11.png"}, {"node_id": "stark-staff00.slack.scroll_history.12", "t_ms": 480, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.12.png"}, {"node_id": "stark-staff00.slack.post_message.13", "t_ms": 1360, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.13.png"}, {"node_id": "stark-staff00.slack.scroll_history.15", "t_ms": 480, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.15.png"}, {"node_id": "stark-staff00.slack.post_message.16", "t_ms": 1640, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.16.png"}, {"node_id": "stark-staff00.slack.scroll_history.18", "t_ms": 480, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.18.png"}, {"node_id": "stark-staff00.slack.post_message.19", "t_ms": 1880, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.19.png"}, {"node_id": "stark-staff00.slack.scroll_history.22", "t_ms": 480, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.22.png"}, {"node_id": "stark-staff00.slack.post_message.23", "t_ms": 3320, "blob_ref": "screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.23.png"}]}} +{"schema_version": "v2", "trajectory_id": "stark-senior01__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "stark-senior01", "company": "stark", "role_id": "swe.backend.senior", "title": "Senior Backend Engineer", "env": "windows-web-next", "goal": "STARK · Senior Backend Engineer — workday", "tree": {"nodes": [{"node_id": "stark-senior01.slack.open_channel.0", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#engineering"}, {"node_id": "stark-senior01.slack.scroll_history.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.385ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 385}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 385}}, {"node_id": "stark-senior01.slack.scroll_history.1", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#engineering"}, {"node_id": "stark-senior01.slack.post_message.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.533ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 533}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 533}}, {"node_id": "stark-senior01.slack.post_message.2", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#engineering", "args": {"visible_text": "FYI — can someone re-run CI on the checkout branch.", "chars": 51}}, {"node_id": "stark-senior01.slack.open_channel.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.498ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 498}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 498}}, {"node_id": "stark-senior01.slack.open_channel.3", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#design"}, {"node_id": "stark-senior01.slack.scroll_history.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.391ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 391}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 391}}, {"node_id": "stark-senior01.slack.scroll_history.4", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#design"}, {"node_id": "stark-senior01.slack.post_message.5.synth.pause.5", "kind": "terminal", "label": "behavior.wait.4252ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 4252}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4252}}, {"node_id": "stark-senior01.slack.post_message.5", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#design", "args": {"visible_text": "Heads up — rolling the canary to 25% now.", "chars": 41}}, {"node_id": "stark-senior01.slack.open_channel.6.synth.pause.6", "kind": "terminal", "label": "behavior.wait.259ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 259}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 259}}, {"node_id": "stark-senior01.slack.open_channel.6", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#incident"}, {"node_id": "stark-senior01.slack.scroll_history.7.synth.pause.7", "kind": "terminal", "label": "behavior.wait.357ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 357}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 357}}, {"node_id": "stark-senior01.slack.scroll_history.7", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#incident"}, {"node_id": "stark-senior01.slack.post_message.8.synth.pause.8", "kind": "terminal", "label": "behavior.wait.290ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 290}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 290}}, {"node_id": "stark-senior01.slack.post_message.8", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#incident", "args": {"visible_text": "Just merged — the zero-price guard is live in staging.", "chars": 54}}, {"node_id": "stark-senior01.finder.open_path.9.synth.pause.9", "kind": "terminal", "label": "behavior.wait.633ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 633}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 633}}, {"node_id": "stark-senior01.finder.open_path.9", "kind": "terminal", "label": "finder.open_path", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "finder", "action": "open_path", "target": "~/repo"}, {"node_id": "stark-senior01.editor.open_file.10.synth.pause.10", "kind": "terminal", "label": "behavior.wait.578ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 578}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 578}}, {"node_id": "stark-senior01.editor.open_file.10", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/api.ts"}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.pause.11", "kind": "terminal", "label": "behavior.wait.231ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 231}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 231}}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11039/1000", "t_finish_resolved": "11049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "def normalize(rows):\n e", "chars": 26, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1.synth.pause.12", "kind": "terminal", "label": "behavior.wait.265ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099901/100000"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 265}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 265}}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100001/100000"}, "t_start_resolved": "11049/1000", "t_finish_resolved": "11059/1000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "undo", "target": "src/api.ts", "args": {"_synthetic": "undo"}}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.2.1.synth.pause.13", "kind": "terminal", "label": "behavior.wait.1014ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1099901/100000"}, "t_start_resolved": "11019/1000", "t_finish_resolved": "11029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1014}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1014}}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.2.1", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1100001/100000"}, "t_start_resolved": "11059/1000", "t_finish_resolved": "11069/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "r", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.3.2.synth.pause.14", "kind": "terminal", "label": "behavior.wait.468ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "549951/50000"}, "t_start_resolved": "11029/1000", "t_finish_resolved": "11039/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 468}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 468}}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.3.2", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "550001/50000"}, "t_start_resolved": "11069/1000", "t_finish_resolved": "11079/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/api.ts", "args": {"visible_text": "eturn [r.strip().lower() for r in rows if r]", "chars": 44, "_typo_step": "typo.tail"}}, {"node_id": "stark-senior01.editor.save_file.12.synth.pause.15", "kind": "terminal", "label": "behavior.wait.310ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 310}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 310}}, {"node_id": "stark-senior01.editor.save_file.12", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/api.ts"}, {"node_id": "stark-senior01.editor.open_file.13.synth.pause.16", "kind": "terminal", "label": "behavior.wait.377ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 377}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 377}}, {"node_id": "stark-senior01.editor.open_file.13", "kind": "terminal", "label": "editor.open_file", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "open_file", "target": "src/billing.ts"}, {"node_id": "stark-senior01.editor.replace_buffer.14.synth.pause.17", "kind": "terminal", "label": "behavior.wait.451ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 451}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 451}}, {"node_id": "stark-senior01.editor.replace_buffer.14", "kind": "terminal", "label": "editor.replace_buffer", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "replace_buffer", "target": "src/billing.ts", "args": {"visible_text": "const debounce = (fn, ms) => {\n let t;\n return (...a) => { clearTimeout(t); t = setTimeout(() => fn(...a), ms); };\n};", "chars": 119}}, {"node_id": "stark-senior01.editor.save_file.15.synth.pause.18", "kind": "terminal", "label": "behavior.wait.4259ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 4259}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4259}}, {"node_id": "stark-senior01.editor.save_file.15", "kind": "terminal", "label": "editor.save_file", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "editor", "action": "save_file", "target": "src/billing.ts"}, {"node_id": "stark-senior01.terminal.run_command.16.synth.pause.19", "kind": "terminal", "label": "behavior.wait.296ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "15999/1000", "t_finish_resolved": "16009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 296}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 296}}, {"node_id": "stark-senior01.terminal.run_command.16", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "16009/1000", "t_finish_resolved": "16019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "pytest", "args": {"command": "pytest -k checkout -q"}}, {"node_id": "stark-senior01.terminal.run_command.17.synth.pause.20", "kind": "terminal", "label": "behavior.wait.5891ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "16999/1000", "t_finish_resolved": "17009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 5891}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 5891}}, {"node_id": "stark-senior01.terminal.run_command.17", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "17009/1000", "t_finish_resolved": "17019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git status", "args": {"command": "git status"}}, {"node_id": "stark-senior01.terminal.run_command.18.synth.pause.21", "kind": "terminal", "label": "behavior.wait.3181ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 3181}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 3181}}, {"node_id": "stark-senior01.terminal.run_command.18", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git commit", "args": {"command": "git commit -am 'fix: validate zero-price items'"}}, {"node_id": "stark-senior01.terminal.run_command.19.synth.pause.22", "kind": "terminal", "label": "behavior.wait.300ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18999/1000"}, "t_start_resolved": "18999/1000", "t_finish_resolved": "19009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 300}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 300}}, {"node_id": "stark-senior01.terminal.run_command.19", "kind": "terminal", "label": "terminal.run_command", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19"}, "t_start_resolved": "19009/1000", "t_finish_resolved": "19019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "terminal", "action": "run_command", "target": "git push", "args": {"command": "git push origin fix/checkout-validation"}}, {"node_id": "stark-senior01.wait.pause.20.synth.pause.23", "kind": "terminal", "label": "behavior.wait.365ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "19999/1000"}, "t_start_resolved": "19999/1000", "t_finish_resolved": "20009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 365}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 365}}, {"node_id": "stark-senior01.wait.pause.20", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20"}, "t_start_resolved": "20009/1000", "t_finish_resolved": "20019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "stark-senior01.browser.open_url.21.synth.pause.24", "kind": "terminal", "label": "behavior.wait.574ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "20999/1000"}, "t_start_resolved": "20999/1000", "t_finish_resolved": "21009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 574}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 574}}, {"node_id": "stark-senior01.browser.open_url.21", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21"}, "t_start_resolved": "21009/1000", "t_finish_resolved": "21019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "args": {"url": "https://github.com/acme/api/pulls"}}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.pause.25", "kind": "terminal", "label": "behavior.wait.1933ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21999/1000"}, "t_start_resolved": "21999/1000", "t_finish_resolved": "22009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1933}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1933}}, {"node_id": "stark-senior01.github.open_pull_request.22", "kind": "terminal", "label": "github.open_pull_request", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22"}, "t_start_resolved": "22019/1000", "t_finish_resolved": "22029/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "open_pull_request", "target": "acme/api", "args": {"branch": "feat/cohort-v2"}}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1.synth.pause.26", "kind": "terminal", "label": "behavior.wait.936ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2199901/100000"}, "t_start_resolved": "22009/1000", "t_finish_resolved": "22019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 936}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 936}}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "kind": "terminal", "label": "behavior.tab_switch", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2200001/100000"}, "t_start_resolved": "22029/1000", "t_finish_resolved": "22039/1000"}, "slots": {"behavior": "tab_switch"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://slack.com/acme/channels/incident", "args": {"url": "https://slack.com/acme/channels/incident", "_synthetic": "tab_switch"}}, {"node_id": "stark-senior01.browser.extract_quote.23.synth.pause.27", "kind": "terminal", "label": "behavior.wait.487ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "22999/1000"}, "t_start_resolved": "22999/1000", "t_finish_resolved": "23009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 487}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 487}}, {"node_id": "stark-senior01.browser.extract_quote.23", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23"}, "t_start_resolved": "23009/1000", "t_finish_resolved": "23019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "diff"}, {"node_id": "stark-senior01.github.request_review.24.synth.pause.28", "kind": "terminal", "label": "behavior.wait.481ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "23999/1000"}, "t_start_resolved": "23999/1000", "t_finish_resolved": "24009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 481}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 481}}, {"node_id": "stark-senior01.github.request_review.24", "kind": "terminal", "label": "github.request_review", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior01", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "24"}, "t_start_resolved": "24009/1000", "t_finish_resolved": "24019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "github", "action": "request_review", "target": "acme/api", "args": {"visible_text": "One concern: this path isn't covered by a test. Can you add a case for the zero-price branch before merge?", "chars": 106}}]}, "trajectory": {"input_events": [{"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:34 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 745, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 5, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1420}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 20, "t_ms": 1540}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Slack", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 21, "t_ms": 1660}, {"node_id": "stark-senior01.slack.open_channel.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack ACME Workspace Slac", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 22, "t_ms": 1780}, {"node_id": "stark-senior01.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 711, "y": 635, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 711, "y": 635, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 705, "y": 514, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 701, "y": 440, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.slack.scroll_history.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 683, "y": 548, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 683, "y": 548, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 642, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 699, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 661, "y": 718, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 661, "y": 718, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 2, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 3, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 5, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 11, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 12, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 13, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 19, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 21, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 22, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 23, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 26, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 27, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 32, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 33, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 36, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 37, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 40, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 41, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 42, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 44, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 45, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 46, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 48, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 49, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 50, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 51, "char_count": 51, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "stark-senior01.slack.post_message.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "stark-senior01.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 586, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 678, "y": 586, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 690, "y": 492, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 698, "y": 435, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.slack.scroll_history.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 683, "y": 548, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 683, "y": 548, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 642, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 699, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 661, "y": 718, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 661, "y": 718, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 1, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 10, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 14, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 15, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 17, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 18, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 26, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 29, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 34, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "5", "char_index": 35, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 36, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 38, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 40, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 41, "char_count": 41, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-senior01.slack.post_message.5", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-senior01.slack.scroll_history.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 586, "move_frame": 1, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 678, "y": 586, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.slack.scroll_history.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 690, "y": 492, "move_frame": 2, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.slack.scroll_history.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 698, "y": 435, "move_frame": 3, "move_frames": 4, "control": "wslack-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.slack.scroll_history.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 416, "move_frame": 4, "move_frames": 4, "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.slack.scroll_history.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 700, "y": 416, "button": "left", "control": "wslack-scroll", "hit_test": {"validated": true, "x": 700, "y": 416, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 683, "y": 548, "move_frame": 1, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 683, "y": 548, "tag": "div", "id": "", "class_name": "messages s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 261, "y": 146, "width": 878, "height": 539}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 671, "y": 642, "move_frame": 2, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 663, "y": 699, "move_frame": 3, "move_frames": 4, "control": "wslack-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 661, "y": 718, "move_frame": 4, "move_frames": 4, "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 661, "y": 718, "button": "left", "control": "wslack-post-focus", "hit_test": {"validated": true, "x": 661, "y": 718, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 279, "y": 698, "width": 764, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "J", "char_index": 1, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 2, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 6, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 16, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 19, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 23, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 24, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 27, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 30, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 31, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 32, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 39, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 40, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 41, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 44, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 47, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 48, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 49, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 50, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 51, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 52, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 53, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 54, "char_count": 54, "delay_ms": 4, "control": "wslack-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "stark-senior01.slack.post_message.8", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wslack-post-submit", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 606, "y": 787, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 606, "y": 787, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack ACME Workspace Slac", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 567, "y": 836, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 544, "y": 866, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 578, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 7, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 8, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 9, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 13, "char_count": 13, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 26, "t_ms": 1460}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 27, "t_ms": 1580}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1700}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "File Explorer", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 29, "t_ms": 1820}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx Slack ACME Workspace Slac", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 30, "t_ms": 1940}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 988, "y": 522, "move_frame": 1, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 988, "y": 522, "tag": "div", "id": "", "class_name": "content-area s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "Name ▲ Date modified Type Size 📁 Project Files 1/29/2025 10:00 AM File folder 📁 Screenshots 2/5/2025 9:30 AM File fold", "bbox": {"x": 925, "y": 174, "width": 506, "height": 643}}, "validated": true, "ordinal": 31, "t_ms": 2000}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1180, "y": 318, "move_frame": 2, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 32, "t_ms": 2120}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1295, "y": 195, "move_frame": 3, "move_frames": 4, "control": "explorer-addr-focus", "validated": false, "ordinal": 33, "t_ms": 2240}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1333, "y": 154, "move_frame": 4, "move_frames": 4, "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1333, "y": 154, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1254, "y": 146, "width": 158, "height": 17}}, "validated": true, "ordinal": 34, "t_ms": 2360}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1333, "y": 154, "button": "left", "control": "explorer-addr-focus", "hit_test": {"validated": true, "x": 1333, "y": 154, "tag": "input", "id": "", "class_name": "search-input s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 1254, "y": 146, "width": 158, "height": 17}}, "validated": true, "ordinal": 35, "t_ms": 2480}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "explorer-addr-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "explorer-addr-text", "validated": false, "ordinal": 37, "t_ms": 2600}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 1, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 38, "t_ms": 2660}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 2, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 6, "delay_ms": 4, "control": "explorer-addr-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "stark-senior01.finder.open_path.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "explorer-addr-submit", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 984, "y": 470, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 984, "y": 470, "tag": "div", "id": "", "class_name": "empty-folder s-QhLkwswAggaQ", "role": "", "aria_label": "", "title": "", "text": "📂 No items match your search", "bbox": {"x": 925, "y": 174, "width": 506, "height": 643}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 735, "y": 696, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 586, "y": 831, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 1, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 4, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 6, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 8, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 11, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 15, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 27, "t_ms": 1480}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 28, "t_ms": 1500}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 29, "t_ms": 1520}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 18, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 30, "t_ms": 1540}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 687, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 687, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 31, "t_ms": 1560}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 753, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 32, "t_ms": 1680}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 793, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 33, "t_ms": 1800}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 806, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Visual Studio Code", "bbox": {"x": 501, "y": 797, "width": 445, "height": 18}}, "validated": true, "ordinal": 34, "t_ms": 1920}, {"node_id": "stark-senior01.editor.open_file.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 806, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 806, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 35, "t_ms": 2040}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 808, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 598, "y": 808, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 809, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 810, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "input", "id": "", "class_name": "composer-input s-0tYvhinkQ4MG", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 247, "y": 790, "width": 386, "height": 41}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 1, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 2, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 4, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 5, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 6, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 8, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 10, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-senior01.editor.save_file.12", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.editor.save_file.15", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "editor-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 482, "y": 839, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 482, "y": 839, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 22, "y": 838, "width": 680, "height": 10}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 512, "y": 860, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 530, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 21, "t_ms": 1360}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 22, "t_ms": 1480}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 23, "t_ms": 1600}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Terminal", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 24, "t_ms": 1720}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "window-content s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 360, "y": 193, "width": 1043, "height": 633}}, "validated": true, "ordinal": 25, "t_ms": 1840}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 809, "move_frame": 1, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 598, "y": 809, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 26, "t_ms": 1900}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 810, "move_frame": 2, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 27, "t_ms": 2020}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 810, "move_frame": 3, "move_frames": 4, "control": "wt-cmd-focus", "validated": false, "ordinal": 28, "t_ms": 2140}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 29, "t_ms": 2260}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 30, "t_ms": 2380}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 1, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 2440}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 2460}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 2480}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 2500}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 2520}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 2540}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 2580}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 9, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 2600}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 2620}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 2640}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 2660}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 2680}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 2700}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 2720}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 2740}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 17, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 2760}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 2780}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 49, "t_ms": 2800}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 20, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 50, "t_ms": 2820}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "q", "char_index": 21, "char_count": 21, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 51, "t_ms": 2840}, {"node_id": "stark-senior01.terminal.run_command.16", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 52, "t_ms": 2860}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 9, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 10, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-senior01.terminal.run_command.17", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 7, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 8, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 14, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 16, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 20, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 22, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 25, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 31, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 35, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 37, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 39, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 45, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 47, "char_count": 47, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "stark-senior01.terminal.run_command.18", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "wt-cmd-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "terminal-output s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new featu", "bbox": {"x": 333, "y": 181, "width": 1098, "height": 658}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 1, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 5, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 19, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 20, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 22, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 25, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 26, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 39, "delay_ms": 4, "control": "wt-cmd-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-senior01.terminal.run_command.19", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wt-cmd-submit", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 482, "y": 839, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 482, "y": 839, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 346, "y": 838, "width": 1072, "height": 10}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 512, "y": 860, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 530, "y": 872, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 8, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 11, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 27, "t_ms": 1480}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1600}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 29, "t_ms": 1720}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Microsoft Edge", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 30, "t_ms": 1840}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "output-line s-qf387yMIO0rR", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 345, "y": 795, "width": 1074, "height": 18}}, "validated": true, "ordinal": 31, "t_ms": 1960}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 809, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 598, "y": 809, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 166, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 32, "t_ms": 2020}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 810, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 33, "t_ms": 2140}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 810, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 34, "t_ms": 2260}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 166, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 35, "t_ms": 2380}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 166, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 36, "t_ms": 2500}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 2620}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 2800}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 46, "t_ms": 2820}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 47, "t_ms": 2840}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 48, "t_ms": 2860}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 49, "t_ms": 2880}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 50, "t_ms": 2900}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 51, "t_ms": 2920}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 52, "t_ms": 2940}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 53, "t_ms": 2960}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 54, "t_ms": 2980}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 55, "t_ms": 3000}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 56, "t_ms": 3020}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 57, "t_ms": 3040}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 58, "t_ms": 3060}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 59, "t_ms": 3080}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 60, "t_ms": 3100}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 61, "t_ms": 3120}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 62, "t_ms": 3140}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 63, "t_ms": 3160}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 64, "t_ms": 3180}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 65, "t_ms": 3200}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 28, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 66, "t_ms": 3220}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 29, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 67, "t_ms": 3240}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 30, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 68, "t_ms": 3260}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 31, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 69, "t_ms": 3280}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 70, "t_ms": 3300}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 33, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 71, "t_ms": 3320}, {"node_id": "stark-senior01.browser.open_url.21", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 72, "t_ms": 3340}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 166, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "stark-senior01.github.open_pull_request.22", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 166, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 12, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 13, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 14, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 15, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 17, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 18, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 19, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 20, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 21, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 23, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 24, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 640}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 25, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 660}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 26, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 680}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 700}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 28, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 31, "t_ms": 720}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 32, "t_ms": 740}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 30, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 33, "t_ms": 760}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 31, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 34, "t_ms": 780}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 32, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 35, "t_ms": 800}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 36, "t_ms": 820}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 34, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 840}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 35, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 860}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 880}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 37, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 900}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 920}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 940}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 40, "char_count": 40, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 960}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 44, "t_ms": 980}, {"node_id": "stark-senior01.browser.extract_quote.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 652, "move_frame": 1, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 562, "y": 652, "tag": "div", "id": "", "class_name": "content-area s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 153, "y": 120, "width": 1278, "height": 687}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.browser.extract_quote.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 650, "y": 540, "move_frame": 2, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.browser.extract_quote.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 702, "y": 472, "move_frame": 3, "move_frames": 4, "control": "edge-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.browser.extract_quote.23", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "quick-links s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 553, "y": 374, "width": 478, "height": 81}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.browser.extract_quote.23", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "edge-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "quick-links s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 553, "y": 374, "width": 478, "height": 81}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 608, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 598, "y": 608, "tag": "div", "id": "", "class_name": "content-area s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 153, "y": 120, "width": 1278, "height": 687}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 720, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 458, "y": 788, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 440, "y": 810, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 166, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 440, "y": 810, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 440, "y": 810, "tag": "div", "id": "", "class_name": "resize-handle resize-s s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 166, "y": 802, "width": 1252, "height": 10}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 8, "t_ms": 660}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 9, "t_ms": 680}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 10, "t_ms": 700}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 11, "t_ms": 720}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 12, "t_ms": 740}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 13, "t_ms": 760}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 14, "t_ms": 780}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 15, "t_ms": 800}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 16, "t_ms": 820}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 17, "t_ms": 840}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 18, "t_ms": 860}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 19, "t_ms": 880}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 20, "t_ms": 900}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 21, "t_ms": 920}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 22, "t_ms": 940}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 23, "t_ms": 960}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 24, "t_ms": 980}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 25, "t_ms": 1000}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 26, "t_ms": 1020}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 27, "t_ms": 1040}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 28, "t_ms": 1060}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 29, "t_ms": 1080}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 30, "t_ms": 1100}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 31, "t_ms": 1120}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 32, "t_ms": 1140}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 33, "t_ms": 1160}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 34, "t_ms": 1180}, {"node_id": "stark-senior01.github.request_review.24", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 35, "t_ms": 1200}], "observations": [{"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#engineering"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#engineering", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "FYI — can someone re-run CI on the checkout branch."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#design"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#design", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Heads up — rolling the canary to 25% now."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "#incident"}, "observation": "Low-level replay drove windows-web-next/slack.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:slack", "visibleText": "Just merged — the zero-price guard is live in staging."}, "observation": "Low-level replay drove windows-web-next/slack.post_message.", "error": null}, {"ok": true, "event": "finder.path_opened", "surface": "finder", "action": "open_path", "target": "~/repo", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:file-explorer", "visibleText": "~/repo"}, "observation": "Low-level replay drove windows-web-next/file-explorer.open_path.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/api.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "app.action", "surface": "editor", "action": "undo", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/api.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.undo.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": false, "event": "app.native_unavailable", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/api.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/api.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "file.opened", "surface": "editor", "action": "open_file", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/billing.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.open_file.", "error": null}, {"ok": false, "event": "app.native_unavailable", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": false, "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, "observation": "Native app could not drive: none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus", "error": "none of ['.window-frame .editor-textarea', '.window-frame textarea.editor-textarea', '.window-frame .notepad-textarea', '.window-frame textarea', \".window-frame [contenteditable='true']\", '.editor-textarea', 'textarea.editor-textarea', '.notepad-textarea', 'textarea', \"[contenteditable='true']\"] matched for editor-replace-focus"}, {"ok": true, "event": "file.saved", "surface": "editor", "action": "save_file", "target": "src/billing.ts", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:vscode", "visibleText": "src/billing.ts"}, "observation": "Low-level replay drove windows-web-next/vscode.save_file.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "pytest", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "pytest -k checkout -q"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git status", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git status"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git commit", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git commit -am 'fix: validate zero-price items'"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "process.exited", "surface": "terminal", "action": "run_command", "target": "git push", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:terminal", "visibleText": "git push origin fix/checkout-validation"}, "observation": "Low-level replay drove windows-web-next/terminal.run_command.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://github.com/acme/api/pulls", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://github.com/acme/api/pulls"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "pull_request.opened", "surface": "github", "action": "open_pull_request", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "acme/api"}, "observation": "Low-level replay drove windows-web-next/edge.open_pull_request.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://slack.com/acme/channels/incident", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "https://slack.com/acme/channels/incident"}, "observation": "Low-level replay drove windows-web-next/edge.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "diff", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "diff"}, "observation": "Low-level replay drove windows-web-next/edge.extract_quote.", "error": null}, {"ok": true, "event": "review.requested", "surface": "github", "action": "request_review", "target": "acme/api", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "One concern: this path isn't covered by a test. Can you add a case for the zero-price branch before merge?"}, "observation": "Low-level replay drove windows-web-next/edge.request_review.", "error": null}], "alignment": [{"node_id": "stark-senior01.slack.open_channel.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}, {"node_id": "stark-senior01.slack.scroll_history.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-senior01.slack.post_message.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57]}, {"node_id": "stark-senior01.slack.open_channel.3", "observation_index": 3, "input_event_ordinals": []}, {"node_id": "stark-senior01.slack.scroll_history.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-senior01.slack.post_message.5", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]}, {"node_id": "stark-senior01.slack.open_channel.6", "observation_index": 6, "input_event_ordinals": []}, {"node_id": "stark-senior01.slack.scroll_history.7", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-senior01.slack.post_message.8", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}, {"node_id": "stark-senior01.finder.open_path.9", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, {"node_id": "stark-senior01.editor.open_file.10", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0", "observation_index": 11, "input_event_ordinals": []}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.2.1", "observation_index": 13, "input_event_ordinals": []}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.3.2", "observation_index": 14, "input_event_ordinals": []}, {"node_id": "stark-senior01.editor.save_file.12", "observation_index": 15, "input_event_ordinals": [1]}, {"node_id": "stark-senior01.editor.open_file.13", "observation_index": 16, "input_event_ordinals": []}, {"node_id": "stark-senior01.editor.replace_buffer.14", "observation_index": 17, "input_event_ordinals": []}, {"node_id": "stark-senior01.editor.save_file.15", "observation_index": 18, "input_event_ordinals": [1]}, {"node_id": "stark-senior01.terminal.run_command.16", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]}, {"node_id": "stark-senior01.terminal.run_command.17", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "stark-senior01.terminal.run_command.18", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, {"node_id": "stark-senior01.terminal.run_command.19", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}, {"node_id": "stark-senior01.browser.open_url.21", "observation_index": 23, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72]}, {"node_id": "stark-senior01.github.open_pull_request.22", "observation_index": 24, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}, {"node_id": "stark-senior01.browser.extract_quote.23", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-senior01.github.request_review.24", "observation_index": 27, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}]}, "media": {"video": "videos/stark-senior01__windows-web-next.webm", "frames": [{"node_id": "stark-senior01.slack.open_channel.0", "t_ms": 940, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.slack.open_channel.0.png"}, {"node_id": "stark-senior01.slack.scroll_history.1", "t_ms": 480, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.1.png"}, {"node_id": "stark-senior01.slack.post_message.2", "t_ms": 3040, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.2.png"}, {"node_id": "stark-senior01.slack.scroll_history.4", "t_ms": 480, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.4.png"}, {"node_id": "stark-senior01.slack.post_message.5", "t_ms": 2840, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.5.png"}, {"node_id": "stark-senior01.slack.scroll_history.7", "t_ms": 480, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.7.png"}, {"node_id": "stark-senior01.slack.post_message.8", "t_ms": 3100, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.8.png"}, {"node_id": "stark-senior01.finder.open_path.9", "t_ms": 1200, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.finder.open_path.9.png"}, {"node_id": "stark-senior01.editor.open_file.10", "t_ms": 1200, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.editor.open_file.10.png"}, {"node_id": "stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1", "t_ms": 800, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1.png"}, {"node_id": "stark-senior01.editor.save_file.12", "t_ms": 0, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.editor.save_file.12.png"}, {"node_id": "stark-senior01.editor.save_file.15", "t_ms": 0, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.editor.save_file.15.png"}, {"node_id": "stark-senior01.terminal.run_command.16", "t_ms": 2940, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.16.png"}, {"node_id": "stark-senior01.terminal.run_command.17", "t_ms": 740, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.17.png"}, {"node_id": "stark-senior01.terminal.run_command.18", "t_ms": 2880, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.18.png"}, {"node_id": "stark-senior01.terminal.run_command.19", "t_ms": 1200, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.19.png"}, {"node_id": "stark-senior01.browser.open_url.21", "t_ms": 3340, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.browser.open_url.21.png"}, {"node_id": "stark-senior01.github.open_pull_request.22", "t_ms": 1120, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.github.open_pull_request.22.png"}, {"node_id": "stark-senior01.github.open_pull_request.22.synth.tab.1", "t_ms": 1200, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.github.open_pull_request.22.synth.tab.1.png"}, {"node_id": "stark-senior01.browser.extract_quote.23", "t_ms": 480, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.browser.extract_quote.23.png"}, {"node_id": "stark-senior01.github.request_review.24", "t_ms": 1200, "blob_ref": "screenshots/stark-senior01__windows-web-next/stark-senior01.github.request_review.24.png"}]}} +{"schema_version": "v2", "trajectory_id": "stark-growth02__browser-os", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "stark-growth02", "company": "stark", "role_id": "marketing.growth", "title": "Growth Marketer", "env": "browser-os", "goal": "STARK · Growth Marketer — workday", "tree": {"nodes": [{"node_id": "stark-growth02.dashboard.open_dashboard.0", "kind": "terminal", "label": "dashboard.open_dashboard", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health"}, {"node_id": "stark-growth02.dashboard.set_time_range.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.449ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 449}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 449}}, {"node_id": "stark-growth02.dashboard.set_time_range.1", "kind": "terminal", "label": "dashboard.set_time_range", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "set_time_range", "target": "last-24h"}, {"node_id": "stark-growth02.dashboard.drill_into_alert.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.913ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 913}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 913}}, {"node_id": "stark-growth02.dashboard.drill_into_alert.2", "kind": "terminal", "label": "dashboard.drill_into_alert", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95"}, {"node_id": "stark-growth02.browser.extract_quote.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.1084ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1084}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1084}}, {"node_id": "stark-growth02.browser.extract_quote.3", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "alert-detail"}, {"node_id": "stark-growth02.wordproc.open_doc.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.716ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 716}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 716}}, {"node_id": "stark-growth02.wordproc.open_doc.4", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "docs/vendor-diligence-checklist.md"}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0.synth.pause.5", "kind": "terminal", "label": "behavior.wait.448ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "500801/100000", "t_finish_resolved": "501801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 448}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 448}}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "504801/100000", "t_finish_resolved": "505801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "# Vendor do", "chars": 11, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1.synth.pause.6", "kind": "terminal", "label": "behavior.wait.388ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499801/100000"}, "t_start_resolved": "499801/100000", "t_finish_resolved": "500801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 388}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 388}}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499901/100000"}, "t_start_resolved": "502801/100000", "t_finish_resolved": "503801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.pause.7", "kind": "terminal", "label": "behavior.wait.238ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499901/100000"}, "t_start_resolved": "501801/100000", "t_finish_resolved": "502801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 238}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 238}}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/100000"}, "t_start_resolved": "505801/100000", "t_finish_resolved": "506801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2.synth.pause.8", "kind": "terminal", "label": "behavior.wait.184ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249951/50000"}, "t_start_resolved": "503801/100000", "t_finish_resolved": "504801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 184}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 184}}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250001/50000"}, "t_start_resolved": "506801/100000", "t_finish_resolved": "507801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "ligence checklist\n\n## Security\n## Commercial\n## Exit\n", "chars": 53, "_typo_step": "typo.tail"}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2.synth.pause.9", "kind": "terminal", "label": "behavior.wait.442ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/500"}, "t_start_resolved": "2999/500", "t_finish_resolved": "751/125"}, "slots": {"behavior": "hesitation", "duration_ms": 442}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 442}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "1507/250", "t_finish_resolved": "3019/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.pause.10", "kind": "terminal", "label": "behavior.wait.745ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "3019/500", "t_finish_resolved": "756/125"}, "slots": {"behavior": "hesitation", "duration_ms": 745}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 745}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "3069/500", "t_finish_resolved": "1537/250"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "Security: SOC 2 Type II x", "chars": 25, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.5.1.synth.pause.11", "kind": "terminal", "label": "behavior.wait.593ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599901/100000"}, "t_start_resolved": "756/125", "t_finish_resolved": "3029/500"}, "slots": {"behavior": "hesitation", "duration_ms": 593}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 593}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.5.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600001/100000"}, "t_start_resolved": "1537/250", "t_finish_resolved": "3079/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "c", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3.synth.pause.12", "kind": "terminal", "label": "behavior.wait.186ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299901/50000"}, "t_start_resolved": "751/125", "t_finish_resolved": "3009/500"}, "slots": {"behavior": "hesitation", "duration_ms": 186}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 186}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299951/50000"}, "t_start_resolved": "1517/250", "t_finish_resolved": "3039/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.pause.13", "kind": "terminal", "label": "behavior.wait.643ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299951/50000"}, "t_start_resolved": "3029/500", "t_finish_resolved": "1517/250"}, "slots": {"behavior": "hesitation", "duration_ms": 643}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 643}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/50000"}, "t_start_resolved": "3079/500", "t_finish_resolved": "771/125"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "urrent? Data residency in EU? Sub-processor list reviewed? Bres", "chars": 63, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.7.3.synth.pause.14", "kind": "terminal", "label": "behavior.wait.446ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599903/100000"}, "t_start_resolved": "3039/500", "t_finish_resolved": "761/125"}, "slots": {"behavior": "hesitation", "duration_ms": 446}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 446}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.7.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600003/100000"}, "t_start_resolved": "771/125", "t_finish_resolved": "3089/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "a", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4.synth.pause.15", "kind": "terminal", "label": "behavior.wait.766ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18747/3125"}, "t_start_resolved": "761/125", "t_finish_resolved": "3049/500"}, "slots": {"behavior": "hesitation", "duration_ms": 766}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 766}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "150001/25000"}, "t_start_resolved": "3089/500", "t_finish_resolved": "1547/250"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "ch-notification window im", "chars": 25, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.pause.16", "kind": "terminal", "label": "behavior.wait.768ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "119981/20000"}, "t_start_resolved": "3049/500", "t_finish_resolved": "1527/250"}, "slots": {"behavior": "hesitation", "duration_ms": 768}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 768}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "120001/20000"}, "t_start_resolved": "1547/250", "t_finish_resolved": "3099/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "n", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1.synth.pause.17", "kind": "terminal", "label": "behavior.wait.457ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299953/50000"}, "t_start_resolved": "1527/250", "t_finish_resolved": "3059/500"}, "slots": {"behavior": "hesitation", "duration_ms": 457}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 457}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300003/50000"}, "t_start_resolved": "776/125", "t_finish_resolved": "3109/500"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "undo", "target": "docs/vendor-diligence-checklist.md", "args": {"_synthetic": "undo"}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.reread.4.synth.pause.18", "kind": "terminal", "label": "behavior.wait.948ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299903/50000"}, "t_start_resolved": "3009/500", "t_finish_resolved": "1507/250"}, "slots": {"behavior": "hesitation", "duration_ms": 948}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 948}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.reread.4", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299953/50000"}, "t_start_resolved": "3059/500", "t_finish_resolved": "766/125"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.pause.19", "kind": "terminal", "label": "behavior.wait.295ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299953/50000"}, "t_start_resolved": "766/125", "t_finish_resolved": "3069/500"}, "slots": {"behavior": "hesitation", "duration_ms": 295}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 295}}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300003/50000"}, "t_start_resolved": "3099/500", "t_finish_resolved": "776/125"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": " contract?", "chars": 10, "_typo_step": "typo.tail"}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0.synth.pause.20", "kind": "terminal", "label": "behavior.wait.661ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 661}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 661}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7049/1000", "t_finish_resolved": "7059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "Commr", "chars": 5, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.12.1.synth.pause.21", "kind": "terminal", "label": "behavior.wait.276ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "699901/100000"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 276}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 276}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.12.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "700001/100000"}, "t_start_resolved": "7059/1000", "t_finish_resolved": "7069/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2.synth.pause.22", "kind": "terminal", "label": "behavior.wait.631ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "349951/50000"}, "t_start_resolved": "7019/1000", "t_finish_resolved": "7029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 631}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 631}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "350001/50000"}, "t_start_resolved": "7069/1000", "t_finish_resolved": "7079/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "rcial: pricing tied to seats or usage? Overage caps? Annual uplift ceiling? Termination-for-ci", "chars": 94, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.14.3.synth.pause.23", "kind": "terminal", "label": "behavior.wait.737ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "699903/100000"}, "t_start_resolved": "7029/1000", "t_finish_resolved": "7039/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 737}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 737}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.14.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "700003/100000"}, "t_start_resolved": "7079/1000", "t_finish_resolved": "7089/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "o", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4.synth.pause.24", "kind": "terminal", "label": "behavior.wait.198ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "21872/3125"}, "t_start_resolved": "7039/1000", "t_finish_resolved": "7049/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 198}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 198}}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "175001/25000"}, "t_start_resolved": "7089/1000", "t_finish_resolved": "7099/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "nvenience clause?", "chars": 17, "_typo_step": "typo.tail"}}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.reread.5.synth.pause.25", "kind": "terminal", "label": "behavior.wait.497ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/500"}, "t_start_resolved": "3999/500", "t_finish_resolved": "1001/125"}, "slots": {"behavior": "hesitation", "duration_ms": 497}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 497}}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.reread.5", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "4009/500", "t_finish_resolved": "2007/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.pause.26", "kind": "terminal", "label": "behavior.wait.350ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "1001/125", "t_finish_resolved": "4009/500"}, "slots": {"behavior": "hesitation", "duration_ms": 350}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 350}}, {"node_id": "stark-growth02.wordproc.insert_text.8", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "2007/250", "t_finish_resolved": "4019/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "Exit: data-export format and SLA on deletion? Transition assistance? Source escrow for the self-hosted tier?", "chars": 108}}, {"node_id": "stark-growth02.wordproc.save_doc.9.synth.pause.27", "kind": "terminal", "label": "behavior.wait.290ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 290}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 290}}, {"node_id": "stark-growth02.wordproc.save_doc.9", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "docs/vendor-diligence-checklist.md"}, {"node_id": "stark-growth02.wait.pause.10.synth.pause.28", "kind": "terminal", "label": "behavior.wait.352ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 352}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 352}}, {"node_id": "stark-growth02.wait.pause.10", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "stark-growth02.slack.open_channel.11.synth.pause.29", "kind": "terminal", "label": "behavior.wait.833ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 833}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 833}}, {"node_id": "stark-growth02.slack.open_channel.11", "kind": "terminal", "label": "slack.open_channel", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "open_channel", "target": "#standup"}, {"node_id": "stark-growth02.slack.scroll_history.12.synth.pause.30", "kind": "terminal", "label": "behavior.wait.259ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 259}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 259}}, {"node_id": "stark-growth02.slack.scroll_history.12", "kind": "terminal", "label": "slack.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "scroll_history", "target": "#standup"}, {"node_id": "stark-growth02.slack.post_message.13.synth.pause.31", "kind": "terminal", "label": "behavior.wait.265ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 265}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 265}}, {"node_id": "stark-growth02.slack.post_message.13", "kind": "terminal", "label": "slack.post_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#standup", "args": {"visible_text": "Yesterday shipped the inline-validation states; today instrumentimg the funnel for tje launch. Blocker: staging is drifting from prod again.", "chars": 140, "_typo_committed": true}}, {"node_id": "stark-growth02.slack.react_to_message.14.synth.pause.32", "kind": "terminal", "label": "behavior.wait.225ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 225}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 225}}, {"node_id": "stark-growth02.slack.react_to_message.14", "kind": "terminal", "label": "slack.react_to_message", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "react_to_message", "target": "#standup"}, {"node_id": "mkt.stark.launch", "kind": "terminal", "label": "mkt.stark.launch", "parent_node_id": "root", "scope": {"stream": "actor:stark-growth02", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "895"}, "t_start_resolved": "895", "t_finish_resolved": "89501/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "slack", "action": "post_message", "target": "#market", "args": {"visible_text": "STARK just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today.", "chars": 94}}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "bo-bridge-browser", "node_id": "stark-growth02.dashboard.open_dashboard.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 490, "y": 259, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 490, "y": 259, "tag": "iframe", "id": "", "class_name": "browser-iframe", "role": "", "aria_label": "", "title": "Browser content", "text": "", "bbox": {"x": 61, "y": 162, "width": 598, "height": 387}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 382, "y": 188, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 318, "y": 144, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-d687rflrz", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-d687rflrz", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 2, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 5, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 7, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 9, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 10, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 13, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "stark-growth02.dashboard.open_dashboard.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 15, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "stark-growth02.dashboard.set_time_range.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/last-24h", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.dashboard.drill_into_alert.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://grafana.internal/d/latency-p95", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 482, "y": 270, "move_frame": 1, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 482, "y": 270, "tag": "iframe", "id": "", "class_name": "browser-iframe", "role": "", "aria_label": "", "title": "Browser content", "text": "", "bbox": {"x": 61, "y": 162, "width": 598, "height": 387}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 614, "y": 370, "move_frame": 2, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 694, "y": 430, "move_frame": 3, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.browser.extract_quote.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"kind": "script_eval", "control": "bo-bridge-notepad", "node_id": "stark-growth02.wordproc.open_doc.4", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.open_doc.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 898, "y": 383, "move_frame": 1, "move_frames": 4, "control": "np-focus", "hit_test": {"validated": true, "x": 898, "y": 383, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.open_doc.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1026, "y": 334, "move_frame": 2, "move_frames": 4, "control": "np-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "stark-growth02.wordproc.open_doc.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1102, "y": 306, "move_frame": 3, "move_frames": 4, "control": "np-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "stark-growth02.wordproc.open_doc.4", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 296, "move_frame": 4, "move_frames": 4, "control": "np-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "stark-growth02.wordproc.open_doc.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 3, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 5, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 8, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 9, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 10, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 13, "char_count": 13, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 223, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 223, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 172, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 140, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-bcafxe0k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-bcafxe0k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 203, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 203, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 254, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 286, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 296, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 3, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 5, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 8, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 13, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 15, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 21, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 22, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 24, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 26, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 29, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 30, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 31, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 33, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 34, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 36, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 38, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 39, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 41, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 42, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 43, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 44, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 45, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 47, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 48, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 50, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 51, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 52, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 53, "char_count": 53, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 223, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 223, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 172, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 140, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-bcafxe0k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-bcafxe0k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 203, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 203, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 254, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 286, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 296, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.5.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.5.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 223, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 223, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 172, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 140, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-bcafxe0k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-bcafxe0k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 203, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 203, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 254, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 286, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 296, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 3, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 6, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 9, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 11, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 14, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 19, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 20, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 24, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 29, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 30, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 31, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 33, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 34, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 35, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 36, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 37, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 38, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 39, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 40, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 42, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 43, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 44, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 45, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 47, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 49, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 50, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 52, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 54, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 55, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 56, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 57, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 58, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 59, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 60, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 62, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 63, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 64, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 65, "char_count": 65, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.7.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.7.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.7.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.7.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 223, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 223, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 172, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 140, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-bcafxe0k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-bcafxe0k9", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 6, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 13, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 15, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 17, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 20, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 22, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 24, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 26, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 27, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 28, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 29, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 30, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 32, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 33, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.reread.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-02dchpwzf", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 203, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 203, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 254, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 286, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 296, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 7, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 9, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 11, "char_count": 11, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 7, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 7, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 3, "char_count": 7, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 7, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 5, "char_count": 7, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 6, "char_count": 7, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 7, "char_count": 7, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.12.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.12.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.12.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.12.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 4, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 7, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 10, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 12, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 15, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 16, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 18, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 19, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 21, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 23, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 24, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 26, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 27, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 28, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 29, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 30, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 32, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 33, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 35, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 38, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 39, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 40, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 42, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 43, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 45, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 46, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 47, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 50, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 51, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 52, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 53, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 54, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 56, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 57, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 58, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 59, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 60, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 61, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 63, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 64, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 65, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 66, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 67, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 68, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 70, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 71, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 72, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 73, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 74, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 75, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 76, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 77, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 78, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 79, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 80, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 81, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 82, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 83, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 84, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 85, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 86, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 87, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 88, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 89, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 90, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 91, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 92, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 93, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 94, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 95, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 96, "char_count": 96, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.14.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.14.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.14.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.14.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 4, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 7, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 11, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 14, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 15, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 16, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 17, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 19, "char_count": 19, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.reread.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 764, "y": 223, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 764, "y": 223, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.reread.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 504, "y": 172, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.reread.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 348, "y": 140, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.reread.5", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-02dchpwzf", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.reread.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-02dchpwzf", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 203, "move_frame": 1, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 660, "y": 203, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 920, "y": 254, "move_frame": 2, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1076, "y": 286, "move_frame": 3, "move_frames": 4, "control": "np-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 296, "move_frame": 4, "move_frames": 4, "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 296, "button": "left", "control": "np-insert-focus", "hit_test": {"validated": true, "x": 1128, "y": 296, "tag": "textarea", "id": "", "class_name": "notepad-textarea notepad-textarea-wrap", "role": "", "aria_label": "", "title": "", "text": "# Vendor do i ligence checklist ## Security ## Commercial ## Exit Security: SOC 2 Type II x c urrent? Data residency in ", "bbox": {"x": 829, "y": 85, "width": 598, "height": 422}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 1, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\n", "char_index": 2, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 3, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 4, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 6, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 7, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 13, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 15, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 16, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 17, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 18, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 21, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 23, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 24, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 25, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 28, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 29, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 30, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 32, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 33, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 34, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 36, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 37, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 39, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 41, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 44, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 45, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 46, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 47, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 49, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 50, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 51, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 52, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 53, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 54, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 55, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 56, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 57, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 58, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 59, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 60, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 61, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 62, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 63, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 64, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 65, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 66, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 67, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 68, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 69, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 70, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 71, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 72, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 73, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 74, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 75, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 76, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 78, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 79, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 80, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 81, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 82, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 83, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 84, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 85, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 86, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 87, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 88, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 89, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 90, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 91, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 92, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 93, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 94, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 95, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 96, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 97, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 98, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 99, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 100, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 101, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 102, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 103, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 104, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 105, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 106, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 107, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 108, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 109, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "stark-growth02.wordproc.insert_text.8", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 110, "char_count": 110, "delay_ms": 4, "control": "np-insert-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "stark-growth02.wordproc.save_doc.9", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Control+s", "control": "np-save", "validated": false, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "bo-bridge-messaging-client", "node_id": "stark-growth02.slack.open_channel.11", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-growth02.slack.scroll_history.12", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1203, "y": 440, "move_frame": 1, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1203, "y": 440, "tag": "header", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "# incident", "bbox": {"x": 1049, "y": 424, "width": 500, "height": 44}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.slack.scroll_history.12", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1256, "y": 542, "move_frame": 2, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.slack.scroll_history.12", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1288, "y": 604, "move_frame": 3, "move_frames": 4, "control": "msg-scroll", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.slack.scroll_history.12", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1299, "y": 624, "move_frame": 4, "move_frames": 4, "control": "msg-scroll", "hit_test": {"validated": true, "x": 1299, "y": 624, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1049, "y": 468, "width": 500, "height": 312}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.slack.scroll_history.12", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1299, "y": 624, "button": "left", "control": "msg-scroll", "hit_test": {"validated": true, "x": 1299, "y": 624, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1049, "y": 468, "width": 500, "height": 312}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1282, "y": 706, "move_frame": 1, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1282, "y": 706, "tag": "div", "id": "", "class_name": "messages", "role": "", "aria_label": "", "title": "", "text": "No messages in #incident", "bbox": {"x": 1049, "y": 468, "width": 500, "height": 312}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1270, "y": 765, "move_frame": 2, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1263, "y": 800, "move_frame": 3, "move_frames": 4, "control": "msg-post-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1261, "y": 812, "move_frame": 4, "move_frames": 4, "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1261, "y": 812, "tag": "div", "id": "", "class_name": "taskbar bottom", "role": "", "aria_label": "", "title": "", "text": "0", "bbox": {"x": 72, "y": 812, "width": 1296, "height": 68}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1261, "y": 812, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1261, "y": 812, "tag": "div", "id": "", "class_name": "taskbar bottom", "role": "", "aria_label": "", "title": "", "text": "0", "bbox": {"x": 72, "y": 812, "width": 1296, "height": 68}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Y", "char_index": 1, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 9, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 11, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 13, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 14, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 15, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 20, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 23, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 25, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 1080}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 1100}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 30, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 1120}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 31, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 1140}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 32, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 1160}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 1180}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 1200}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 1220}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 1240}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 1260}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 38, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 1280}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 1300}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 1320}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 41, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 1340}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 42, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 47, "t_ms": 1360}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 43, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 48, "t_ms": 1380}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 44, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 49, "t_ms": 1400}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 45, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 50, "t_ms": 1420}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 46, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 51, "t_ms": 1440}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 47, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 52, "t_ms": 1460}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 53, "t_ms": 1480}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 49, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 54, "t_ms": 1500}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 50, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 55, "t_ms": 1520}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 51, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 56, "t_ms": 1540}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 52, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 57, "t_ms": 1560}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 53, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 58, "t_ms": 1580}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 59, "t_ms": 1600}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 55, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 60, "t_ms": 1620}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 56, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 61, "t_ms": 1640}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 57, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 62, "t_ms": 1660}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 58, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 63, "t_ms": 1680}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 59, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 64, "t_ms": 1700}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 60, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 65, "t_ms": 1720}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 61, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 66, "t_ms": 1740}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 62, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 67, "t_ms": 1760}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 63, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 68, "t_ms": 1780}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 69, "t_ms": 1800}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 65, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 70, "t_ms": 1820}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 66, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 71, "t_ms": 1840}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 67, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 72, "t_ms": 1860}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 73, "t_ms": 1880}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 69, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 74, "t_ms": 1900}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 70, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 75, "t_ms": 1920}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 71, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 76, "t_ms": 1940}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 77, "t_ms": 1960}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 73, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 78, "t_ms": 1980}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 74, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 79, "t_ms": 2000}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 75, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 80, "t_ms": 2020}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 76, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 81, "t_ms": 2040}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 82, "t_ms": 2060}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 78, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 83, "t_ms": 2080}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 79, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 84, "t_ms": 2100}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 80, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 85, "t_ms": 2120}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 81, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 86, "t_ms": 2140}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 82, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 87, "t_ms": 2160}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 83, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 88, "t_ms": 2180}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 84, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 89, "t_ms": 2200}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 85, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 90, "t_ms": 2220}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 86, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 91, "t_ms": 2240}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 92, "t_ms": 2260}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 88, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 93, "t_ms": 2280}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 89, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 94, "t_ms": 2300}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 90, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 95, "t_ms": 2320}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 91, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 96, "t_ms": 2340}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 92, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 97, "t_ms": 2360}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 93, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 98, "t_ms": 2380}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 94, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 99, "t_ms": 2400}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 95, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 100, "t_ms": 2420}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 96, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 101, "t_ms": 2440}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 97, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 102, "t_ms": 2460}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 98, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 103, "t_ms": 2480}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 99, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 104, "t_ms": 2500}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 100, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 105, "t_ms": 2520}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 101, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 106, "t_ms": 2540}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 102, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 107, "t_ms": 2560}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 103, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 108, "t_ms": 2580}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 104, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 109, "t_ms": 2600}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 105, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 110, "t_ms": 2620}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 106, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 111, "t_ms": 2640}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 107, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 112, "t_ms": 2660}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 108, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 113, "t_ms": 2680}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 109, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 114, "t_ms": 2700}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 110, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 115, "t_ms": 2720}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 111, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 116, "t_ms": 2740}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 112, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 117, "t_ms": 2760}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 113, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 118, "t_ms": 2780}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 114, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 119, "t_ms": 2800}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 115, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 120, "t_ms": 2820}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 116, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 121, "t_ms": 2840}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 117, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 122, "t_ms": 2860}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 118, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 123, "t_ms": 2880}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 119, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 124, "t_ms": 2900}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 120, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 125, "t_ms": 2920}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 121, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 126, "t_ms": 2940}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 122, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 127, "t_ms": 2960}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 123, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 128, "t_ms": 2980}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 124, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 129, "t_ms": 3000}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 125, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 130, "t_ms": 3020}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 126, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 131, "t_ms": 3040}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 127, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 132, "t_ms": 3060}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 128, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 133, "t_ms": 3080}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 129, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 134, "t_ms": 3100}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 130, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 135, "t_ms": 3120}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 131, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 136, "t_ms": 3140}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 132, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 137, "t_ms": 3160}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 133, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 138, "t_ms": 3180}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 134, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 139, "t_ms": 3200}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 135, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 140, "t_ms": 3220}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 136, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 141, "t_ms": 3240}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 137, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 142, "t_ms": 3260}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 138, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 143, "t_ms": 3280}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 139, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 144, "t_ms": 3300}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 140, "char_count": 140, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 145, "t_ms": 3320}, {"node_id": "stark-growth02.slack.post_message.13", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 146, "t_ms": 3340}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1261, "y": 812, "button": "left", "control": "msg-post-focus", "hit_test": {"validated": true, "x": 1261, "y": 812, "tag": "div", "id": "", "class_name": "taskbar bottom", "role": "", "aria_label": "", "title": "", "text": "0", "bbox": {"x": 72, "y": 812, "width": 1296, "height": 68}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 2, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 3, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "K", "char_index": 5, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 7, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 8, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 10, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 11, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 12, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 13, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 15, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 16, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 18, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 20, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 24, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 25, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 26, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 27, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 29, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 30, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 32, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 34, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 37, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 40, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 42, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 43, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 45, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 46, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 47, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 51, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 52, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 53, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 54, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 56, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 57, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 58, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 60, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 61, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 62, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 64, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 65, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 66, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 67, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 68, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 69, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 70, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 71, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 72, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 73, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 75, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 76, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 77, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 78, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 79, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 80, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 81, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 82, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 83, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 84, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 85, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 86, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 87, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 88, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 89, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 90, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 91, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 92, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 93, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 94, "char_count": 94, "delay_ms": 4, "control": "msg-post-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "mkt.stark.launch", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "msg-post-submit", "validated": false, "ordinal": 96, "t_ms": 1940}], "observations": [{"ok": true, "event": "app.action", "surface": "dashboard", "action": "open_dashboard", "target": "checkout-health", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "checkout-health"}, "observation": "Low-level replay drove browser-os/browser.open_dashboard.", "error": null}, {"ok": true, "event": "dashboard.range_set", "surface": "dashboard", "action": "set_time_range", "target": "last-24h", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "last-24h"}, "observation": "Low-level replay drove browser-os/browser.set_time_range.", "error": null}, {"ok": true, "event": "dashboard.alert_drilled", "surface": "dashboard", "action": "drill_into_alert", "target": "latency-p95", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "latency-p95"}, "observation": "Low-level replay drove browser-os/browser.drill_into_alert.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "alert-detail", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "alert-detail"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/vendor-diligence-checklist.md"}, "observation": "Low-level replay drove browser-os/notepad.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "# Vendor do"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "i"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "ligence checklist ## Security ## Commercial ## Exit"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Security: SOC 2 Type II x"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "c"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "urrent? Data residency in EU? Sub-processor list reviewed? Bres"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "a"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "ch-notification window im"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "n"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "undo", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/vendor-diligence-checklist.md"}, "observation": "Low-level replay drove browser-os/notepad.undo.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "contract?"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Commr"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "e"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "rcial: pricing tied to seats or usage? Overage caps? Annual uplift ceiling? Termination-for-ci"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "o"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "nvenience clause?"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": ""}, "observation": "Low-level replay drove browser-os/notepad.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "Exit: data-export format and SLA on deletion? Transition assistance? Source escrow for the self-hosted tier?"}, "observation": "Low-level replay drove browser-os/notepad.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notepad", "visibleText": "docs/vendor-diligence-checklist.md"}, "observation": "Low-level replay drove browser-os/notepad.save_doc.", "error": null}, {"ok": true, "event": "channel.opened", "surface": "slack", "action": "open_channel", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.open_channel.", "error": null}, {"ok": true, "event": "channel.scrolled", "surface": "slack", "action": "scroll_history", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.scroll_history.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "Yesterday shipped the inline-validation states; today instrumentimg the funnel for tje launch. Blocker: staging is drifting from prod again."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}, {"ok": true, "event": "message.reacted", "surface": "slack", "action": "react_to_message", "target": "#standup", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "#standup"}, "observation": "Low-level replay drove browser-os/messaging-client.react_to_message.", "error": null}, {"ok": true, "event": "message.posted", "surface": "slack", "action": "post_message", "target": "#market", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:messaging-client", "visibleText": "STARK just shipped Checkout v3 — faster, clearer error states, zero-price guard. Try it today."}, "observation": "Low-level replay drove browser-os/messaging-client.post_message.", "error": null}], "alignment": [{"node_id": "stark-growth02.dashboard.open_dashboard.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]}, {"node_id": "stark-growth02.dashboard.set_time_range.1", "observation_index": 1, "input_event_ordinals": [1]}, {"node_id": "stark-growth02.dashboard.drill_into_alert.2", "observation_index": 2, "input_event_ordinals": [1]}, {"node_id": "stark-growth02.browser.extract_quote.3", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-growth02.wordproc.open_doc.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.5.1", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.7.3", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.reread.4", "observation_index": 18, "input_event_ordinals": [1]}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "observation_index": 20, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8]}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.12.1", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "observation_index": 22, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97]}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.14.3", "observation_index": 23, "input_event_ordinals": [1, 2, 3, 4]}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "observation_index": 24, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.reread.5", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-growth02.wordproc.insert_text.8", "observation_index": 26, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115]}, {"node_id": "stark-growth02.wordproc.save_doc.9", "observation_index": 27, "input_event_ordinals": [1]}, {"node_id": "stark-growth02.slack.open_channel.11", "observation_index": 28, "input_event_ordinals": [1]}, {"node_id": "stark-growth02.slack.scroll_history.12", "observation_index": 29, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-growth02.slack.post_message.13", "observation_index": 30, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146]}, {"node_id": "stark-growth02.slack.react_to_message.14", "observation_index": 31, "input_event_ordinals": []}, {"node_id": "mkt.stark.launch", "observation_index": 32, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96]}]}, "media": {"video": "videos/stark-growth02__browser-os.webm", "frames": [{"node_id": "stark-growth02.dashboard.open_dashboard.0", "t_ms": 440, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.dashboard.open_dashboard.0.png"}, {"node_id": "stark-growth02.dashboard.set_time_range.1", "t_ms": 0, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.dashboard.set_time_range.1.png"}, {"node_id": "stark-growth02.dashboard.drill_into_alert.2", "t_ms": 0, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.dashboard.drill_into_alert.2.png"}, {"node_id": "stark-growth02.browser.extract_quote.3", "t_ms": 120, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.browser.extract_quote.3.png"}, {"node_id": "stark-growth02.wordproc.open_doc.4", "t_ms": 140, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.open_doc.4.png"}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.1.0", "t_ms": 300, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.1.0.png"}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1", "t_ms": 120, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1.png"}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.2.1", "t_ms": 180, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.2.1.png"}, {"node_id": "stark-growth02.wordproc.insert_text.5.synth.typo.3.2", "t_ms": 1100, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.3.2.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2", "t_ms": 120, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.4.0", "t_ms": 660, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.4.0.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.5.1", "t_ms": 100, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.5.1.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3", "t_ms": 120, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.6.2", "t_ms": 1420, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.6.2.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.7.3", "t_ms": 100, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.7.3.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.8.4", "t_ms": 580, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.8.4.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5", "t_ms": 100, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.9.5.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1", "t_ms": 800, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.reread.4", "t_ms": 0, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.reread.4.png"}, {"node_id": "stark-growth02.wordproc.insert_text.6.synth.typo.10.6", "t_ms": 340, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.10.6.png"}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.11.0", "t_ms": 180, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.11.0.png"}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.12.1", "t_ms": 100, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.12.1.png"}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.13.2", "t_ms": 2360, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.13.2.png"}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.14.3", "t_ms": 100, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.14.3.png"}, {"node_id": "stark-growth02.wordproc.insert_text.7.synth.typo.15.4", "t_ms": 420, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.15.4.png"}, {"node_id": "stark-growth02.wordproc.insert_text.8.synth.reread.5", "t_ms": 120, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.8.synth.reread.5.png"}, {"node_id": "stark-growth02.wordproc.insert_text.8", "t_ms": 2720, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.8.png"}, {"node_id": "stark-growth02.wordproc.save_doc.9", "t_ms": 0, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.wordproc.save_doc.9.png"}, {"node_id": "stark-growth02.slack.open_channel.11", "t_ms": 0, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.slack.open_channel.11.png"}, {"node_id": "stark-growth02.slack.scroll_history.12", "t_ms": 120, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.slack.scroll_history.12.png"}, {"node_id": "stark-growth02.slack.post_message.13", "t_ms": 3340, "blob_ref": "screenshots/stark-growth02__browser-os/stark-growth02.slack.post_message.13.png"}, {"node_id": "mkt.stark.launch", "t_ms": 1940, "blob_ref": "screenshots/stark-growth02__browser-os/mkt.stark.launch.png"}]}} +{"schema_version": "v2", "trajectory_id": "stark-senior03__macos-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "stark-senior03", "company": "stark", "role_id": "csm.senior", "title": "Customer Success Manager", "env": "macos-web-next", "goal": "STARK · Customer Success Manager — workday", "tree": {"nodes": [{"node_id": "stark-senior03.calendar.open_view.0", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "stark-senior03.notion.open_doc.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.285ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 285}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 285}}, {"node_id": "stark-senior03.notion.open_doc.1", "kind": "terminal", "label": "notion.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "sales/discovery-notes-acme"}, {"node_id": "stark-senior03.notion.insert_text.2.synth.pause.2", "kind": "terminal", "label": "behavior.wait.396ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 396}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 396}}, {"node_id": "stark-senior03.notion.insert_text.2", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "Pain: checkout drop-off 18% on zero-price line items. Budget: confirmed $80k MRR. Champion: head of payments. Next step: technical deep-dive.", "chars": 141}}, {"node_id": "stark-senior03.calendar.open_view.3.synth.pause.3", "kind": "terminal", "label": "behavior.wait.328ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 328}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 328}}, {"node_id": "stark-senior03.calendar.open_view.3", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "stark-senior03.notion.open_doc.4.synth.pause.4", "kind": "terminal", "label": "behavior.wait.397ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 397}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 397}}, {"node_id": "stark-senior03.notion.open_doc.4", "kind": "terminal", "label": "account.open", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "meetings/account-notes"}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0.synth.pause.5", "kind": "terminal", "label": "behavior.wait.662ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 662}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 662}}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "kind": "terminal", "label": "account.write", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5029/1000", "t_finish_resolved": "5039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "args": {"visible_text": "Account recap: open risj", "chars": 24, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1.synth.pause.6", "kind": "terminal", "label": "behavior.wait.285ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "499901/100000"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 285}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 285}}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "kind": "terminal", "label": "account.write", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "500001/100000"}, "t_start_resolved": "5039/1000", "t_finish_resolved": "5049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "args": {"visible_text": "k", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2.synth.pause.7", "kind": "terminal", "label": "behavior.wait.220ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "249951/50000"}, "t_start_resolved": "5019/1000", "t_finish_resolved": "5029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 220}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 220}}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "kind": "terminal", "label": "account.write", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "250001/50000"}, "t_start_resolved": "5049/1000", "t_finish_resolved": "5059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "args": {"visible_text": "s are vendor timing and staging parity. Next checkpoint Thursday; no blockers for this sprint.", "chars": 94, "_typo_step": "typo.tail"}}, {"node_id": "stark-senior03.wait.pause.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.200ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 200}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 200}}, {"node_id": "stark-senior03.wait.pause.6", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "stark-senior03.spreadsheet.open_workbook.7.synth.pause.9", "kind": "terminal", "label": "behavior.wait.220ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 220}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 220}}, {"node_id": "stark-senior03.spreadsheet.open_workbook.7", "kind": "terminal", "label": "spreadsheet.open_workbook", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx"}, {"node_id": "stark-senior03.spreadsheet.write_formula.8.synth.pause.10", "kind": "terminal", "label": "behavior.wait.262ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 262}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 262}}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "B14", "args": {"value": "=SUM(B2:B13)", "chars": 12}}, {"node_id": "stark-senior03.spreadsheet.write_formula.9.synth.pause.11", "kind": "terminal", "label": "behavior.wait.874ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 874}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 874}}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "C14", "args": {"value": "=AVERAGE(C2:C13)", "chars": 16}}, {"node_id": "stark-senior03.spreadsheet.write_formula.10.synth.pause.12", "kind": "terminal", "label": "behavior.wait.253ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 253}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 253}}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "D14", "args": {"value": "=B14*C14", "chars": 8}}, {"node_id": "stark-senior03.spreadsheet.write_formula.11.synth.pause.13", "kind": "terminal", "label": "behavior.wait.481ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 481}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 481}}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "E14", "args": {"value": "=B14/E2-1", "chars": 9}}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0.synth.pause.14", "kind": "terminal", "label": "behavior.wait.395ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 395}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 395}}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12029/1000", "t_finish_resolved": "12039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "=SUMIF(D2:S", "chars": 11, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1.synth.pause.15", "kind": "terminal", "label": "behavior.wait.223ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1199901/100000"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 223}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 223}}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1200001/100000"}, "t_start_resolved": "12039/1000", "t_finish_resolved": "12049/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "D", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2.synth.pause.16", "kind": "terminal", "label": "behavior.wait.351ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "599951/50000"}, "t_start_resolved": "12019/1000", "t_finish_resolved": "12029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 351}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 351}}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "600001/50000"}, "t_start_resolved": "12049/1000", "t_finish_resolved": "12059/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "F14", "args": {"value": "13,\">=10000\",B2:B13)", "chars": 20, "_typo_step": "typo.tail"}}, {"node_id": "stark-senior03.spreadsheet.write_formula.13.synth.pause.17", "kind": "terminal", "label": "behavior.wait.453ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 453}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 453}}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "kind": "terminal", "label": "spreadsheet.write_formula", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "write_formula", "target": "G14", "args": {"value": "=CORREL(B2:B13,C2:C13)", "chars": 22}}, {"node_id": "stark-senior03.spreadsheet.save_sheet.14.synth.pause.18", "kind": "terminal", "label": "behavior.wait.345ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 345}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 345}}, {"node_id": "stark-senior03.spreadsheet.save_sheet.14", "kind": "terminal", "label": "spreadsheet.save_sheet", "parent_node_id": "root", "scope": {"stream": "actor:stark-senior03", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx"}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "stark-senior03.calendar.open_view.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "stark-senior03.notion.open_doc.1", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 617, "y": 292, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 617, "y": 292, "tag": "div", "id": "", "class_name": "list-section-header s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Yesterday", "bbox": {"x": 462, "y": 283, "width": 251, "height": 23}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 601, "y": 243, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 591, "y": 214, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 294, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 294, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 358, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 396, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 409, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "stark-senior03.notion.open_doc.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 409, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 409, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 383}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 8, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 9, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 11, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 12, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 13, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 16, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 19, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 20, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 21, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 22, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 23, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 25, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "8", "char_index": 26, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 27, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "z", "char_index": 32, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 34, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 35, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 36, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 37, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 38, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 40, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 41, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 43, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 44, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 46, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 47, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 48, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 49, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 51, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 52, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 53, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 55, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 56, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 57, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 58, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 59, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 60, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 61, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 62, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 63, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 64, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 65, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 66, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 67, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 68, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 69, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 70, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 71, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "$", "char_index": 73, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "8", "char_index": 74, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 75, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 76, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 77, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 78, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 79, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 81, "t_ms": 1680}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 80, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 82, "t_ms": 1700}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 81, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 83, "t_ms": 1720}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 82, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 84, "t_ms": 1740}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 83, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 85, "t_ms": 1760}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 84, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 86, "t_ms": 1780}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 85, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 87, "t_ms": 1800}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 86, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 88, "t_ms": 1820}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 87, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 89, "t_ms": 1840}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 88, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 90, "t_ms": 1860}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 89, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 91, "t_ms": 1880}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 90, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 92, "t_ms": 1900}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 91, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 93, "t_ms": 1920}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 92, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 94, "t_ms": 1940}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 93, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 95, "t_ms": 1960}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 94, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 96, "t_ms": 1980}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 95, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 97, "t_ms": 2000}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 96, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 98, "t_ms": 2020}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 97, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 99, "t_ms": 2040}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 98, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 100, "t_ms": 2060}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 99, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 101, "t_ms": 2080}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 100, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 102, "t_ms": 2100}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 101, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 103, "t_ms": 2120}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 102, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 104, "t_ms": 2140}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 103, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 105, "t_ms": 2160}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 104, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 106, "t_ms": 2180}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 105, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 107, "t_ms": 2200}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 106, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 108, "t_ms": 2220}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 107, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 109, "t_ms": 2240}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 108, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 110, "t_ms": 2260}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 109, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 111, "t_ms": 2280}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 110, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 112, "t_ms": 2300}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 111, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 113, "t_ms": 2320}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 112, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 114, "t_ms": 2340}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 113, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 115, "t_ms": 2360}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 114, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 116, "t_ms": 2380}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 115, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 117, "t_ms": 2400}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 116, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 118, "t_ms": 2420}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 117, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 119, "t_ms": 2440}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 118, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 120, "t_ms": 2460}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 119, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 121, "t_ms": 2480}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 120, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 122, "t_ms": 2500}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 121, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 123, "t_ms": 2520}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 122, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 124, "t_ms": 2540}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 123, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 125, "t_ms": 2560}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 124, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 126, "t_ms": 2580}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 125, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 127, "t_ms": 2600}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 126, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 128, "t_ms": 2620}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 127, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 129, "t_ms": 2640}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 128, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 130, "t_ms": 2660}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 129, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 131, "t_ms": 2680}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 130, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 132, "t_ms": 2700}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 131, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 133, "t_ms": 2720}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 132, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 134, "t_ms": 2740}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 133, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 135, "t_ms": 2760}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 134, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 136, "t_ms": 2780}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 135, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 137, "t_ms": 2800}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 136, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 138, "t_ms": 2820}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 137, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 139, "t_ms": 2840}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 138, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 140, "t_ms": 2860}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 139, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 141, "t_ms": 2880}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 140, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 142, "t_ms": 2900}, {"node_id": "stark-senior03.notion.insert_text.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 141, "char_count": 141, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 143, "t_ms": 2920}, {"kind": "script_eval", "control": "mac-bridge-calendar", "node_id": "stark-senior03.calendar.open_view.3", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-senior03.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 865, "y": 288, "move_frame": 1, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 865, "y": 288, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 717, "y": 202, "move_frame": 2, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "stark-senior03.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 628, "y": 150, "move_frame": 3, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "stark-senior03.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 598, "y": 133, "move_frame": 4, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "stark-senior03.calendar.open_view.3", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 598, "y": 133, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 598, "y": 133, "tag": "input", "id": "", "class_name": "s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 496, "y": 124, "width": 203, "height": 18}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"kind": "script_eval", "control": "mac-bridge-notes", "node_id": "stark-senior03.notion.open_doc.4", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 164, "move_frame": 1, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 594, "y": 164, "tag": "div", "id": "", "class_name": "list-section-header s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Pinned", "bbox": {"x": 462, "y": 155, "width": 251, "height": 23}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 590, "y": 186, "move_frame": 2, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 589, "y": 200, "move_frame": 3, "move_frames": 4, "control": "mn-open-card", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 588, "y": 204, "move_frame": 4, "move_frames": 4, "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 588, "y": 204, "button": "left", "control": "mn-open-card", "hit_test": {"validated": true, "x": 588, "y": 204, "tag": "span", "id": "", "class_name": "note-card-preview s-n3WPdETDPYGS", "role": "", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1Updates:- Design team finalized the new dashboard mockups- Bac", "bbox": {"x": 554, "y": 205, "width": 149, "height": 16}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 800, "y": 305, "move_frame": 1, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 800, "y": 305, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 952, "y": 377, "move_frame": 2, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1043, "y": 421, "move_frame": 3, "move_frames": 4, "control": "mn-focus", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 435, "move_frame": 4, "move_frames": 4, "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "stark-senior03.notion.open_doc.4", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 435, "button": "left", "control": "mn-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 435, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 435, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 434}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 1, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 2, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 5, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 9, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 12, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 13, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 14, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 16, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 17, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 22, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 23, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "j", "char_index": 24, "char_count": 24, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 440, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 440, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 444, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 446, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 447, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 447, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 447, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 447, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 459}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 453, "move_frame": 1, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 453, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 457, "move_frame": 2, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 459, "move_frame": 3, "move_frames": 4, "control": "mn-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1073, "y": 460, "move_frame": 4, "move_frames": 4, "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1073, "y": 460, "button": "left", "control": "mn-text-focus", "hit_test": {"validated": true, "x": 1073, "y": 460, "tag": "div", "id": "", "class_name": "editor-body s-n3WPdETDPYGS", "role": "textbox", "aria_label": "", "title": "", "text": "Sprint 18 - Week 1 Updates: - Design team finalized the new dashboard mockups - Backend API migration is 58% complete - ", "bbox": {"x": 742, "y": 218, "width": 662, "height": 485}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "mn-text-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 1, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 3, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 7, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 9, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 15, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 16, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 18, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 19, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 21, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 23, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 28, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 29, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 31, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 33, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 34, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 36, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 37, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 38, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 39, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 41, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 43, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 44, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 46, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 47, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 48, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 49, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 50, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 51, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 52, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 53, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 54, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 55, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 57, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 58, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 59, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 60, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 61, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 62, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 63, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 64, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 65, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 67, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 68, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 70, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 71, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 72, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 73, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 74, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 80, "t_ms": 2060}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 75, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 81, "t_ms": 2080}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 76, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 82, "t_ms": 2100}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 77, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 83, "t_ms": 2120}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 78, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 84, "t_ms": 2140}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 79, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 85, "t_ms": 2160}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 80, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 86, "t_ms": 2180}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 81, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 87, "t_ms": 2200}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 82, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 88, "t_ms": 2220}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 83, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 89, "t_ms": 2240}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 84, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 90, "t_ms": 2260}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 85, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 91, "t_ms": 2280}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 86, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 92, "t_ms": 2300}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 93, "t_ms": 2320}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 88, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 94, "t_ms": 2340}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 89, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 95, "t_ms": 2360}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 90, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 96, "t_ms": 2380}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 91, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 97, "t_ms": 2400}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 92, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 98, "t_ms": 2420}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 93, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 99, "t_ms": 2440}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 94, "char_count": 94, "delay_ms": 4, "control": "mn-text-text", "validated": false, "ordinal": 100, "t_ms": 2460}, {"kind": "script_eval", "control": "mac-bridge-numbers", "node_id": "stark-senior03.spreadsheet.open_workbook.7", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-senior03.spreadsheet.open_workbook.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 862, "y": 316, "move_frame": 1, "move_frames": 4, "control": "num-focus", "hit_test": {"validated": true, "x": 862, "y": 316, "tag": "td", "id": "", "class_name": "cell s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 797, "y": 306, "width": 80, "height": 22}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.spreadsheet.open_workbook.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 711, "y": 213, "move_frame": 2, "move_frames": 4, "control": "num-focus", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "stark-senior03.spreadsheet.open_workbook.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 620, "y": 152, "move_frame": 3, "move_frames": 4, "control": "num-focus", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "stark-senior03.spreadsheet.open_workbook.7", "env": "macos-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 590, "y": 131, "move_frame": 4, "move_frames": 4, "control": "num-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "stark-senior03.spreadsheet.open_workbook.7", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 5, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 6, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 10, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 11, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 12, "char_count": 12, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 2, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 3, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 4, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 6, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "G", "char_index": 7, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 8, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 9, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 10, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 11, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 12, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 13, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 14, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 15, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 16, "char_count": 16, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "*", "char_index": 5, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 6, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 8, "char_count": 8, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 2, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 3, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 4, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 7, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 8, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 9, "char_count": 9, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 2, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 3, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 4, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 5, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 6, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 7, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 8, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 9, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 10, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 11, "char_count": 11, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 1, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 2, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 3, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 4, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 5, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 6, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 7, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 8, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 9, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 10, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 11, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "\"", "char_index": 12, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 13, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 14, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 15, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 16, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 17, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 18, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 19, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 20, "char_count": 20, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 590, "y": 131, "button": "left", "control": "num-type-focus", "hit_test": {"validated": true, "x": 590, "y": 131, "tag": "input", "id": "", "class_name": "cell-input s-L9Z34eYPhnVN", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 80, "y": 117, "width": 1020, "height": 28}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "num-type-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "num-type-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "=", "char_index": 1, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 4, "t_ms": 180}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 2, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 5, "t_ms": 200}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 6, "t_ms": 220}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 4, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 7, "t_ms": 240}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "R", "char_index": 5, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 8, "t_ms": 260}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 6, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 9, "t_ms": 280}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 7, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 10, "t_ms": 300}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 8, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 11, "t_ms": 320}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 9, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 12, "t_ms": 340}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 10, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 13, "t_ms": 360}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 14, "t_ms": 380}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 12, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 15, "t_ms": 400}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 13, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 16, "t_ms": 420}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 14, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 17, "t_ms": 440}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 15, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 18, "t_ms": 460}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 16, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 19, "t_ms": 480}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 17, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 20, "t_ms": 500}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 18, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 21, "t_ms": 520}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 19, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 22, "t_ms": 540}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 20, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 23, "t_ms": 560}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 21, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 24, "t_ms": 580}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 22, "char_count": 22, "delay_ms": 4, "control": "num-type-text", "validated": false, "ordinal": 25, "t_ms": 600}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "num-type-submit", "validated": false, "ordinal": 26, "t_ms": 620}, {"node_id": "stark-senior03.spreadsheet.save_sheet.14", "env": "macos-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Meta+s", "control": "num-save", "validated": false, "ordinal": 1, "t_ms": 0}], "observations": [{"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "sales/discovery-notes-acme"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Pain: checkout drop-off 18% on zero-price line items. Budget: confirmed $80k MRR. Champion: head of payments. Next step: technical deep-dive."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:calendar", "visibleText": "day"}, "observation": "Low-level replay drove macos-web-next/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "meetings/account-notes"}, "observation": "Low-level replay drove macos-web-next/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "Account recap: open risj"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "k"}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "meetings/account-notes", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:notes", "visibleText": "s are vendor timing and staging parity. Next checkpoint Thursday; no blockers for this sprint."}, "observation": "Low-level replay drove macos-web-next/notes.insert_text.", "error": null}, {"ok": true, "event": "workbook.opened", "surface": "spreadsheet", "action": "open_workbook", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove macos-web-next/numbers.open_workbook.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "B14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=SUM(B2:B13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "C14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=AVERAGE(C2:C13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "D14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=B14*C14"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "E14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=B14/E2-1"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=SUMIF(D2:S"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "D"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "F14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "13,\">=10000\",B2:B13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "cell.formula_set", "surface": "spreadsheet", "action": "write_formula", "target": "G14", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "=CORREL(B2:B13,C2:C13)"}, "observation": "Low-level replay drove macos-web-next/numbers.write_formula.", "error": null}, {"ok": true, "event": "app.action", "surface": "spreadsheet", "action": "save_sheet", "target": "finance/q3-forecast.xlsx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "macos-web-next:numbers", "visibleText": "finance/q3-forecast.xlsx"}, "observation": "Low-level replay drove macos-web-next/numbers.save_sheet.", "error": null}], "alignment": [{"node_id": "stark-senior03.calendar.open_view.0", "observation_index": 0, "input_event_ordinals": [1]}, {"node_id": "stark-senior03.notion.open_doc.1", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "stark-senior03.notion.insert_text.2", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143]}, {"node_id": "stark-senior03.calendar.open_view.3", "observation_index": 3, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "stark-senior03.notion.open_doc.4", "observation_index": 4, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7]}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "observation_index": 7, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100]}, {"node_id": "stark-senior03.spreadsheet.open_workbook.7", "observation_index": 8, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "stark-senior03.spreadsheet.save_sheet.14", "observation_index": 17, "input_event_ordinals": [1]}]}, "media": {"video": "videos/stark-senior03__macos-web-next.webm", "frames": [{"node_id": "stark-senior03.calendar.open_view.0", "t_ms": 0, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.calendar.open_view.0.png"}, {"node_id": "stark-senior03.notion.open_doc.1", "t_ms": 320, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.notion.open_doc.1.png"}, {"node_id": "stark-senior03.notion.insert_text.2", "t_ms": 2920, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.2.png"}, {"node_id": "stark-senior03.calendar.open_view.3", "t_ms": 220, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.calendar.open_view.3.png"}, {"node_id": "stark-senior03.notion.open_doc.4", "t_ms": 320, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.notion.open_doc.4.png"}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.1.0", "t_ms": 620, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.1.0.png"}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.2.1", "t_ms": 240, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.2.1.png"}, {"node_id": "stark-senior03.notion.insert_text.5.synth.typo.3.2", "t_ms": 2460, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.3.2.png"}, {"node_id": "stark-senior03.spreadsheet.open_workbook.7", "t_ms": 220, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.open_workbook.7.png"}, {"node_id": "stark-senior03.spreadsheet.write_formula.8", "t_ms": 420, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.8.png"}, {"node_id": "stark-senior03.spreadsheet.write_formula.9", "t_ms": 500, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.9.png"}, {"node_id": "stark-senior03.spreadsheet.write_formula.10", "t_ms": 340, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.10.png"}, {"node_id": "stark-senior03.spreadsheet.write_formula.11", "t_ms": 360, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.11.png"}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0", "t_ms": 400, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0.png"}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1", "t_ms": 200, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1.png"}, {"node_id": "stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2", "t_ms": 580, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2.png"}, {"node_id": "stark-senior03.spreadsheet.write_formula.13", "t_ms": 620, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.13.png"}, {"node_id": "stark-senior03.spreadsheet.save_sheet.14", "t_ms": 0, "blob_ref": "screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.save_sheet.14.png"}]}} +{"schema_version": "v2", "trajectory_id": "stark-counsel04__windows-web-next", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "stark-counsel04", "company": "stark", "role_id": "legal.counsel", "title": "In-House Counsel", "env": "windows-web-next", "goal": "STARK · In-House Counsel — workday", "tree": {"nodes": [{"node_id": "stark-counsel04.wordproc.open_doc.0", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "docs/onboarding-redesign.md"}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0.synth.pause.1", "kind": "terminal", "label": "behavior.wait.1145ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "101801/100000", "t_finish_resolved": "102801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1145}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1145}}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "106801/100000", "t_finish_resolved": "107801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "args": {"visible_text": "# Onboardu", "chars": 10, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.reread.1.synth.pause.2", "kind": "terminal", "label": "behavior.wait.1322ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99801/100000"}, "t_start_resolved": "99801/100000", "t_finish_resolved": "100801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1322}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1322}}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.reread.1", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99901/100000"}, "t_start_resolved": "103801/100000", "t_finish_resolved": "104801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.888ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99901/100000"}, "t_start_resolved": "102801/100000", "t_finish_resolved": "103801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 888}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 888}}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/100000"}, "t_start_resolved": "107801/100000", "t_finish_resolved": "108801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "args": {"visible_text": "i", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.reread.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.842ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "49901/50000"}, "t_start_resolved": "100801/100000", "t_finish_resolved": "101801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 842}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 842}}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.reread.2", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "49951/50000"}, "t_start_resolved": "105801/100000", "t_finish_resolved": "106801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.pause.5", "kind": "terminal", "label": "behavior.wait.1001ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "49951/50000"}, "t_start_resolved": "104801/100000", "t_finish_resolved": "105801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1001}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1001}}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "50001/50000"}, "t_start_resolved": "108801/100000", "t_finish_resolved": "109801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "args": {"visible_text": "ng redesign\n\n## Problem\n## Hypothesis\n## Flow\n## Metrics\n", "chars": 57, "_typo_step": "typo.tail"}}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.4.0.synth.pause.6", "kind": "terminal", "label": "behavior.wait.1747ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "200801/100000", "t_finish_resolved": "201801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1747}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1747}}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.4.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "204801/100000", "t_finish_resolved": "205801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "args": {"visible_text": "Pri", "chars": 3, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.reread.3.synth.pause.7", "kind": "terminal", "label": "behavior.wait.1034ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199801/100000"}, "t_start_resolved": "199801/100000", "t_finish_resolved": "200801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1034}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1034}}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.reread.3", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "202801/100000", "t_finish_resolved": "203801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.pause.8", "kind": "terminal", "label": "behavior.wait.626ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "199901/100000"}, "t_start_resolved": "201801/100000", "t_finish_resolved": "202801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 626}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 626}}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "200001/100000"}, "t_start_resolved": "205801/100000", "t_finish_resolved": "206801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "args": {"visible_text": "o", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2.synth.pause.9", "kind": "terminal", "label": "behavior.wait.753ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99951/50000"}, "t_start_resolved": "203801/100000", "t_finish_resolved": "204801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 753}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 753}}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/50000"}, "t_start_resolved": "206801/100000", "t_finish_resolved": "207801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "args": {"visible_text": "blem: 38% of new accounts never complete the first key action; drop-off concentrates on the workspace-setup step.", "chars": 113, "_typo_step": "typo.tail"}}, {"node_id": "stark-counsel04.wordproc.insert_text.3.synth.pause.10", "kind": "terminal", "label": "behavior.wait.1395ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1395}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1395}}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "args": {"visible_text": "Hypothesis: collapsing setup into a single progressive form, with a skippable sample workspace, lifts activation by ~8pp.", "chars": 121}}, {"node_id": "stark-counsel04.wordproc.insert_text.4.synth.pause.11", "kind": "terminal", "label": "behavior.wait.1275ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1275}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1275}}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "args": {"visible_text": "Flow: signup -> sample workspace (1 click) -> guided first action -> optional invite. No hard gates before the aha moment.", "chars": 122}}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.reread.4.synth.pause.12", "kind": "terminal", "label": "behavior.wait.1311ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2499/500"}, "t_start_resolved": "2499/500", "t_finish_resolved": "626/125"}, "slots": {"behavior": "hesitation", "duration_ms": 1311}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1311}}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.reread.4", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "2509/500", "t_finish_resolved": "1257/250"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.pause.13", "kind": "terminal", "label": "behavior.wait.790ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "626/125", "t_finish_resolved": "2509/500"}, "slots": {"behavior": "hesitation", "duration_ms": 790}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 790}}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "1257/250", "t_finish_resolved": "2519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "args": {"visible_text": "Metrics: D1 activation, time-to-first-action, and 7-day retention, split by whether the sample workspace was used.", "chars": 114}}, {"node_id": "stark-counsel04.wordproc.save_doc.6.synth.pause.14", "kind": "terminal", "label": "behavior.wait.1519ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1519}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1519}}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "docs/onboarding-redesign.md"}, {"node_id": "stark-counsel04.pdf.open_pdf.7.synth.pause.15", "kind": "terminal", "label": "behavior.wait.1790ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1790}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1790}}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "kind": "terminal", "label": "pdf.open_pdf", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "pdf", "action": "open_pdf", "target": "contracts/vendor-acme.pdf"}, {"node_id": "stark-counsel04.pdf.extract_text.8.synth.pause.16", "kind": "terminal", "label": "behavior.wait.795ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 795}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 795}}, {"node_id": "stark-counsel04.pdf.extract_text.8", "kind": "terminal", "label": "pdf.extract_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "pdf", "action": "extract_text", "target": "contracts/vendor-acme.pdf"}, {"node_id": "stark-counsel04.wordproc.open_doc.9.synth.pause.17", "kind": "terminal", "label": "behavior.wait.1128ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1128}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1128}}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "contracts/redlines/vendor-acme.docx"}, {"node_id": "stark-counsel04.wordproc.insert_text.10.synth.pause.18", "kind": "terminal", "label": "behavior.wait.897ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 897}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 897}}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "contracts/redlines/vendor-acme.docx", "args": {"visible_text": "Section 6.1 — clarify EU data residency. Section 14.3 — strike the auto-renewal or shorten yhe opt-out window to 30 days.", "chars": 121, "_typo_committed": true}}, {"node_id": "stark-counsel04.wordproc.save_doc.11.synth.pause.19", "kind": "terminal", "label": "behavior.wait.938ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10999/1000"}, "t_start_resolved": "10999/1000", "t_finish_resolved": "11009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 938}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 938}}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11"}, "t_start_resolved": "11009/1000", "t_finish_resolved": "11019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "contracts/redlines/vendor-acme.docx"}, {"node_id": "stark-counsel04.wait.pause.12.synth.pause.20", "kind": "terminal", "label": "behavior.wait.1776ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1776}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1776}}, {"node_id": "stark-counsel04.wait.pause.12", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "stark-counsel04.wordproc.open_doc.13.synth.pause.21", "kind": "terminal", "label": "behavior.wait.1644ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 1644}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1644}}, {"node_id": "stark-counsel04.wordproc.open_doc.13", "kind": "terminal", "label": "wordproc.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "open_doc", "target": "docs/vendor-diligence-checklist.md"}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0.synth.pause.22", "kind": "terminal", "label": "behavior.wait.414ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "1400801/100000", "t_finish_resolved": "1401801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 414}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 414}}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "1404801/100000", "t_finish_resolved": "1405801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "# Vendor diligence checl", "chars": 24, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.reread.5.synth.pause.23", "kind": "terminal", "label": "behavior.wait.902ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1399801/100000"}, "t_start_resolved": "1399801/100000", "t_finish_resolved": "1400801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 902}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 902}}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.reread.5", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1399901/100000"}, "t_start_resolved": "1401801/100000", "t_finish_resolved": "1402801/100000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.pause.24", "kind": "terminal", "label": "behavior.wait.838ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1399901/100000"}, "t_start_resolved": "1402801/100000", "t_finish_resolved": "1403801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 838}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 838}}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1400001/100000"}, "t_start_resolved": "1405801/100000", "t_finish_resolved": "1406801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "k", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2.synth.pause.25", "kind": "terminal", "label": "behavior.wait.1123ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "699951/50000"}, "t_start_resolved": "1403801/100000", "t_finish_resolved": "1404801/100000"}, "slots": {"behavior": "hesitation", "duration_ms": 1123}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1123}}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "700001/50000"}, "t_start_resolved": "1406801/100000", "t_finish_resolved": "1407801/100000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "list\n\n## Security\n## Commercial\n## Exit\n", "chars": 40, "_typo_step": "typo.tail"}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0.synth.pause.26", "kind": "terminal", "label": "behavior.wait.921ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "750401/50000", "t_finish_resolved": "750901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 921}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 921}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "752901/50000", "t_finish_resolved": "753401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "Security: SOC 2 Type II current? Data residency in EU? Sub-processor list reviw", "chars": 79, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.pause.27", "kind": "terminal", "label": "behavior.wait.881ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1499901/100000"}, "t_start_resolved": "750901/50000", "t_finish_resolved": "751401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 881}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 881}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1500001/100000"}, "t_start_resolved": "753401/50000", "t_finish_resolved": "753901/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1.synth.pause.28", "kind": "terminal", "label": "behavior.wait.918ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749951/50000"}, "t_start_resolved": "752401/50000", "t_finish_resolved": "752901/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 918}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 918}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "kind": "terminal", "label": "behavior.undo", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "750001/50000"}, "t_start_resolved": "754401/50000", "t_finish_resolved": "754901/50000"}, "slots": {"behavior": "undo"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "undo", "target": "docs/vendor-diligence-checklist.md", "args": {"_synthetic": "undo"}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.reread.6.synth.pause.29", "kind": "terminal", "label": "behavior.wait.1572ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749901/50000"}, "t_start_resolved": "749901/50000", "t_finish_resolved": "750401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 1572}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1572}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.reread.6", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749951/50000"}, "t_start_resolved": "751401/50000", "t_finish_resolved": "751901/50000"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.pause.30", "kind": "terminal", "label": "behavior.wait.966ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749951/50000"}, "t_start_resolved": "751901/50000", "t_finish_resolved": "752401/50000"}, "slots": {"behavior": "hesitation", "duration_ms": 966}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 966}}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "750001/50000"}, "t_start_resolved": "753901/50000", "t_finish_resolved": "754401/50000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "wed? Breach-notification window in contract?", "chars": 44, "_typo_step": "typo.tail"}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.reread.7.synth.pause.31", "kind": "terminal", "label": "behavior.wait.1246ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/500"}, "t_start_resolved": "7999/500", "t_finish_resolved": "2001/125"}, "slots": {"behavior": "hesitation", "duration_ms": 1246}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1246}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.reread.7", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "4007/250", "t_finish_resolved": "8019/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.pause.32", "kind": "terminal", "label": "behavior.wait.1029ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15999/1000"}, "t_start_resolved": "8009/500", "t_finish_resolved": "4007/250"}, "slots": {"behavior": "hesitation", "duration_ms": 1029}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1029}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16"}, "t_start_resolved": "4017/250", "t_finish_resolved": "8039/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "Commercial: pricing tied to sw", "chars": 30, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.14.1.synth.pause.33", "kind": "terminal", "label": "behavior.wait.1483ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1599901/100000"}, "t_start_resolved": "8019/500", "t_finish_resolved": "2006/125"}, "slots": {"behavior": "hesitation", "duration_ms": 1483}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1483}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.14.1", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1600001/100000"}, "t_start_resolved": "8039/500", "t_finish_resolved": "2011/125"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "e", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.reread.8.synth.pause.34", "kind": "terminal", "label": "behavior.wait.1303ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "799901/50000"}, "t_start_resolved": "2001/125", "t_finish_resolved": "8009/500"}, "slots": {"behavior": "hesitation", "duration_ms": 1303}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1303}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.reread.8", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "799951/50000"}, "t_start_resolved": "2006/125", "t_finish_resolved": "8029/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.pause.35", "kind": "terminal", "label": "behavior.wait.1205ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "799951/50000"}, "t_start_resolved": "8029/500", "t_finish_resolved": "4017/250"}, "slots": {"behavior": "hesitation", "duration_ms": 1205}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 1205}}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "800001/50000"}, "t_start_resolved": "2011/125", "t_finish_resolved": "8049/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "ats or usage? Overage caps? Annual uplift ceiling? Termination-for-convenience clause?", "chars": 86, "_typo_step": "typo.tail"}}, {"node_id": "stark-counsel04.wordproc.insert_text.17.synth.reread.9.synth.pause.36", "kind": "terminal", "label": "behavior.wait.978ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8499/500"}, "t_start_resolved": "8499/500", "t_finish_resolved": "2126/125"}, "slots": {"behavior": "hesitation", "duration_ms": 978}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 978}}, {"node_id": "stark-counsel04.wordproc.insert_text.17.synth.reread.9", "kind": "terminal", "label": "behavior.reread.scroll_history", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "2126/125", "t_finish_resolved": "8509/500"}, "slots": {"behavior": "reread"}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "scroll_history", "args": {"_synthetic": "reread"}}, {"node_id": "stark-counsel04.wordproc.insert_text.17.synth.pause.37", "kind": "terminal", "label": "behavior.wait.844ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "16999/1000"}, "t_start_resolved": "8509/500", "t_finish_resolved": "4257/250"}, "slots": {"behavior": "hesitation", "duration_ms": 844}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 844}}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "kind": "terminal", "label": "wordproc.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17"}, "t_start_resolved": "4257/250", "t_finish_resolved": "8519/500"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "args": {"visible_text": "Exit: data-export format and SLA on deletion? Transition assistance? Source escrow for the self-hosted tier?", "chars": 108}}, {"node_id": "stark-counsel04.wordproc.save_doc.18.synth.pause.38", "kind": "terminal", "label": "behavior.wait.7530ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "17999/1000"}, "t_start_resolved": "17999/1000", "t_finish_resolved": "18009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 7530}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 7530}}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "kind": "terminal", "label": "wordproc.save_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-counsel04", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "18"}, "t_start_resolved": "18009/1000", "t_finish_resolved": "18019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wordproc", "action": "save_doc", "target": "docs/vendor-diligence-checklist.md"}]}, "trajectory": {"input_events": [{"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 594, "y": 586, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 594, "y": 586, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx 8:34 PM 5/28/2026", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 562, "y": 747, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 542, "y": 844, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 536, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 536, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 536, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 526, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 622, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 622, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 684, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 579, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 666, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 666, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 717, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 748, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 758, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 749, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 758, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx W WordPad W 8:34 PM 5/28/", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 608, "y": 582, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 608, "y": 582, "tag": "div", "id": "", "class_name": "rich-editor s-XsxDClpxM8Mv", "role": "", "aria_label": "", "title": "", "text": "Welcome to WordPad This is a rich text editor with formatting support. You can make text italic, bold, or underlined. Tr", "bbox": {"x": 65, "y": 126, "width": 800, "height": 459}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 529, "y": 456, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 481, "y": 381, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 356, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "stark-counsel04.wordproc.open_doc.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 3, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 5, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 7, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 10, "char_count": 10, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.reread.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.reread.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 1, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 2, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 10, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 11, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 13, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 14, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 15, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 16, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 18, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 19, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 20, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 24, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 25, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 27, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 28, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 29, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 32, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 33, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 34, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 35, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 37, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 38, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 39, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 40, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 41, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 42, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 43, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 44, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 46, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 47, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 49, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 50, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 51, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 52, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 53, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 54, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 55, "char_count": 55, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 3, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 2, "char_count": 3, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.4.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 3, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.reread.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 356, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 356, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point two", "bbox": {"x": 149, "y": 340, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 1, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 3, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 7, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "8", "char_index": 8, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "%", "char_index": 9, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 12, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 16, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 20, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 21, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 22, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 23, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 25, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 26, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 29, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 31, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 33, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 35, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 36, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 37, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 39, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 42, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 43, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 46, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 47, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 49, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 50, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 52, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 54, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 56, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 57, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 58, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 59, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 60, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 61, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ";", "char_index": 62, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 64, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 65, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 66, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 67, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 68, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 69, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 70, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 71, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 72, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 73, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 74, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 75, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 76, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 78, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 79, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1680}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 80, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1700}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 81, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1720}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 82, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1740}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 83, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1760}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 84, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1780}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 85, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1800}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 86, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 1820}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 87, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 1840}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 88, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 1860}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 89, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 1880}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 90, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 1900}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 91, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 1920}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 92, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 1940}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 93, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 1960}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 94, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 1980}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 95, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 2000}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 96, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 2020}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 97, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2040}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 98, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2060}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 99, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2080}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 100, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2100}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 101, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2120}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 102, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2140}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 103, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2160}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 104, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2180}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 105, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2200}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 106, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2220}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 107, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2240}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 108, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 2260}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 109, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 111, "t_ms": 2280}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 110, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 112, "t_ms": 2300}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 111, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 113, "t_ms": 2320}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 112, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 114, "t_ms": 2340}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 113, "char_count": 113, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 115, "t_ms": 2360}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 363, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 363, "tag": "ul", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point one Bullet point two Bullet point three # Onboardu i ng redesign ## Problem ## Hypothesis ## Flow ## Metric", "bbox": {"x": 125, "y": 314, "width": 680, "height": 256}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 369, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 372, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 373, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 373, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point three", "bbox": {"x": 149, "y": 366, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 373, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 373, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point three", "bbox": {"x": 149, "y": 366, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "H", "char_index": 1, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 2, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 3, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 4, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 5, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 6, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 8, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 9, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 10, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 13, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 15, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 18, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 19, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 21, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 22, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 24, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 27, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 28, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 30, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 31, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 32, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 33, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 37, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 38, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 39, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 40, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 41, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 42, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 44, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 45, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 46, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 47, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 49, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 50, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 52, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 53, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 54, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 56, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 57, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 58, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 59, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 60, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 61, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 62, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 63, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 65, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 67, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 68, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 69, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 70, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 71, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 72, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 73, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 74, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 2060}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 75, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 2080}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 76, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 2100}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 2120}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 78, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 2140}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 79, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 2160}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 80, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 2180}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 81, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 2200}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 82, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 2220}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 83, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 2240}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 84, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 2260}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 85, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 2280}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 86, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 2300}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 87, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 2320}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 88, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 2340}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 89, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 2360}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 90, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 2380}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 91, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 2400}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 92, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 2420}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 93, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2440}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 94, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2460}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 95, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2480}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 96, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2500}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 97, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2520}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 98, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2540}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 99, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2560}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 100, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2580}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 101, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2600}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 102, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2620}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 103, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2640}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 104, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 2660}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 105, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 111, "t_ms": 2680}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 106, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 112, "t_ms": 2700}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 107, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 113, "t_ms": 2720}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 108, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 114, "t_ms": 2740}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 109, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 115, "t_ms": 2760}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 110, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 116, "t_ms": 2780}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 111, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 117, "t_ms": 2800}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 112, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 118, "t_ms": 2820}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 113, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 119, "t_ms": 2840}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 114, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 120, "t_ms": 2860}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 115, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 121, "t_ms": 2880}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 116, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 122, "t_ms": 2900}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "~", "char_index": 117, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 123, "t_ms": 2920}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "8", "char_index": 118, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 124, "t_ms": 2940}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 119, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 125, "t_ms": 2960}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 120, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 126, "t_ms": 2980}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 121, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 127, "t_ms": 3000}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 379, "move_frame": 1, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 379, "tag": "ul", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Bullet point one Bullet point two Bullet point three # Onboardu i ng redesign ## Problem ## Hypothesis ## Flow ## Metric", "bbox": {"x": 125, "y": 303, "width": 680, "height": 305}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 383, "move_frame": 2, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 385, "move_frame": 3, "move_frames": 4, "control": "wp-insert-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 386, "move_frame": 4, "move_frames": 4, "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 386, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "# Onboardu", "bbox": {"x": 149, "y": 382, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 386, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 386, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "# Onboardu", "bbox": {"x": 149, "y": 382, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "F", "char_index": 1, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 2, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 3, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 4, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 8, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 9, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 10, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 11, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 12, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 14, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 15, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 17, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 19, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 20, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 21, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 23, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 24, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 1060}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 25, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 26, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 1100}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 27, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 1120}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 28, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 29, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 1160}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 30, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 1180}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 31, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "(", "char_index": 34, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 35, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 1300}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 37, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 1320}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 38, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 1340}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 1360}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 40, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 1380}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 41, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ")", "char_index": 42, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1420}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 43, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1440}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 44, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1460}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 45, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1480}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1500}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 47, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 48, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1540}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 49, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1560}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 50, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1580}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 51, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1600}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 52, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1620}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 53, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1640}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 54, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1660}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 55, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1680}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 56, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1700}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 57, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1720}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 58, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1740}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 59, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1760}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 60, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1780}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 61, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1800}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 62, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1820}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 63, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1840}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 64, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1860}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 65, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1880}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 66, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1900}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 67, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1920}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ">", "char_index": 68, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1940}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1960}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 70, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1980}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 71, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 2000}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 72, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 2020}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 73, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 2040}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 74, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 2060}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 75, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 2080}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 76, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 2100}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 77, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 2120}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 78, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 2140}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 79, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 2160}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 80, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 2180}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 81, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 2200}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 82, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 2220}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 83, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 2240}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 84, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 2260}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 85, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 2280}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 86, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 2300}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 87, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 2320}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 88, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 2340}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 89, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 2360}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 90, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 2380}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 91, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 2400}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 92, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 2420}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 93, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2440}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 94, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2460}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 95, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2480}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 96, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2500}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 97, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2520}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 98, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2540}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 99, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2560}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 100, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2580}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 101, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2600}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 102, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2620}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 103, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2640}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 104, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 2660}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 105, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 111, "t_ms": 2680}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 106, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 112, "t_ms": 2700}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 107, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 113, "t_ms": 2720}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 108, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 114, "t_ms": 2740}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 109, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 115, "t_ms": 2760}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 110, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 116, "t_ms": 2780}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 111, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 117, "t_ms": 2800}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 112, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 118, "t_ms": 2820}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 113, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 119, "t_ms": 2840}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 114, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 120, "t_ms": 2860}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 115, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 121, "t_ms": 2880}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 116, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 122, "t_ms": 2900}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 117, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 123, "t_ms": 2920}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 118, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 124, "t_ms": 2940}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 119, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 125, "t_ms": 2960}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 120, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 126, "t_ms": 2980}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 121, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 127, "t_ms": 3000}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 122, "char_count": 122, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 128, "t_ms": 3020}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.reread.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 376, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 376, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "i", "bbox": {"x": 149, "y": 359, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.reread.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 368, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.reread.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 364, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.reread.4", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 362, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 362, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "i", "bbox": {"x": 149, "y": 359, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.reread.4", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 362, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 362, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "i", "bbox": {"x": 149, "y": 359, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 362, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 465, "y": 362, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "i", "bbox": {"x": 149, "y": 359, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "wp-insert-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 3, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 6, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 8, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 10, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 11, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 13, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 14, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 17, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 20, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 21, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 23, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 25, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 26, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 27, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 29, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 30, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 31, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 32, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 33, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 35, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 36, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 37, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 38, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 39, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 40, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 43, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 45, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 47, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 48, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1060}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 49, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 50, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1100}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "7", "char_index": 51, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1120}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 52, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 53, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1160}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 54, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1180}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 55, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 57, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 58, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 60, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1300}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 61, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1320}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 62, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1340}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 63, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1360}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 64, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1380}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 65, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ",", "char_index": 66, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1420}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 67, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1440}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 68, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1460}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 69, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1480}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 70, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1500}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 71, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 72, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1540}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 73, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1560}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 74, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1580}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 75, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1600}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1620}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 77, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1640}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 78, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1660}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 79, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1680}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 80, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1700}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 81, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1720}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 82, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1740}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 83, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1760}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 84, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1780}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 85, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1800}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 86, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 1820}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 87, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 1840}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 88, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 1860}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 89, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 1880}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 90, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 1900}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 91, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 1920}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 92, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 1940}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 93, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 1960}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 94, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 1980}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 95, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 2000}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 96, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 2020}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 97, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2040}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 98, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2060}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 99, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2080}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 100, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2100}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 101, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2120}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 102, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2140}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 103, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2160}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 104, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2180}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 105, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2200}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 106, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2220}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 107, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2240}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 108, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 2260}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 109, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 111, "t_ms": 2280}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 110, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 112, "t_ms": 2300}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 111, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 113, "t_ms": 2320}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 112, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 114, "t_ms": 2340}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 113, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 115, "t_ms": 2360}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 114, "char_count": 114, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 116, "t_ms": 2380}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 351, "move_frame": 1, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 351, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "ng redesign ## Problem ## Hypothesis ## Flow ## Metrics", "bbox": {"x": 149, "y": 337, "width": 656, "height": 22}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 343, "move_frame": 2, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 339, "move_frame": 3, "move_frames": 4, "control": "generic-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 465, "y": 337, "move_frame": 4, "move_frames": 4, "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 337, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "ng redesign ## Problem ## Hypothesis ## Flow ## Metrics", "bbox": {"x": 149, "y": 337, "width": 656, "height": 22}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 465, "y": 337, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 465, "y": 337, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "ng redesign ## Problem ## Hypothesis ## Flow ## Metrics", "bbox": {"x": 149, "y": 337, "width": 656, "height": 22}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 486, "y": 573, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 486, "y": 573, "tag": "li", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "Metrics: D1 activation, time-to-first-action, and 7-day retention, split by whether the sample workspace was used.docs/o", "bbox": {"x": 149, "y": 562, "width": 656, "height": 45}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 501, "y": 741, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 510, "y": 842, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "M", "char_index": 1, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 4, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 6, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 18, "t_ms": 1300}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 19, "t_ms": 1320}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 8, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 20, "t_ms": 1340}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 21, "t_ms": 1360}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 22, "t_ms": 1380}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 11, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 23, "t_ms": 1400}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 24, "t_ms": 1420}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 13, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 25, "t_ms": 1440}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 14, "char_count": 14, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 26, "t_ms": 1460}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 688, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 688, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 27, "t_ms": 1480}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 755, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 28, "t_ms": 1600}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 795, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 29, "t_ms": 1720}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 808, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Microsoft Edge", "bbox": {"x": 501, "y": 799, "width": 445, "height": 18}}, "validated": true, "ordinal": 30, "t_ms": 1840}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 808, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 808, "tag": "div", "id": "", "class_name": "desktop s-yU86JkOJ5UO6 wallpaper-bloom", "role": "", "aria_label": "", "title": "", "text": "💻 This PC 🗑️ Recycle Bin 📁 Documents 📂 Projects 📄 Notes.txt 📁 Screenshots 📊 Budget.xlsx W WordPad Segoe UI Arial ", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 31, "t_ms": 1960}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 888, "y": 498, "move_frame": 1, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 888, "y": 498, "tag": "div", "id": "", "class_name": "newtab-page s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "Good morning Microsoft Bing 🟦 Microsoft 📧 Outlook GitHub ▶️ YouTube 📚 Wikipedia 🟠 Reddit", "bbox": {"x": 725, "y": 120, "width": 706, "height": 395}}, "validated": true, "ordinal": 32, "t_ms": 2020}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1007, "y": 276, "move_frame": 2, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 33, "t_ms": 2140}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1079, "y": 143, "move_frame": 3, "move_frames": 4, "control": "edge-url-focus", "validated": false, "ordinal": 34, "t_ms": 2260}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1103, "y": 99, "move_frame": 4, "move_frames": 4, "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 35, "t_ms": 2380}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "edge-url-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 36, "t_ms": 2500}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "edge-url-text", "validated": false, "ordinal": 37, "t_ms": 2560}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "edge-url-text", "validated": false, "ordinal": 38, "t_ms": 2620}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 39, "t_ms": 2680}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 40, "t_ms": 2700}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 41, "t_ms": 2720}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 42, "t_ms": 2740}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 43, "t_ms": 2760}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 44, "t_ms": 2780}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 45, "t_ms": 2800}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 46, "t_ms": 2820}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 47, "t_ms": 2840}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 10, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 48, "t_ms": 2860}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 11, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 49, "t_ms": 2880}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 50, "t_ms": 2900}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 51, "t_ms": 2920}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 14, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 52, "t_ms": 2940}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 53, "t_ms": 2960}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 54, "t_ms": 2980}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 17, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 55, "t_ms": 3000}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 56, "t_ms": 3020}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 57, "t_ms": 3040}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 20, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 58, "t_ms": 3060}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 59, "t_ms": 3080}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 22, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 60, "t_ms": 3100}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 23, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 61, "t_ms": 3120}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 24, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 62, "t_ms": 3140}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 25, "char_count": 25, "delay_ms": 4, "control": "edge-url-text", "validated": false, "ordinal": 63, "t_ms": 3160}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "edge-url-submit", "validated": false, "ordinal": 64, "t_ms": 3180}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 10, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 11, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 14, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 17, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 18, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 20, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 22, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 23, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 24, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.pdf.extract_text.8", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 25, "char_count": 25, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 845, "y": 439, "move_frame": 1, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 845, "y": 439, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 725, "y": 120, "width": 706, "height": 723}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 660, "y": 682, "move_frame": 2, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 550, "y": 827, "move_frame": 3, "move_frames": 4, "control": "win-open-search", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 513, "y": 876, "move_frame": 4, "move_frames": 4, "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 513, "y": 876, "button": "left", "control": "win-open-search", "hit_test": {"validated": true, "x": 513, "y": 876, "tag": "svg", "id": "", "class_name": "", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 503, "y": 867, "width": 20, "height": 20}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 609, "y": 753, "move_frame": 1, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 609, "y": 753, "tag": "button", "id": "", "class_name": "search-result-item s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "Settings App", "bbox": {"x": 449, "y": 747, "width": 542, "height": 46}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 678, "y": 665, "move_frame": 2, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 7, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 719, "y": 613, "move_frame": 3, "move_frames": 4, "control": "win-search-focus", "validated": false, "ordinal": 8, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 733, "y": 595, "move_frame": 4, "move_frames": 4, "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 9, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 733, "y": 595, "button": "left", "control": "win-search-focus", "hit_test": {"validated": true, "x": 733, "y": 595, "tag": "input", "id": "", "class_name": "search-flyout-input s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 485, "y": 581, "width": 496, "height": 19}}, "validated": true, "ordinal": 10, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "ControlOrMeta+A", "control": "win-search-text", "validated": false, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Delete", "control": "win-search-text", "validated": false, "ordinal": 12, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "W", "char_index": 1, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 13, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 14, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 3, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 15, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 4, "delay_ms": 4, "control": "win-search-text", "validated": false, "ordinal": 16, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 727, "y": 666, "move_frame": 1, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 727, "y": 666, "tag": "div", "id": "", "class_name": "flyout-backdrop s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 852}}, "validated": true, "ordinal": 17, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 723, "y": 717, "move_frame": 2, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 18, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 721, "y": 748, "move_frame": 3, "move_frames": 4, "control": "win-search-pick", "validated": false, "ordinal": 19, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 758, "move_frame": 4, "move_frames": 4, "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "span", "id": "", "class_name": "search-result-label s-zVZ-lsPsLKGk", "role": "", "aria_label": "", "title": "", "text": "WordPad", "bbox": {"x": 501, "y": 749, "width": 445, "height": 18}}, "validated": true, "ordinal": 20, "t_ms": 1640}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 758, "button": "left", "control": "win-search-pick", "hit_test": {"validated": true, "x": 720, "y": 758, "tag": "div", "id": "", "class_name": "resize-handle resize-w s-OF-8WIR6juNL", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 720, "y": 22, "width": 10, "height": 808}}, "validated": true, "ordinal": 21, "t_ms": 1760}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 888, "y": 470, "move_frame": 1, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 888, "y": 470, "tag": "iframe", "id": "", "class_name": "proxy-frame s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "Proxied content", "text": "", "bbox": {"x": 725, "y": 120, "width": 706, "height": 723}}, "validated": true, "ordinal": 22, "t_ms": 1820}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1007, "y": 264, "move_frame": 2, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 23, "t_ms": 1940}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1079, "y": 140, "move_frame": 3, "move_frames": 4, "control": "wp-open", "validated": false, "ordinal": 24, "t_ms": 2060}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1103, "y": 99, "move_frame": 4, "move_frames": 4, "control": "wp-open", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 25, "t_ms": 2180}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 26, "t_ms": 2300}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 5, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 6, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 7, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "6", "char_index": 9, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 10, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 11, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 13, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 15, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 16, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 17, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 18, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 19, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 20, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 21, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 23, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 24, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 29, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 31, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 33, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 34, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 35, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 36, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 37, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 38, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 39, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 40, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 42, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 43, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 44, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 45, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 46, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 47, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 48, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 49, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "1", "char_index": 50, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "4", "char_index": 51, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 52, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 53, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 54, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "—", "char_index": 55, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 56, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 57, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 58, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 59, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 60, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 61, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 62, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 63, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 64, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 65, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 66, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 67, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 68, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 69, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 70, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 71, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 72, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 73, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 74, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 75, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 76, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 77, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 78, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 79, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 80, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 81, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 82, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 83, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 84, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 85, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 86, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 87, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 88, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 89, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 90, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 92, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 93, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 94, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 95, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 96, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 97, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 98, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 99, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 100, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 101, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 102, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 103, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 104, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 105, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 106, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 107, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 108, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2200}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 109, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 110, "t_ms": 2220}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 110, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 111, "t_ms": 2240}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 111, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 112, "t_ms": 2260}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 112, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 113, "t_ms": 2280}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 113, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 114, "t_ms": 2300}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 114, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 115, "t_ms": 2320}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "0", "char_index": 115, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 116, "t_ms": 2340}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 116, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 117, "t_ms": 2360}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 117, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 118, "t_ms": 2380}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 118, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 119, "t_ms": 2400}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 119, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 120, "t_ms": 2420}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 120, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 121, "t_ms": 2440}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 121, "char_count": 121, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 122, "t_ms": 2460}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 1, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 3, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 6, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 8, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 10, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 13, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 14, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 15, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 18, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 19, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 20, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 22, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 23, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 24, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 25, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 26, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 27, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 28, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 29, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 30, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 31, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 32, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 33, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 34, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 35, "char_count": 35, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.open_doc.13", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-open", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 1, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 2, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "V", "char_index": 3, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 5, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 6, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 8, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 9, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 10, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 11, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 12, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 13, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 14, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 15, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 16, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 17, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 20, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 21, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 24, "char_count": 24, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.reread.5", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 1, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 2, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 6, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 7, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 9, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 11, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 12, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 13, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 16, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 17, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 18, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 19, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 21, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 22, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 23, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 24, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 26, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 27, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 28, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 29, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 30, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 32, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "#", "char_index": 33, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 34, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 35, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 36, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 37, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 38, "char_count": 38, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 1, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 4, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 6, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 7, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 8, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 9, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 10, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 11, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 12, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 13, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "2", "char_index": 15, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 17, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 18, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 19, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 20, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 21, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 22, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "I", "char_index": 23, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 25, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 26, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 27, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 28, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 29, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 32, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "D", "char_index": 34, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 35, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 36, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 37, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 39, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 41, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 43, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 45, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 46, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "y", "char_index": 47, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 48, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 49, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 50, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 52, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "U", "char_index": 53, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 54, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 55, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 56, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 57, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 58, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 59, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 60, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 61, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 62, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 63, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 64, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 65, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 66, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 67, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 68, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 70, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 71, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 72, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 73, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 74, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 75, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 76, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 77, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 78, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 79, "char_count": 79, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 6, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 13, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 15, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 17, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 20, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 22, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 24, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 26, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 27, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 28, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 29, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 30, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 32, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 33, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.reread.6", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 1, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 2, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 3, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 4, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 5, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 6, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 7, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 10, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 11, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 13, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 15, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 17, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 18, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 19, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 20, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 22, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 23, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 24, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 26, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 27, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 28, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 29, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 30, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 31, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 32, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 33, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 34, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 36, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 38, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 39, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 40, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 41, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 42, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 43, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 44, "char_count": 44, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.reread.7", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 1, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 3, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 4, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 7, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 8, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 11, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 12, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 13, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 14, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 15, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 16, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 18, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 19, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 21, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 22, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 24, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 26, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 27, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 29, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 30, "char_count": 30, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.14.1", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.14.1", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.reread.8", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 2, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 3, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 4, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 6, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 7, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 8, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 9, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 11, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 13, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "O", "char_index": 15, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 16, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 17, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 18, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 19, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 20, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 24, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 25, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 26, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 27, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 28, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 29, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 30, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 31, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 32, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 33, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 34, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 35, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 36, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 37, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 38, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 40, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 42, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 43, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 44, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 45, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 46, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 47, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 48, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 49, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 50, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 51, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 52, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 53, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 54, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 55, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 56, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 57, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 58, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 59, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 60, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 61, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 62, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 63, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 64, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 65, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 66, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 67, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 68, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 69, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 70, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 71, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 72, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 73, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 74, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 75, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 76, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 77, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 78, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 79, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 80, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 81, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 82, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 83, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 84, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 85, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 86, "char_count": 86, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "stark-counsel04.wordproc.insert_text.17.synth.reread.9", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "wp-insert-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "E", "char_index": 1, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 2, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 4, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 7, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 8, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 9, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 10, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 11, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 12, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 13, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 14, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 15, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 16, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 17, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 18, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 19, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 20, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 21, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 22, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 23, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 26, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 27, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 28, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 29, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 30, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "L", "char_index": 31, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "A", "char_index": 32, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 33, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 34, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 35, "t_ms": 720}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 35, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 36, "t_ms": 740}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 36, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 37, "t_ms": 760}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 37, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 38, "t_ms": 780}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 38, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 39, "t_ms": 800}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 39, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 40, "t_ms": 820}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 40, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 41, "t_ms": 840}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 41, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 42, "t_ms": 860}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 42, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 43, "t_ms": 880}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 43, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 44, "t_ms": 900}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 44, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 45, "t_ms": 920}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 45, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 46, "t_ms": 940}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 46, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 47, "t_ms": 960}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "T", "char_index": 47, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 48, "t_ms": 980}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 48, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 49, "t_ms": 1000}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 49, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 50, "t_ms": 1020}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 50, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 51, "t_ms": 1040}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 51, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 52, "t_ms": 1060}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 52, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 53, "t_ms": 1080}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 53, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 54, "t_ms": 1100}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 54, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 55, "t_ms": 1120}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 55, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 56, "t_ms": 1140}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 56, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 57, "t_ms": 1160}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 57, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 58, "t_ms": 1180}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 58, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 59, "t_ms": 1200}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 59, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 60, "t_ms": 1220}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 60, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 61, "t_ms": 1240}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 61, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 62, "t_ms": 1260}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 62, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 63, "t_ms": 1280}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 63, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 64, "t_ms": 1300}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 64, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 65, "t_ms": 1320}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 65, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 66, "t_ms": 1340}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 66, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 67, "t_ms": 1360}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 67, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 68, "t_ms": 1380}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 68, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 69, "t_ms": 1400}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 69, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 70, "t_ms": 1420}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 70, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 71, "t_ms": 1440}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 71, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 72, "t_ms": 1460}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 72, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 73, "t_ms": 1480}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 73, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 74, "t_ms": 1500}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 74, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 75, "t_ms": 1520}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 75, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 76, "t_ms": 1540}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 76, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 77, "t_ms": 1560}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 77, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 78, "t_ms": 1580}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 78, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 79, "t_ms": 1600}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 79, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 80, "t_ms": 1620}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 80, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 81, "t_ms": 1640}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 81, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 82, "t_ms": 1660}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 82, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 83, "t_ms": 1680}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 83, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 84, "t_ms": 1700}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 84, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 85, "t_ms": 1720}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 85, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 86, "t_ms": 1740}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 86, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 87, "t_ms": 1760}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 87, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 88, "t_ms": 1780}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 88, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 89, "t_ms": 1800}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 89, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 90, "t_ms": 1820}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 90, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 91, "t_ms": 1840}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 91, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 92, "t_ms": 1860}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 92, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 93, "t_ms": 1880}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 93, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 94, "t_ms": 1900}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 94, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 95, "t_ms": 1920}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 95, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 96, "t_ms": 1940}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 96, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 97, "t_ms": 1960}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 97, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 98, "t_ms": 1980}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 98, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 99, "t_ms": 2000}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 99, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 100, "t_ms": 2020}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 100, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 101, "t_ms": 2040}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 101, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 102, "t_ms": 2060}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 102, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 103, "t_ms": 2080}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 103, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 104, "t_ms": 2100}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 104, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 105, "t_ms": 2120}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 105, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 106, "t_ms": 2140}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 106, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 107, "t_ms": 2160}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 107, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 108, "t_ms": 2180}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "?", "char_index": 108, "char_count": 108, "delay_ms": 4, "control": "wp-insert-text", "validated": false, "ordinal": 109, "t_ms": 2200}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1103, "y": 99, "button": "left", "control": "generic-focus", "hit_test": {"validated": true, "x": 1103, "y": 99, "tag": "input", "id": "", "class_name": "address-input s-F2BlFV32xnK4", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 90, "width": 474, "height": 18}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 1, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 3, "t_ms": 80}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 3, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 4, "t_ms": 100}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 4, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 5, "t_ms": 120}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "/", "char_index": 5, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 6, "t_ms": 140}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "v", "char_index": 6, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 7, "t_ms": 160}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 7, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 8, "t_ms": 180}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 8, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 9, "t_ms": 200}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 9, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 10, "t_ms": 220}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 10, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 11, "t_ms": 240}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 11, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 12, "t_ms": 260}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 12, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 13, "t_ms": 280}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 13, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 14, "t_ms": 300}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 14, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 15, "t_ms": 320}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 15, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 16, "t_ms": 340}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 16, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 17, "t_ms": 360}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 17, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 18, "t_ms": 380}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 18, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 19, "t_ms": 400}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 19, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 20, "t_ms": 420}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 20, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 21, "t_ms": 440}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 22, "t_ms": 460}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "-", "char_index": 22, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 23, "t_ms": 480}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 23, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 24, "t_ms": 500}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 24, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 25, "t_ms": 520}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 26, "t_ms": 540}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 26, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 27, "t_ms": 560}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "k", "char_index": 27, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 28, "t_ms": 580}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 28, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 29, "t_ms": 600}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 29, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 30, "t_ms": 620}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 30, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 31, "t_ms": 640}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 31, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 32, "t_ms": 660}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 32, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 33, "t_ms": 680}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 33, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 34, "t_ms": 700}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "env": "windows-web-next", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 34, "char_count": 34, "delay_ms": 4, "control": "generic-text", "validated": false, "ordinal": 35, "t_ms": 720}], "observations": [{"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/onboarding-redesign.md"}, "observation": "Low-level replay drove windows-web-next/word.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "# Onboardu"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "i"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ng redesign ## Problem ## Hypothesis ## Flow ## Metrics"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Pri"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "o"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "blem: 38% of new accounts never complete the first key action; drop-off concentrates on the workspace-setup step."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Hypothesis: collapsing setup into a single progressive form, with a skippable sample workspace, lifts activation by ~8pp."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Flow: signup -> sample workspace (1 click) -> guided first action -> optional invite. No hard gates before the aha moment."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Metrics: D1 activation, time-to-first-action, and 7-day retention, split by whether the sample workspace was used."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "docs/onboarding-redesign.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/onboarding-redesign.md"}, "observation": "Low-level replay drove windows-web-next/word.save_doc.", "error": null}, {"ok": true, "event": "pdf.opened", "surface": "pdf", "action": "open_pdf", "target": "contracts/vendor-acme.pdf", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "contracts/vendor-acme.pdf"}, "observation": "Low-level replay drove windows-web-next/edge.open_pdf.", "error": null}, {"ok": true, "event": "app.action", "surface": "pdf", "action": "extract_text", "target": "contracts/vendor-acme.pdf", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:edge", "visibleText": "contracts/vendor-acme.pdf"}, "observation": "Low-level replay drove windows-web-next/edge.extract_text.", "error": null}, {"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "contracts/redlines/vendor-acme.docx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "contracts/redlines/vendor-acme.docx"}, "observation": "Low-level replay drove windows-web-next/word.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "contracts/redlines/vendor-acme.docx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Section 6.1 — clarify EU data residency. Section 14.3 — strike the auto-renewal or shorten yhe opt-out window to 30 days."}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "contracts/redlines/vendor-acme.docx", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "contracts/redlines/vendor-acme.docx"}, "observation": "Low-level replay drove windows-web-next/word.save_doc.", "error": null}, {"ok": true, "event": "doc.opened", "surface": "wordproc", "action": "open_doc", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/vendor-diligence-checklist.md"}, "observation": "Low-level replay drove windows-web-next/word.open_doc.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "# Vendor diligence checl"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "k"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "list ## Security ## Commercial ## Exit"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Security: SOC 2 Type II current? Data residency in EU? Sub-processor list reviw"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "undo", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/vendor-diligence-checklist.md"}, "observation": "Low-level replay drove windows-web-next/word.undo.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "wed? Breach-notification window in contract?"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Commercial: pricing tied to sw"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "e"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "ats or usage? Overage caps? Annual uplift ceiling? Termination-for-convenience clause?"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "scroll_history", "target": "", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": ""}, "observation": "Low-level replay drove windows-web-next/word.scroll_history.", "error": null}, {"ok": true, "event": "doc.text_inserted", "surface": "wordproc", "action": "insert_text", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "Exit: data-export format and SLA on deletion? Transition assistance? Source escrow for the self-hosted tier?"}, "observation": "Low-level replay drove windows-web-next/word.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "wordproc", "action": "save_doc", "target": "docs/vendor-diligence-checklist.md", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "windows-web-next:word", "visibleText": "docs/vendor-diligence-checklist.md"}, "observation": "Low-level replay drove windows-web-next/word.save_doc.", "error": null}], "alignment": [{"node_id": "stark-counsel04.wordproc.open_doc.0", "observation_index": 0, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "observation_index": 1, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.reread.1", "observation_index": 2, "input_event_ordinals": [1]}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1", "observation_index": 3, "input_event_ordinals": [1, 2, 3]}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.reread.2", "observation_index": 4, "input_event_ordinals": [1]}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "observation_index": 5, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57]}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.4.0", "observation_index": 6, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.reread.3", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1", "observation_index": 8, "input_event_ordinals": [1, 2, 3]}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "observation_index": 9, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115]}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "observation_index": 10, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127]}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "observation_index": 11, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128]}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.reread.4", "observation_index": 12, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116]}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64]}, {"node_id": "stark-counsel04.pdf.extract_text.8", "observation_index": 16, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "observation_index": 18, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122]}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}, {"node_id": "stark-counsel04.wordproc.open_doc.13", "observation_index": 20, "input_event_ordinals": [1]}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.reread.5", "observation_index": 22, "input_event_ordinals": [1]}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1", "observation_index": 23, "input_event_ordinals": [1, 2]}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "observation_index": 24, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39]}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "observation_index": 25, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80]}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1", "observation_index": 26, "input_event_ordinals": [1, 2]}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "observation_index": 27, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.reread.6", "observation_index": 28, "input_event_ordinals": [1]}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "observation_index": 29, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45]}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.reread.7", "observation_index": 30, "input_event_ordinals": [1]}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "observation_index": 31, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.14.1", "observation_index": 32, "input_event_ordinals": [1, 2]}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.reread.8", "observation_index": 33, "input_event_ordinals": [1]}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "observation_index": 34, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87]}, {"node_id": "stark-counsel04.wordproc.insert_text.17.synth.reread.9", "observation_index": 35, "input_event_ordinals": [1]}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "observation_index": 36, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109]}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "observation_index": 37, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]}]}, "media": {"video": "videos/stark-counsel04__windows-web-next.webm", "frames": [{"node_id": "stark-counsel04.wordproc.open_doc.0", "t_ms": 540, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.0.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.1.0", "t_ms": 260, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.1.0.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.reread.1", "t_ms": 0, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.reread.1.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.2.1", "t_ms": 80, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.reread.2", "t_ms": 0, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.reread.2.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.1.synth.typo.3.2", "t_ms": 1160, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.4.0", "t_ms": 120, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.4.0.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.reread.3", "t_ms": 0, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.reread.3.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.5.1", "t_ms": 80, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.2.synth.typo.6.2", "t_ms": 2320, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.6.2.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.3", "t_ms": 3000, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.3.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.4", "t_ms": 3020, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.4.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.5.synth.reread.4", "t_ms": 120, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.5.synth.reread.4.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.5", "t_ms": 2340, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.5.png"}, {"node_id": "stark-counsel04.wordproc.save_doc.6", "t_ms": 660, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.6.png"}, {"node_id": "stark-counsel04.pdf.open_pdf.7", "t_ms": 1300, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.pdf.open_pdf.7.png"}, {"node_id": "stark-counsel04.pdf.extract_text.8", "t_ms": 540, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.pdf.extract_text.8.png"}, {"node_id": "stark-counsel04.wordproc.open_doc.9", "t_ms": 540, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.9.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.10", "t_ms": 2460, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.10.png"}, {"node_id": "stark-counsel04.wordproc.save_doc.11", "t_ms": 740, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.11.png"}, {"node_id": "stark-counsel04.wordproc.open_doc.13", "t_ms": 0, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.13.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.7.0", "t_ms": 520, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.7.0.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.reread.5", "t_ms": 0, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.reread.5.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.8.1", "t_ms": 60, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.14.synth.typo.9.2", "t_ms": 800, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.9.2.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.10.0", "t_ms": 1620, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.10.0.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1", "t_ms": 60, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1", "t_ms": 720, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.reread.6", "t_ms": 0, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.reread.6.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.15.synth.typo.12.2", "t_ms": 920, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.reread.7", "t_ms": 0, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.reread.7.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.13.0", "t_ms": 640, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.14.1", "t_ms": 60, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.14.1.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.reread.8", "t_ms": 0, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.reread.8.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.16.synth.typo.15.2", "t_ms": 1760, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.17.synth.reread.9", "t_ms": 0, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.17.synth.reread.9.png"}, {"node_id": "stark-counsel04.wordproc.insert_text.17", "t_ms": 2200, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.17.png"}, {"node_id": "stark-counsel04.wordproc.save_doc.18", "t_ms": 720, "blob_ref": "screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.18.png"}]}} +{"schema_version": "v2", "trajectory_id": "stark-escalation05__browser-os", "row_id": "economy-r1-w013", "world_id": "economy-r1-w013", "grammar_id": "synthux.multicompany.day.v1", "actor_id": "stark-escalation05", "company": "stark", "role_id": "support.escalation", "title": "Escalation Engineer", "env": "browser-os", "goal": "STARK · Escalation Engineer — workday", "tree": {"nodes": [{"node_id": "stark-escalation05.browser.open_url.0", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "0"}, "t_start_resolved": "0", "t_finish_resolved": "1/100"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/projects/SUP", "args": {"url": "https://acme.atlassian.net/projects/SUP"}}, {"node_id": "stark-escalation05.browser.open_url.1.synth.pause.1", "kind": "terminal", "label": "behavior.wait.490ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "999/1000"}, "t_start_resolved": "999/1000", "t_finish_resolved": "1009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 490}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 490}}, {"node_id": "stark-escalation05.browser.open_url.1", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1"}, "t_start_resolved": "1029/1000", "t_finish_resolved": "1039/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1000", "args": {"url": "https://acme.atlassian.net/browse/SUP-1000"}}, {"node_id": "stark-escalation05.browser.open_url.1.synth.detour.1.0.synth.pause.2", "kind": "terminal", "label": "behavior.wait.886ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99901/100000"}, "t_start_resolved": "1019/1000", "t_finish_resolved": "1029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 886}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 886}}, {"node_id": "stark-escalation05.browser.open_url.1.synth.detour.1.0", "kind": "terminal", "label": "behavior.detour.browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/100000"}, "t_start_resolved": "1039/1000", "t_finish_resolved": "1049/1000"}, "slots": {"behavior": "detour"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "notifications", "args": {"_synthetic": "detour"}}, {"node_id": "stark-escalation05.browser.open_url.1.synth.tab.1.synth.pause.3", "kind": "terminal", "label": "behavior.wait.319ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "99901/100000"}, "t_start_resolved": "1009/1000", "t_finish_resolved": "1019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 319}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 319}}, {"node_id": "stark-escalation05.browser.open_url.1.synth.tab.1", "kind": "terminal", "label": "behavior.tab_switch", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "100001/100000"}, "t_start_resolved": "1049/1000", "t_finish_resolved": "1059/1000"}, "slots": {"behavior": "tab_switch"}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://stackoverflow.com", "args": {"url": "https://stackoverflow.com", "_synthetic": "tab_switch"}}, {"node_id": "stark-escalation05.browser.extract_quote.2.synth.pause.4", "kind": "terminal", "label": "behavior.wait.420ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1999/1000"}, "t_start_resolved": "1999/1000", "t_finish_resolved": "2009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 420}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 420}}, {"node_id": "stark-escalation05.browser.extract_quote.2", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2"}, "t_start_resolved": "2009/1000", "t_finish_resolved": "2019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "stark-escalation05.browser.open_url.3.synth.pause.5", "kind": "terminal", "label": "behavior.wait.460ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "2999/1000"}, "t_start_resolved": "2999/1000", "t_finish_resolved": "3009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 460}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 460}}, {"node_id": "stark-escalation05.browser.open_url.3", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3"}, "t_start_resolved": "3009/1000", "t_finish_resolved": "3019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1001", "args": {"url": "https://acme.atlassian.net/browse/SUP-1001"}}, {"node_id": "stark-escalation05.browser.extract_quote.4.synth.pause.6", "kind": "terminal", "label": "behavior.wait.416ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "3999/1000"}, "t_start_resolved": "3999/1000", "t_finish_resolved": "4009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 416}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 416}}, {"node_id": "stark-escalation05.browser.extract_quote.4", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4"}, "t_start_resolved": "4009/1000", "t_finish_resolved": "4019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "stark-escalation05.browser.open_url.5.synth.pause.7", "kind": "terminal", "label": "behavior.wait.296ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "4999/1000"}, "t_start_resolved": "4999/1000", "t_finish_resolved": "5009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 296}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 296}}, {"node_id": "stark-escalation05.browser.open_url.5", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5"}, "t_start_resolved": "5009/1000", "t_finish_resolved": "5019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1002", "args": {"url": "https://acme.atlassian.net/browse/SUP-1002"}}, {"node_id": "stark-escalation05.browser.extract_quote.6.synth.pause.8", "kind": "terminal", "label": "behavior.wait.200ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "5999/1000"}, "t_start_resolved": "5999/1000", "t_finish_resolved": "6009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 200}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 200}}, {"node_id": "stark-escalation05.browser.extract_quote.6", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6"}, "t_start_resolved": "6009/1000", "t_finish_resolved": "6019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "stark-escalation05.browser.open_url.7.synth.pause.9", "kind": "terminal", "label": "behavior.wait.307ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "6999/1000"}, "t_start_resolved": "6999/1000", "t_finish_resolved": "7009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 307}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 307}}, {"node_id": "stark-escalation05.browser.open_url.7", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7"}, "t_start_resolved": "7009/1000", "t_finish_resolved": "7019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1003", "args": {"url": "https://acme.atlassian.net/browse/SUP-1003"}}, {"node_id": "stark-escalation05.browser.extract_quote.8.synth.pause.10", "kind": "terminal", "label": "behavior.wait.258ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "7999/1000"}, "t_start_resolved": "7999/1000", "t_finish_resolved": "8009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 258}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 258}}, {"node_id": "stark-escalation05.browser.extract_quote.8", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8"}, "t_start_resolved": "8009/1000", "t_finish_resolved": "8019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "stark-escalation05.browser.open_url.9.synth.pause.11", "kind": "terminal", "label": "behavior.wait.655ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "8999/1000"}, "t_start_resolved": "8999/1000", "t_finish_resolved": "9009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 655}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 655}}, {"node_id": "stark-escalation05.browser.open_url.9", "kind": "terminal", "label": "browser.open_url", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9"}, "t_start_resolved": "9009/1000", "t_finish_resolved": "9019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1004", "args": {"url": "https://acme.atlassian.net/browse/SUP-1004"}}, {"node_id": "stark-escalation05.browser.extract_quote.10.synth.pause.12", "kind": "terminal", "label": "behavior.wait.512ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "9999/1000"}, "t_start_resolved": "9999/1000", "t_finish_resolved": "10009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 512}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 512}}, {"node_id": "stark-escalation05.browser.extract_quote.10", "kind": "terminal", "label": "browser.extract_quote", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "10"}, "t_start_resolved": "10009/1000", "t_finish_resolved": "10019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "browser", "action": "extract_quote", "target": "ticket-body"}, {"node_id": "stark-escalation05.wait.pause.12.synth.pause.13", "kind": "terminal", "label": "behavior.wait.221ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "11999/1000"}, "t_start_resolved": "11999/1000", "t_finish_resolved": "12009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 221}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 221}}, {"node_id": "stark-escalation05.wait.pause.12", "kind": "terminal", "label": "behavior.lunch", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12"}, "t_start_resolved": "12009/1000", "t_finish_resolved": "12019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 4000}}, {"node_id": "stark-escalation05.calendar.open_view.13.synth.pause.14", "kind": "terminal", "label": "behavior.wait.287ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "12999/1000"}, "t_start_resolved": "12999/1000", "t_finish_resolved": "13009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 287}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 287}}, {"node_id": "stark-escalation05.calendar.open_view.13", "kind": "terminal", "label": "calendar.open_view", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13"}, "t_start_resolved": "13009/1000", "t_finish_resolved": "13019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "calendar", "action": "open_view", "target": "day"}, {"node_id": "stark-escalation05.notion.open_doc.14.synth.pause.15", "kind": "terminal", "label": "behavior.wait.444ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "13999/1000"}, "t_start_resolved": "13999/1000", "t_finish_resolved": "14009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 444}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 444}}, {"node_id": "stark-escalation05.notion.open_doc.14", "kind": "terminal", "label": "notion.open_doc", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14"}, "t_start_resolved": "14009/1000", "t_finish_resolved": "14019/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "open_doc", "target": "sales/discovery-notes-acme"}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0.synth.pause.16", "kind": "terminal", "label": "behavior.wait.283ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "14999/1000"}, "t_start_resolved": "14999/1000", "t_finish_resolved": "15009/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 283}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 283}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "15"}, "t_start_resolved": "15069/1000", "t_finish_resolved": "15079/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "Pain: support can't see cud", "chars": 27, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.2.1.synth.pause.17", "kind": "terminal", "label": "behavior.wait.406ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1499901/100000"}, "t_start_resolved": "15009/1000", "t_finish_resolved": "15019/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 406}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 406}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.2.1", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1500001/100000"}, "t_start_resolved": "15079/1000", "t_finish_resolved": "15089/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "s", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2.synth.pause.18", "kind": "terminal", "label": "behavior.wait.558ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749951/50000"}, "t_start_resolved": "15019/1000", "t_finish_resolved": "15029/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 558}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 558}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "750001/50000"}, "t_start_resolved": "15089/1000", "t_finish_resolved": "15099/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "tomer health. Budget: tied to renewal in Q3. Cg", "chars": 47, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.4.3.synth.pause.19", "kind": "terminal", "label": "behavior.wait.682ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1499903/100000"}, "t_start_resolved": "15029/1000", "t_finish_resolved": "15039/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 682}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 682}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.4.3", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "1500003/100000"}, "t_start_resolved": "15099/1000", "t_finish_resolved": "15109/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "h", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4.synth.pause.20", "kind": "terminal", "label": "behavior.wait.580ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "46872/3125"}, "t_start_resolved": "15039/1000", "t_finish_resolved": "15049/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 580}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 580}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "375001/25000"}, "t_start_resolved": "15109/1000", "t_finish_resolved": "15119/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "ampion: head of CS. Next step: dashbos", "chars": 38, "_typo_step": "typo.write-wrong"}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.6.5.synth.pause.21", "kind": "terminal", "label": "behavior.wait.745ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "299981/20000"}, "t_start_resolved": "15049/1000", "t_finish_resolved": "15059/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 745}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 745}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.6.5", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "300001/20000"}, "t_start_resolved": "15119/1000", "t_finish_resolved": "15129/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "a", "chars": 1, "_typo_step": "typo.correct", "_backspaces": 1}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6.synth.pause.22", "kind": "terminal", "label": "behavior.wait.421ms", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "749953/50000"}, "t_start_resolved": "15059/1000", "t_finish_resolved": "15069/1000"}, "slots": {"behavior": "hesitation", "duration_ms": 421}, "deps": [], "emits": [], "waits": [], "surface": "wait", "action": "pause", "args": {"duration_ms": 421}}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "kind": "terminal", "label": "notion.insert_text", "parent_node_id": "root", "scope": {"stream": "actor:stark-escalation05", "app": null, "focus": null}, "time": {"t_start_expr": {"kind": "TimeConst", "value": "750003/50000"}, "t_start_resolved": "15129/1000", "t_finish_resolved": "15139/1000"}, "slots": {}, "deps": [], "emits": [], "waits": [], "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "args": {"visible_text": "rd demo with their team.", "chars": 24, "_typo_step": "typo.tail"}}]}, "trajectory": {"input_events": [{"kind": "script_eval", "control": "bo-bridge-browser", "node_id": "stark-escalation05.browser.open_url.0", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-escalation05.browser.open_url.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/projects/SUP", "control": "browser-url", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-escalation05.browser.open_url.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/browse/SUP-1000", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.open_url.1.synth.detour.1.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 675, "y": 399, "move_frame": 1, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 675, "y": 399, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.open_url.1.synth.detour.1.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 700, "y": 428, "move_frame": 2, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-escalation05.browser.open_url.1.synth.detour.1.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 715, "y": 444, "move_frame": 3, "move_frames": 4, "control": "browser-select", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-escalation05.browser.open_url.1.synth.detour.1.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 720, "y": 450, "move_frame": 4, "move_frames": 4, "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-escalation05.browser.open_url.1.synth.detour.1.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-escalation05.browser.open_url.1.synth.tab.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://stackoverflow.com", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.extract_quote.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.open_url.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/browse/SUP-1001", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.extract_quote.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.open_url.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/browse/SUP-1002", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.extract_quote.6", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.open_url.7", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/browse/SUP-1003", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.extract_quote.8", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.open_url.9", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "https://acme.atlassian.net/browse/SUP-1004", "control": "browser-url", "validated": false, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.browser.extract_quote.10", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 720, "y": 450, "button": "left", "control": "browser-select", "hit_test": {"validated": true, "x": 720, "y": 450, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"kind": "script_eval", "control": "bo-bridge-calendar", "node_id": "stark-escalation05.calendar.open_view.13", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-escalation05.calendar.open_view.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 534, "y": 310, "move_frame": 1, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 534, "y": 310, "tag": "iframe", "id": "", "class_name": "browser-iframe", "role": "", "aria_label": "", "title": "Browser content", "text": "", "bbox": {"x": 61, "y": 162, "width": 598, "height": 387}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-escalation05.calendar.open_view.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 402, "y": 210, "move_frame": 2, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "stark-escalation05.calendar.open_view.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 322, "y": 150, "move_frame": 3, "move_frames": 4, "control": "calendar-click", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "stark-escalation05.calendar.open_view.13", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 296, "y": 130, "move_frame": 4, "move_frames": 4, "control": "calendar-click", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-ktl5587tm", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "stark-escalation05.calendar.open_view.13", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 296, "y": 130, "button": "left", "control": "calendar-click", "hit_test": {"validated": true, "x": 296, "y": 130, "tag": "input", "id": "input-ktl5587tm", "class_name": "ui-input ", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 185, "y": 111, "width": 223, "height": 38}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"kind": "script_eval", "control": "bo-bridge-notes", "node_id": "stark-escalation05.notion.open_doc.14", "ordinal": 1, "playback": "played", "result_truthy": true, "validated": false, "t_ms": 0}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 759, "y": 258, "move_frame": 1, "move_frames": 4, "control": "notes-new", "hit_test": {"validated": true, "x": 759, "y": 258, "tag": "div", "id": "", "class_name": "os-desktop-content", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 0, "y": 0, "width": 1440, "height": 900}}, "validated": true, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1090, "y": 350, "move_frame": 2, "move_frames": 4, "control": "notes-new", "validated": false, "ordinal": 3, "t_ms": 180}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1288, "y": 405, "move_frame": 3, "move_frames": 4, "control": "notes-new", "validated": false, "ordinal": 4, "t_ms": 300}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1354, "y": 423, "move_frame": 4, "move_frames": 4, "control": "notes-new", "hit_test": {"validated": true, "x": 1354, "y": 423, "tag": "button", "id": "", "class_name": "header-btn", "role": "", "aria_label": "", "title": "", "text": "New Note", "bbox": {"x": 1302, "y": 408, "width": 105, "height": 30}}, "validated": true, "ordinal": 5, "t_ms": 420}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1354, "y": 423, "button": "left", "control": "notes-new", "hit_test": {"validated": true, "x": 1354, "y": 423, "tag": "button", "id": "", "class_name": "header-btn", "role": "", "aria_label": "", "title": "", "text": "New Note", "bbox": {"x": 1302, "y": 408, "width": 105, "height": 30}}, "validated": true, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1255, "y": 526, "move_frame": 1, "move_frames": 4, "control": "notes-open-doc", "hit_test": {"validated": true, "x": 1255, "y": 526, "tag": "div", "id": "", "class_name": "notes-content", "role": "", "aria_label": "", "title": "", "text": "Today", "bbox": {"x": 829, "y": 454, "width": 598, "height": 389}}, "validated": true, "ordinal": 7, "t_ms": 600}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1184, "y": 600, "move_frame": 2, "move_frames": 4, "control": "notes-open-doc", "validated": false, "ordinal": 8, "t_ms": 720}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1142, "y": 644, "move_frame": 3, "move_frames": 4, "control": "notes-open-doc", "validated": false, "ordinal": 9, "t_ms": 840}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 659, "move_frame": 4, "move_frames": 4, "control": "notes-open-doc", "hit_test": {"validated": true, "x": 1128, "y": 659, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 609, "width": 524, "height": 100}}, "validated": true, "ordinal": 10, "t_ms": 960}, {"node_id": "stark-escalation05.notion.open_doc.14", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 659, "button": "left", "control": "notes-open-doc", "hit_test": {"validated": true, "x": 1128, "y": 659, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 609, "width": 524, "height": 100}}, "validated": true, "ordinal": 11, "t_ms": 1080}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 658, "move_frame": 1, "move_frames": 4, "control": "notes-text-focus", "hit_test": {"validated": true, "x": 1128, "y": 658, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 607, "width": 524, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 658, "move_frame": 2, "move_frames": 4, "control": "notes-text-focus", "validated": false, "ordinal": 2, "t_ms": 120}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 657, "move_frame": 3, "move_frames": 4, "control": "notes-text-focus", "validated": false, "ordinal": 3, "t_ms": 240}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "mouse_move", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "x": 1128, "y": 657, "move_frame": 4, "move_frames": 4, "control": "notes-text-focus", "hit_test": {"validated": true, "x": 1128, "y": 657, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 607, "width": 524, "height": 100}}, "validated": true, "ordinal": 4, "t_ms": 360}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 657, "button": "left", "control": "notes-text-focus", "hit_test": {"validated": true, "x": 1128, "y": 657, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "", "bbox": {"x": 866, "y": 607, "width": 524, "height": 100}}, "validated": true, "ordinal": 5, "t_ms": 480}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "P", "char_index": 1, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 6, "t_ms": 540}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 2, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 7, "t_ms": 560}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 3, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 8, "t_ms": 580}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 4, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 9, "t_ms": 600}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 5, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 10, "t_ms": 620}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 11, "t_ms": 640}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 7, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 12, "t_ms": 660}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 8, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 13, "t_ms": 680}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 9, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 14, "t_ms": 700}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 10, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 15, "t_ms": 720}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 11, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 16, "t_ms": 740}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 12, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 17, "t_ms": 760}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 13, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 18, "t_ms": 780}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 19, "t_ms": 800}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 15, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 20, "t_ms": 820}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 16, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 21, "t_ms": 840}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 17, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 22, "t_ms": 860}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "'", "char_index": 18, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 23, "t_ms": 880}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 19, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 24, "t_ms": 900}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 25, "t_ms": 920}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 21, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 26, "t_ms": 940}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 27, "t_ms": 960}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 23, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 28, "t_ms": 980}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 24, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 29, "t_ms": 1000}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "c", "char_index": 25, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 30, "t_ms": 1020}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 26, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 31, "t_ms": 1040}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 27, "char_count": 27, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 32, "t_ms": 1060}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.2.1", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 657, "button": "left", "control": "notes-text-focus", "hit_test": {"validated": true, "x": 1128, "y": 657, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "Pain: support can't see cud", "bbox": {"x": 866, "y": 607, "width": 524, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.2.1", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "notes-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.2.1", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 657, "button": "left", "control": "notes-text-focus", "hit_test": {"validated": true, "x": 1128, "y": 657, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "Pain: support can't see cud s", "bbox": {"x": 866, "y": 607, "width": 524, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "notes-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 1, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 2, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 3, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 4, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 5, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 6, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 7, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 8, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 9, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 10, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 13, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 14, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "B", "char_index": 15, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "u", "char_index": 16, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 17, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 18, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 19, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 21, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 22, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 23, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 24, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 25, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 26, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 27, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 28, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 29, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 30, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 31, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 32, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 33, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 34, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 35, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 36, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "l", "char_index": 37, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 38, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 39, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 41, "t_ms": 880}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 40, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 42, "t_ms": 900}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 41, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 43, "t_ms": 920}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "Q", "char_index": 42, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 44, "t_ms": 940}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "3", "char_index": 43, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 45, "t_ms": 960}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 44, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 46, "t_ms": 980}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 45, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 47, "t_ms": 1000}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 46, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 48, "t_ms": 1020}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "g", "char_index": 47, "char_count": 47, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 49, "t_ms": 1040}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.4.3", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 657, "button": "left", "control": "notes-text-focus", "hit_test": {"validated": true, "x": 1128, "y": 657, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "Pain: support can't see cud s tomer health. Budget: tied to renewal in Q3. Cg", "bbox": {"x": 866, "y": 607, "width": 524, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.4.3", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "notes-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.4.3", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 657, "button": "left", "control": "notes-text-focus", "hit_test": {"validated": true, "x": 1128, "y": 657, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "Pain: support can't see cud s tomer health. Budget: tied to renewal in Q3. Cg h", "bbox": {"x": 866, "y": 607, "width": 524, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "notes-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 2, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 3, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 4, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 5, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "n", "char_index": 6, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 7, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 9, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 10, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 11, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 12, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 14, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "f", "char_index": 15, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 16, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "C", "char_index": 17, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "S", "char_index": 18, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 19, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 20, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "N", "char_index": 21, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 22, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "x", "char_index": 23, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 24, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 26, "t_ms": 580}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 25, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 27, "t_ms": 600}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 26, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 28, "t_ms": 620}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 27, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 29, "t_ms": 640}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 28, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 30, "t_ms": 660}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "p", "char_index": 29, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 31, "t_ms": 680}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ":", "char_index": 30, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 32, "t_ms": 700}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 31, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 33, "t_ms": 720}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 32, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 34, "t_ms": 740}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 33, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 35, "t_ms": 760}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 34, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 36, "t_ms": 780}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 35, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 37, "t_ms": 800}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "b", "char_index": 36, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 38, "t_ms": 820}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 37, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 39, "t_ms": 840}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "s", "char_index": 38, "char_count": 38, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 40, "t_ms": 860}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.6.5", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 657, "button": "left", "control": "notes-text-focus", "hit_test": {"validated": true, "x": 1128, "y": 657, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "Pain: support can't see cud s tomer health. Budget: tied to renewal in Q3. Cg h ampion: head of CS. Next step: dashbos", "bbox": {"x": 866, "y": 607, "width": 524, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.6.5", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "notes-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.6.5", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 1, "char_count": 1, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "mouse_click", "source": "synthux.input_compiler", "playback": "played", "keypoint": true, "x": 1128, "y": 657, "button": "left", "control": "notes-text-focus", "hit_test": {"validated": true, "x": 1128, "y": 657, "tag": "textarea", "id": "", "class_name": "note-content-input", "role": "", "aria_label": "", "title": "", "text": "Pain: support can't see cud s tomer health. Budget: tied to renewal in Q3. Cg h ampion: head of CS. Next step: dashbos a", "bbox": {"x": 866, "y": 607, "width": 524, "height": 100}}, "validated": true, "ordinal": 1, "t_ms": 0}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "key_press", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "key": "Enter", "control": "notes-text-pbreak", "validated": false, "ordinal": 2, "t_ms": 60}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 1, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 3, "t_ms": 120}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 2, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 4, "t_ms": 140}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 3, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 5, "t_ms": 160}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "d", "char_index": 4, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 6, "t_ms": 180}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 5, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 7, "t_ms": 200}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 6, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 8, "t_ms": 220}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "o", "char_index": 7, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 9, "t_ms": 240}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 8, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 10, "t_ms": 260}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "w", "char_index": 9, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 11, "t_ms": 280}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 10, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 12, "t_ms": 300}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 11, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 13, "t_ms": 320}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 12, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 14, "t_ms": 340}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 13, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 15, "t_ms": 360}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 14, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 16, "t_ms": 380}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "h", "char_index": 15, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 17, "t_ms": 400}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 16, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 18, "t_ms": 420}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "i", "char_index": 17, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 19, "t_ms": 440}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "r", "char_index": 18, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 20, "t_ms": 460}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": " ", "char_index": 19, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 21, "t_ms": 480}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "t", "char_index": 20, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 22, "t_ms": 500}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "e", "char_index": 21, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 23, "t_ms": 520}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "a", "char_index": 22, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 24, "t_ms": 540}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": "m", "char_index": 23, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 25, "t_ms": 560}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "env": "browser-os", "kind": "text_input", "source": "synthux.input_compiler", "playback": "played", "keypoint": false, "text": ".", "char_index": 24, "char_count": 24, "delay_ms": 4, "control": "notes-text-text", "validated": false, "ordinal": 26, "t_ms": 580}], "observations": [{"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/projects/SUP", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/projects/SUP"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1000", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/browse/SUP-1000"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "notifications", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "notifications"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://stackoverflow.com", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://stackoverflow.com"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "ticket-body"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1001", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/browse/SUP-1001"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "ticket-body"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1002", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/browse/SUP-1002"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "ticket-body"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1003", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/browse/SUP-1003"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "ticket-body"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "browser.navigated", "surface": "browser", "action": "open_url", "target": "https://acme.atlassian.net/browse/SUP-1004", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "https://acme.atlassian.net/browse/SUP-1004"}, "observation": "Low-level replay drove browser-os/browser.open_url.", "error": null}, {"ok": true, "event": "browser.quote_extracted", "surface": "browser", "action": "extract_quote", "target": "ticket-body", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:browser", "visibleText": "ticket-body"}, "observation": "Low-level replay drove browser-os/browser.extract_quote.", "error": null}, {"ok": true, "event": "calendar.view_opened", "surface": "calendar", "action": "open_view", "target": "day", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:calendar", "visibleText": "day"}, "observation": "Low-level replay drove browser-os/calendar.open_view.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "open_doc", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notes", "visibleText": "sales/discovery-notes-acme"}, "observation": "Low-level replay drove browser-os/notes.open_doc.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notes", "visibleText": "Pain: support can't see cud"}, "observation": "Low-level replay drove browser-os/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notes", "visibleText": "s"}, "observation": "Low-level replay drove browser-os/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notes", "visibleText": "tomer health. Budget: tied to renewal in Q3. Cg"}, "observation": "Low-level replay drove browser-os/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notes", "visibleText": "h"}, "observation": "Low-level replay drove browser-os/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notes", "visibleText": "ampion: head of CS. Next step: dashbos"}, "observation": "Low-level replay drove browser-os/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notes", "visibleText": "a"}, "observation": "Low-level replay drove browser-os/notes.insert_text.", "error": null}, {"ok": true, "event": "app.action", "surface": "notion", "action": "insert_text", "target": "sales/discovery-notes-acme", "state": {"causal": true, "mutation_channel": "low_level_input", "app_native": true, "compiler": "browser-os:notes", "visibleText": "rd demo with their team."}, "observation": "Low-level replay drove browser-os/notes.insert_text.", "error": null}], "alignment": [{"node_id": "stark-escalation05.browser.open_url.0", "observation_index": 0, "input_event_ordinals": [1, 2]}, {"node_id": "stark-escalation05.browser.open_url.1", "observation_index": 1, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.open_url.1.synth.detour.1.0", "observation_index": 2, "input_event_ordinals": [1, 2, 3, 4, 5]}, {"node_id": "stark-escalation05.browser.open_url.1.synth.tab.1", "observation_index": 3, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.extract_quote.2", "observation_index": 4, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.open_url.3", "observation_index": 5, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.extract_quote.4", "observation_index": 6, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.open_url.5", "observation_index": 7, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.extract_quote.6", "observation_index": 8, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.open_url.7", "observation_index": 9, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.extract_quote.8", "observation_index": 10, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.open_url.9", "observation_index": 11, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.browser.extract_quote.10", "observation_index": 12, "input_event_ordinals": [1]}, {"node_id": "stark-escalation05.calendar.open_view.13", "observation_index": 13, "input_event_ordinals": [1, 2, 3, 4, 5, 6]}, {"node_id": "stark-escalation05.notion.open_doc.14", "observation_index": 14, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "observation_index": 15, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.2.1", "observation_index": 16, "input_event_ordinals": [1, 2, 3]}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "observation_index": 17, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.4.3", "observation_index": 18, "input_event_ordinals": [1, 2, 3]}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "observation_index": 19, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40]}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.6.5", "observation_index": 20, "input_event_ordinals": [1, 2, 3]}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "observation_index": 21, "input_event_ordinals": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}]}, "media": {"video": "videos/stark-escalation05__browser-os.webm", "frames": [{"node_id": "stark-escalation05.browser.open_url.0", "t_ms": 60, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.0.png"}, {"node_id": "stark-escalation05.browser.open_url.1", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.png"}, {"node_id": "stark-escalation05.browser.open_url.1.synth.detour.1.0", "t_ms": 160, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.synth.detour.1.0.png"}, {"node_id": "stark-escalation05.browser.open_url.1.synth.tab.1", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.synth.tab.1.png"}, {"node_id": "stark-escalation05.browser.extract_quote.2", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.2.png"}, {"node_id": "stark-escalation05.browser.open_url.3", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.3.png"}, {"node_id": "stark-escalation05.browser.extract_quote.4", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.4.png"}, {"node_id": "stark-escalation05.browser.open_url.5", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.5.png"}, {"node_id": "stark-escalation05.browser.extract_quote.6", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.6.png"}, {"node_id": "stark-escalation05.browser.open_url.7", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.7.png"}, {"node_id": "stark-escalation05.browser.extract_quote.8", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.8.png"}, {"node_id": "stark-escalation05.browser.open_url.9", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.9.png"}, {"node_id": "stark-escalation05.browser.extract_quote.10", "t_ms": 0, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.10.png"}, {"node_id": "stark-escalation05.calendar.open_view.13", "t_ms": 180, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.calendar.open_view.13.png"}, {"node_id": "stark-escalation05.notion.open_doc.14", "t_ms": 280, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.notion.open_doc.14.png"}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.1.0", "t_ms": 700, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.1.0.png"}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.2.1", "t_ms": 120, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.2.1.png"}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.3.2", "t_ms": 1040, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.3.2.png"}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.4.3", "t_ms": 120, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.4.3.png"}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.5.4", "t_ms": 860, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.5.4.png"}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.6.5", "t_ms": 120, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.6.5.png"}, {"node_id": "stark-escalation05.notion.insert_text.15.synth.typo.7.6", "t_ms": 580, "blob_ref": "screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.7.6.png"}]}} diff --git a/dataset_stats.json b/dataset_stats.json new file mode 100644 index 0000000000000000000000000000000000000000..99760592c8d1b5f5f838c92aa6526865bc1b164b --- /dev/null +++ b/dataset_stats.json @@ -0,0 +1,11 @@ +{ + "trajectories": 36, + "videos": 36, + "frames": 823, + "companies": 6, + "by_env": { + "browser-os": 8, + "macos-web-next": 11, + "windows-web-next": 17 + } +} \ No newline at end of file diff --git a/screenshots/acme-assistant01__macos-web-next/acme-assistant01.calendar.open_view.7.png b/screenshots/acme-assistant01__macos-web-next/acme-assistant01.calendar.open_view.7.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-assistant01__macos-web-next/acme-assistant01.calendar.open_view.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-assistant01__macos-web-next/acme-assistant01.mail.open_inbox.0.png b/screenshots/acme-assistant01__macos-web-next/acme-assistant01.mail.open_inbox.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-assistant01__macos-web-next/acme-assistant01.mail.open_inbox.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-assistant01__macos-web-next/acme-assistant01.mail.open_inbox.12.png b/screenshots/acme-assistant01__macos-web-next/acme-assistant01.mail.open_inbox.12.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-assistant01__macos-web-next/acme-assistant01.mail.open_inbox.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-assistant01__macos-web-next/mkt.acme.launch.png b/screenshots/acme-assistant01__macos-web-next/mkt.acme.launch.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce387361d29bcc6c439fa0b00ddb35d205bd7a4 --- /dev/null +++ b/screenshots/acme-assistant01__macos-web-next/mkt.acme.launch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c975f71b53bed60b341cd19bfa5e863eb5d5ee98f61a76435bedbcf3f6a353 +size 900122 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.calendar.open_view.0.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.calendar.open_view.0.png new file mode 100644 index 0000000000000000000000000000000000000000..19cad54aa6d23cc5a83c0c028af4e4a999d671bd --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.calendar.open_view.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee7a1f5757235f8e76a9a24c0348cea50d6066baa9062d0e1ac3bd8af48e3b2 +size 136209 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.calendar.open_view.13.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.calendar.open_view.13.png new file mode 100644 index 0000000000000000000000000000000000000000..62284c3064f2c996e8d38e75d9c7bdc89321a5d4 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.calendar.open_view.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502efd0d873fdd1d089476385675262ac1d351d70e6bb695f18e8666c4a07a01 +size 161739 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.add_label.7.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.add_label.7.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.add_label.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.archive.11.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.archive.11.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.archive.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.archive.9.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.archive.9.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.archive.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_inbox.3.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_inbox.3.png new file mode 100644 index 0000000000000000000000000000000000000000..f7a93738b20585ccc5a52dbfffcb2496ece5a7c9 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_inbox.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fd68999e93602c3e73ae044ec3450e041e870632104e69c54a3f0da854c95b +size 137372 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.10.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.10.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.4.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.6.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.6.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.8.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.8.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.open_thread.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.1.0.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.2.1.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.3.2.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.mail.reply.5.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.4.0.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..0fef565cdd8df4d5609d1ae93f4d8be04fa182dc --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba2f094e32ab95ee8ebf07991bdda0970256661fb154c58131fcd466dc203ca +size 234308 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.5.1.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..ae0639510380bcd229065eb41bb28b296fd0732c --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8aa60507102d30fba4a24e259c2ea8d0c20e0f9aa59b4944dfdfe24ccb12d9 +size 124092 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.6.2.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..19cad54aa6d23cc5a83c0c028af4e4a999d671bd --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.15.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee7a1f5757235f8e76a9a24c0348cea50d6066baa9062d0e1ac3bd8af48e3b2 +size 136209 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.2.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.2.png new file mode 100644 index 0000000000000000000000000000000000000000..1446b62908e0acb600742f58d004620fc5e17558 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.insert_text.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936211406833f049a145bb00c6087399daf98d56c0ab21145496f9dc9cf3efde +size 234427 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.open_doc.1.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.open_doc.1.png new file mode 100644 index 0000000000000000000000000000000000000000..7cbc453c8ab0bd5f271737c6eacc2f501b6b1cb1 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.open_doc.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13acd61ca1d61186c151928483a1906dea8f51ab74f715ec13a31877d4828458 +size 159758 diff --git a/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.open_doc.14.png b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.open_doc.14.png new file mode 100644 index 0000000000000000000000000000000000000000..7cbc453c8ab0bd5f271737c6eacc2f501b6b1cb1 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/acme-bdr04.notion.open_doc.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13acd61ca1d61186c151928483a1906dea8f51ab74f715ec13a31877d4828458 +size 159758 diff --git a/screenshots/acme-bdr04__windows-web-next/xco.acme.confirm.png b/screenshots/acme-bdr04__windows-web-next/xco.acme.confirm.png new file mode 100644 index 0000000000000000000000000000000000000000..85eed252253fcefd0cf0bd5b20eebfd59789a9c6 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/xco.acme.confirm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ccab1dcabd7b7b473bc00cfd8d7a4eb98f13be8514846cdeb3192737c2d49b +size 198487 diff --git a/screenshots/acme-bdr04__windows-web-next/xco.acme.offer.png b/screenshots/acme-bdr04__windows-web-next/xco.acme.offer.png new file mode 100644 index 0000000000000000000000000000000000000000..f496e202a24d4a9e7a76ba51ca76c9ea2394bfc4 --- /dev/null +++ b/screenshots/acme-bdr04__windows-web-next/xco.acme.offer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90a582c1a3957b74465f5f5b9f84d01b1085471415241c718af33e933754dd9 +size 258493 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.calendar.open_view.13.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.calendar.open_view.13.png new file mode 100644 index 0000000000000000000000000000000000000000..78f680c1589bdaf0b0599f7b9fb66231c2d58d3f --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.calendar.open_view.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27919532f8d3e5cb752d2ad76a780129658bb49703ec518930aee702599ddde2 +size 626457 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.calendar.open_view.9.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.calendar.open_view.9.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.calendar.open_view.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.mail.open_inbox.0.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.mail.open_inbox.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.mail.open_inbox.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.1.0.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..a3811a3e639e1ab4107662b84b5f51067369286e --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87f0890dab4930398d826e0f95b05575fbbf2661b632f1bf55b268b97fdf021 +size 924248 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.2.1.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..549b6ded5e38ac2287ff3339899fd7b22af3c8a0 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e10e2b4abcebcc92526b9c81cb9f6e967d67c280db6bacdb39cb7b80b5c888b +size 626686 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6e6c2cc5133be97fc45c30506a82588706b922 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.2.1.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b7074f0784f8ece619a274032134b8b0f218591883c06a04251c2ab7f9a50d +size 638392 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.3.2.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..1a2185d2349dfe72aa9c3911ad91cbc02d12aa48 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.11.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347bc772b51c921854b93f59e45a3a79ee5679ddff36807fad61462a86055261 +size 625423 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.4.0.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..968c1e3028faf7ab81e0b7ddb52945419f818846 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f781b999a52853b46a696af923d9b779f6b514e16134dddd1b0d8259535f51c +size 616504 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6e6c2cc5133be97fc45c30506a82588706b922 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.4.0.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b7074f0784f8ece619a274032134b8b0f218591883c06a04251c2ab7f9a50d +size 638392 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.5.1.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..549b6ded5e38ac2287ff3339899fd7b22af3c8a0 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e10e2b4abcebcc92526b9c81cb9f6e967d67c280db6bacdb39cb7b80b5c888b +size 626686 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.6.2.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..a3811a3e639e1ab4107662b84b5f51067369286e --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.insert_text.15.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87f0890dab4930398d826e0f95b05575fbbf2661b632f1bf55b268b97fdf021 +size 924248 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.open_doc.10.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.open_doc.10.png new file mode 100644 index 0000000000000000000000000000000000000000..968c1e3028faf7ab81e0b7ddb52945419f818846 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.open_doc.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f781b999a52853b46a696af923d9b779f6b514e16134dddd1b0d8259535f51c +size 616504 diff --git a/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.open_doc.14.png b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.open_doc.14.png new file mode 100644 index 0000000000000000000000000000000000000000..968c1e3028faf7ab81e0b7ddb52945419f818846 --- /dev/null +++ b/screenshots/acme-recruiter03__macos-web-next/acme-recruiter03.notion.open_doc.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f781b999a52853b46a696af923d9b779f6b514e16134dddd1b0d8259535f51c +size 616504 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.browser.extract_quote.14.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.browser.extract_quote.14.png new file mode 100644 index 0000000000000000000000000000000000000000..c222c2519219c87380a6836ea9658840abbc78db --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.browser.extract_quote.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98bdbeed2fc4af2c1faa5a3206ac88b8217e6156e40b732ce3b032114683863 +size 99023 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.drill_into_alert.13.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.drill_into_alert.13.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.drill_into_alert.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.open_dashboard.11.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.open_dashboard.11.png new file mode 100644 index 0000000000000000000000000000000000000000..c222c2519219c87380a6836ea9658840abbc78db --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.open_dashboard.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98bdbeed2fc4af2c1faa5a3206ac88b8217e6156e40b732ce3b032114683863 +size 99023 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.set_time_range.12.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.set_time_range.12.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.dashboard.set_time_range.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.open_file.1.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.open_file.1.png new file mode 100644 index 0000000000000000000000000000000000000000..c222c2519219c87380a6836ea9658840abbc78db --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.open_file.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98bdbeed2fc4af2c1faa5a3206ac88b8217e6156e40b732ce3b032114683863 +size 99023 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.open_file.4.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.open_file.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.open_file.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.1.0.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..902cee029ff779b5f4ffdf9b570e6d9bdbbb88d0 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1355360c10ec05b9cf023cae1d9e8a0b210bac39b5508fe925a924c642d8854e +size 186471 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.2.1.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..81e39a0338d2e5e7ab19a4ce7c8434800e87a97b --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7601a30447f255df4781566b1a3878ba148014182e98c27fff65c46799e0ff3 +size 11954 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..dd5a4d5ca143c938273d11be3400bc280777bd2f --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056b59e8f146946411fcd1288655926c43b70790f1df795a5002bf83bfe158d8 +size 114920 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..c222c2519219c87380a6836ea9658840abbc78db --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.2.synth.typo.3.2.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98bdbeed2fc4af2c1faa5a3206ac88b8217e6156e40b732ce3b032114683863 +size 99023 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.5.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.5.png new file mode 100644 index 0000000000000000000000000000000000000000..3bece9414fc616bbb267fc153b161abdac3d5904 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.replace_buffer.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74cd0040e4ce3d6503628a8c877951ca1d60a43cc0014d8ea00a7ddeedb891d +size 193585 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.save_file.3.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.save_file.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.save_file.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.save_file.6.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.save_file.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.editor.save_file.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.finder.open_path.0.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.finder.open_path.0.png new file mode 100644 index 0000000000000000000000000000000000000000..c222c2519219c87380a6836ea9658840abbc78db --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.finder.open_path.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98bdbeed2fc4af2c1faa5a3206ac88b8217e6156e40b732ce3b032114683863 +size 99023 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.open_channel.16.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.open_channel.16.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.open_channel.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.17.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.17.png new file mode 100644 index 0000000000000000000000000000000000000000..c222c2519219c87380a6836ea9658840abbc78db --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98bdbeed2fc4af2c1faa5a3206ac88b8217e6156e40b732ce3b032114683863 +size 99023 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.19.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.19.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.21.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.21.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.slack.scroll_history.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.10.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.10.png new file mode 100644 index 0000000000000000000000000000000000000000..95d34199b1526fb4adb2287e9a0c200a1dc86175 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357724da67aafde7041d4c8c869ebf7888ae45c68d51307a24f32af98eb956fc +size 117955 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.7.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.7.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c980fa5bec645ac12e8df5724825777c396c85 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615b08ba8e95925bfb3b239ccb25ab07afeccdef8f2722b3df3bdcfad63f8a34 +size 106200 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.8.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.8.png new file mode 100644 index 0000000000000000000000000000000000000000..c222c2519219c87380a6836ea9658840abbc78db --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98bdbeed2fc4af2c1faa5a3206ac88b8217e6156e40b732ce3b032114683863 +size 99023 diff --git a/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.9.png b/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.9.png new file mode 100644 index 0000000000000000000000000000000000000000..30d5d64f91faf3cdedf07b01c19b9bccd31e40a5 --- /dev/null +++ b/screenshots/acme-scientist00__browser-os/acme-scientist00.terminal.run_command.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a41c21258cd0bf0bac15ed1cd15293cf38e95e5cb9495ef24308c98c9b3746 +size 125492 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.calendar.open_view.8.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.calendar.open_view.8.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.calendar.open_view.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.1.0.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..7f7d039bd8537d96ded3a76e269f168dc11979c8 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a380fa569585028e88e766676760e9f552e3e1c9202b3ce2aa8a38b5b85759 +size 541111 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.2.1.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3498fb680cd410bd39daac0e12fdc128cf074123 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8647e7f621959d1737169e3f1b64a2860650d30200c1a4a8f6337b906b8453 +size 609972 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.3.2.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..ab649063140af82def6931bb0e594a06556363c6 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.insert_text.10.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cf5a756c640191226943ceb7be9272220d924a4851770c2b0b97b8f0a74e2b +size 750715 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.open_doc.9.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.open_doc.9.png new file mode 100644 index 0000000000000000000000000000000000000000..ce01fc184a12235a9f7c491ab8d973b13856d6e5 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.notion.open_doc.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fc7ceba297ed05a842b1e8b9088eca9056514168ac467c46866076227001bc +size 599967 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.open_channel.0.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.open_channel.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.open_channel.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.2.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b51a8545b088e7760d2f7b78c692e61e609c72b --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbf71a9e7978e9bc79770bfcfe369ad4e936f7e4371749efab5aac98cda830a +size 631112 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.7.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.7.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd0813cdaaa5265e6531b365542d6ba359eb951 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c660e9ffae56a7340093db28a8b498a90fd7e1039e9d28ea9609dfd56d6357fd +size 685541 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.7.synth.reread.1.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.7.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.post_message.7.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.1.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.1.png new file mode 100644 index 0000000000000000000000000000000000000000..5651fb80c5c4dbd05cbe533c280395cd73b10aff --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b7ff3d9a13529fe724a03466ecb3097e0752764ccbf912f64feb9635d5a583 +size 612764 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.4.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.4.png new file mode 100644 index 0000000000000000000000000000000000000000..5651fb80c5c4dbd05cbe533c280395cd73b10aff --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b7ff3d9a13529fe724a03466ecb3097e0752764ccbf912f64feb9635d5a583 +size 612764 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.6.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slack.scroll_history.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.4.0.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b452616c96ca3c3e3415ead6399baecb209097 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970966157301506be04e63b78ab8b4136c81a6c5dbd0b1321b7cd6b122c20270 +size 635685 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.5.1.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b452616c96ca3c3e3415ead6399baecb209097 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970966157301506be04e63b78ab8b4136c81a6c5dbd0b1321b7cd6b122c20270 +size 635685 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.6.2.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b452616c96ca3c3e3415ead6399baecb209097 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.add_slide.13.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970966157301506be04e63b78ab8b4136c81a6c5dbd0b1321b7cd6b122c20270 +size 635685 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.edit_text_box.14.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.edit_text_box.14.png new file mode 100644 index 0000000000000000000000000000000000000000..9710771c4bbdd42c654de8659f3acaab92a536e4 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.edit_text_box.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d95bdb97f2bc47a79f8122554c4cf704eb89799bbb13162438a5993a2c3393 +size 754816 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.open_deck.12.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.open_deck.12.png new file mode 100644 index 0000000000000000000000000000000000000000..3498fb680cd410bd39daac0e12fdc128cf074123 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.open_deck.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8647e7f621959d1737169e3f1b64a2860650d30200c1a4a8f6337b906b8453 +size 609972 diff --git a/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.save_deck.15.png b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.save_deck.15.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-senior02__macos-web-next/acme-senior02.slides.save_deck.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.calendar.open_view.0.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.calendar.open_view.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.calendar.open_view.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.calendar.open_view.3.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.calendar.open_view.3.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9ef1ed4a254cd9f6c39a962019318db42b5a5b --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.calendar.open_view.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3a8e702084c80222ff8b960b2db21960812225d16851d390232a3d3cbc6aea +size 619501 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.1.0.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..223065012af81cd96cc88507fc72d608d40c727e --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d14454a54e651b302ea91ea536ae3d1422121198dc01a616e3e51bb55839503 +size 603783 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.2.1.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9ef1ed4a254cd9f6c39a962019318db42b5a5b --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3a8e702084c80222ff8b960b2db21960812225d16851d390232a3d3cbc6aea +size 619501 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.3.2.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..27e9e13dd0ba55a10d809f60b838289fa860590e --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f36b923d0a1af142c35f879f27bf85c7195bd00589b3935d6a51818ce9a01f +size 734319 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.4.3.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.4.3.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9ef1ed4a254cd9f6c39a962019318db42b5a5b --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.4.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3a8e702084c80222ff8b960b2db21960812225d16851d390232a3d3cbc6aea +size 619501 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..180cd764c2e219b1fec88e9a8e001ad1ea81cf88 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.4.3.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e301b3b294908ec3da61d48e0200cd12b7f3853a45c83b12ae71d37d95d18f +size 592743 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.5.4.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.5.4.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa8c80cc6c05a6f99fddc6475e3dc50c6e0d693 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.5.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b3ec3566f0e3da5351dbed58e871d70caa811abdf0497492ee901f9c144fd6 +size 494892 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..180cd764c2e219b1fec88e9a8e001ad1ea81cf88 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.2.synth.typo.5.4.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e301b3b294908ec3da61d48e0200cd12b7f3853a45c83b12ae71d37d95d18f +size 592743 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.10.4.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.10.4.png new file mode 100644 index 0000000000000000000000000000000000000000..2be1f5fe0c03dd8d2324a62c211589d0a04e6a34 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.10.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688930322a40b7d729b527c8086f8ca10cd1d71a8fce8f707a4df3d692f65b11 +size 620078 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..180cd764c2e219b1fec88e9a8e001ad1ea81cf88 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.10.4.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e301b3b294908ec3da61d48e0200cd12b7f3853a45c83b12ae71d37d95d18f +size 592743 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.11.5.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.11.5.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9ef1ed4a254cd9f6c39a962019318db42b5a5b --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.11.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3a8e702084c80222ff8b960b2db21960812225d16851d390232a3d3cbc6aea +size 619501 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..180cd764c2e219b1fec88e9a8e001ad1ea81cf88 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.11.5.synth.reread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e301b3b294908ec3da61d48e0200cd12b7f3853a45c83b12ae71d37d95d18f +size 592743 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.12.6.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.12.6.png new file mode 100644 index 0000000000000000000000000000000000000000..223065012af81cd96cc88507fc72d608d40c727e --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.12.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d14454a54e651b302ea91ea536ae3d1422121198dc01a616e3e51bb55839503 +size 603783 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.6.0.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.6.0.png new file mode 100644 index 0000000000000000000000000000000000000000..2d9cf25c68ce186f18e7bcb2f6d8a8b643948e35 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.6.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470f3dc6c0b55fa277e16798b52b911d8b981f09c32d441e054e0e2a9f3aa17a +size 643057 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.7.1.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.7.1.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9ef1ed4a254cd9f6c39a962019318db42b5a5b --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.7.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3a8e702084c80222ff8b960b2db21960812225d16851d390232a3d3cbc6aea +size 619501 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.8.2.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.8.2.png new file mode 100644 index 0000000000000000000000000000000000000000..52e92d626ec38c9cf0fa47e6f4d94f00ad5c1f25 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.8.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039d5418644030596d7b36bf70fcb61c287f8938e05d0398a0d4d67382f59f95 +size 617844 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.9.3.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.9.3.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9ef1ed4a254cd9f6c39a962019318db42b5a5b --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.insert_text.5.synth.typo.9.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3a8e702084c80222ff8b960b2db21960812225d16851d390232a3d3cbc6aea +size 619501 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.open_doc.1.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.open_doc.1.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0fff854f2fe54df7e89d7a6c4d0e9a0283bbc1 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.open_doc.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109d54739a4027f101b9fc2078d750fb7c7f41b6bc525af0bb5510ebabcdb505 +size 618028 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.open_doc.4.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.open_doc.4.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0fff854f2fe54df7e89d7a6c4d0e9a0283bbc1 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.notion.open_doc.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109d54739a4027f101b9fc2078d750fb7c7f41b6bc525af0bb5510ebabcdb505 +size 618028 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.open_channel.7.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.open_channel.7.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.open_channel.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.12.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.12.png new file mode 100644 index 0000000000000000000000000000000000000000..a42dac5207bd51c3a2eb0e9cea8adf304c007457 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992ef62f5a29168673df13beb4bf1b60171d849f47958790f87af0bedfc4f131 +size 812127 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.12.synth.reread.5.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.12.synth.reread.5.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.12.synth.reread.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.9.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.9.png new file mode 100644 index 0000000000000000000000000000000000000000..a72d30561bc7c4f04468bd07998a1b175c6cecef --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.post_message.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc3968784e7f40a155227c8091025ec441a1ce99c5af88804e4730cf901e8f4 +size 733625 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.11.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.11.png new file mode 100644 index 0000000000000000000000000000000000000000..180cd764c2e219b1fec88e9a8e001ad1ea81cf88 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e301b3b294908ec3da61d48e0200cd12b7f3853a45c83b12ae71d37d95d18f +size 592743 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.14.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.14.png new file mode 100644 index 0000000000000000000000000000000000000000..180cd764c2e219b1fec88e9a8e001ad1ea81cf88 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e301b3b294908ec3da61d48e0200cd12b7f3853a45c83b12ae71d37d95d18f +size 592743 diff --git a/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.8.png b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.8.png new file mode 100644 index 0000000000000000000000000000000000000000..180cd764c2e219b1fec88e9a8e001ad1ea81cf88 --- /dev/null +++ b/screenshots/acme-senior05__macos-web-next/acme-senior05.slack.scroll_history.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e301b3b294908ec3da61d48e0200cd12b7f3853a45c83b12ae71d37d95d18f +size 592743 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.calendar.open_view.8.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.calendar.open_view.8.png new file mode 100644 index 0000000000000000000000000000000000000000..5d529886ebca0944b8a745f8828a5993243b59bb --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.calendar.open_view.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badb51301ce36991dd9a58219873707f159923088ee26528b6b8651155336702 +size 610341 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.16.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.16.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.18.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.18.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.20.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.20.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.add_label.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_inbox.12.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_inbox.12.png new file mode 100644 index 0000000000000000000000000000000000000000..5d529886ebca0944b8a745f8828a5993243b59bb --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_inbox.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badb51301ce36991dd9a58219873707f159923088ee26528b6b8651155336702 +size 610341 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.13.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.13.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.15.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.15.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.17.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.17.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.19.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.19.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.21.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.21.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.open_thread.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.4.0.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.5.1.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.6.2.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.14.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.7.0.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.7.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.7.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.8.1.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.8.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.8.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.9.2.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.9.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.mail.reply.22.synth.typo.9.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.1.0.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..5d529886ebca0944b8a745f8828a5993243b59bb --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badb51301ce36991dd9a58219873707f159923088ee26528b6b8651155336702 +size 610341 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.2.1.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..db1a9ff0ab58086b031aad5322236971d4c4c528 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7337c42fe1778f88472afab4112b4f2eb26ec4eca526b8b4380b10bf7d7015d1 +size 602270 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.3.2.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..2ebb1fc8488a89eee8c6f9ad0011f5b66f62d5fa --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.insert_text.10.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18fa82b037cdd55e019449602761c172ae578d254f1a06d3b698394bd00e1d7 +size 727533 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.open_doc.9.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.open_doc.9.png new file mode 100644 index 0000000000000000000000000000000000000000..370ae04aacd396b18e4c88143bdb0f83345f8165 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.notion.open_doc.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af86c67565213bdac4d7be107568a260733f82e70544780bfba5b5d5ea6a5b7 +size 611093 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.open_channel.0.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.open_channel.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.open_channel.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.post_message.2.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.post_message.2.png new file mode 100644 index 0000000000000000000000000000000000000000..b52deef6617b8014dd38d6500fef0bbbbe4c08f4 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.post_message.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e160c146b3c0a9a55b41e06f5d1654844c04059cf9a9abb6f22308865d4129b6 +size 697977 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.post_message.5.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.post_message.5.png new file mode 100644 index 0000000000000000000000000000000000000000..1f4406ebbefff8cfca801c08944df27175d5f005 --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.post_message.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3254d2fdfc0695d17d16de7e518d2a20d8ca5bd369155d15eb4a04d8f0eb47b9 +size 684633 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.1.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.1.png new file mode 100644 index 0000000000000000000000000000000000000000..fd180bbb92d615928339dd0b530c160e34811b6f --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a215c2f433d494850938acefa96089e1cdeb9de36c346019507331f870ea2c3e +size 616677 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.4.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.4.png new file mode 100644 index 0000000000000000000000000000000000000000..fd180bbb92d615928339dd0b530c160e34811b6f --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a215c2f433d494850938acefa96089e1cdeb9de36c346019507331f870ea2c3e +size 616677 diff --git a/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.7.png b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.7.png new file mode 100644 index 0000000000000000000000000000000000000000..fd180bbb92d615928339dd0b530c160e34811b6f --- /dev/null +++ b/screenshots/globex-coo03__macos-web-next/globex-coo03.slack.scroll_history.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a215c2f433d494850938acefa96089e1cdeb9de36c346019507331f870ea2c3e +size 616677 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.browser.extract_quote.3.png b/screenshots/globex-growth00__browser-os/globex-growth00.browser.extract_quote.3.png new file mode 100644 index 0000000000000000000000000000000000000000..96b913e4982eeaba1d39dc996ab701d907b505f5 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.browser.extract_quote.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e98bb9692b93638910b8c9921b4640b21aa0aef9f368543b17686ec7b3aee7 +size 10549 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.browser.extract_quote.3.synth.tab.3.png b/screenshots/globex-growth00__browser-os/globex-growth00.browser.extract_quote.3.synth.tab.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.browser.extract_quote.3.synth.tab.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.drill_into_alert.2.png b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.drill_into_alert.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.drill_into_alert.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.drill_into_alert.2.synth.tab.2.png b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.drill_into_alert.2.synth.tab.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.drill_into_alert.2.synth.tab.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.open_dashboard.0.png b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.open_dashboard.0.png new file mode 100644 index 0000000000000000000000000000000000000000..873d6add3ddc9e95f2fbcc617f5d1fb3f99a04d2 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.open_dashboard.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea1fd142381bb4737a47581ee869cab92e736b1509b8103c6eb5957360aa4bc +size 106094 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.open_dashboard.0.synth.tab.1.png b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.open_dashboard.0.synth.tab.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.open_dashboard.0.synth.tab.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.set_time_range.1.png b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.set_time_range.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.dashboard.set_time_range.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.slack.open_channel.4.png b/screenshots/globex-growth00__browser-os/globex-growth00.slack.open_channel.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.slack.open_channel.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.slack.post_message.6.png b/screenshots/globex-growth00__browser-os/globex-growth00.slack.post_message.6.png new file mode 100644 index 0000000000000000000000000000000000000000..8efc59cbd4ae71d3dae3886c43a8beba70557de1 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.slack.post_message.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3da898a7acc815e12a7fca8d5365b84b8f740ce5c1ef9666227eb6388c078a +size 168829 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.slack.post_message.6.synth.undo.1.png b/screenshots/globex-growth00__browser-os/globex-growth00.slack.post_message.6.synth.undo.1.png new file mode 100644 index 0000000000000000000000000000000000000000..600a51ebc1e1b8bb8a948859b35541d85e7c89c1 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.slack.post_message.6.synth.undo.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804c607e9c6b062c7c20848d7b29e9c444a0df8e51b8fe56600ba0efd5a0d794 +size 105416 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.slack.scroll_history.5.png b/screenshots/globex-growth00__browser-os/globex-growth00.slack.scroll_history.5.png new file mode 100644 index 0000000000000000000000000000000000000000..96b913e4982eeaba1d39dc996ab701d907b505f5 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.slack.scroll_history.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e98bb9692b93638910b8c9921b4640b21aa0aef9f368543b17686ec7b3aee7 +size 10549 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.1.0.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..873d6add3ddc9e95f2fbcc617f5d1fb3f99a04d2 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea1fd142381bb4737a47581ee869cab92e736b1509b8103c6eb5957360aa4bc +size 106094 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.2.1.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac934d3d5938fb0c252891b3599ebc867a74523 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7391092415a82767e8e21acfa22b01625e7e5bd005a080ce0b9f97e9f0d21d0 +size 11550 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2.png new file mode 100644 index 0000000000000000000000000000000000000000..861e0827130090136b963c8aed1ec1bca844bcdb --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.2.1.synth.undo.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b4cd79b20d51aa72c4dad662f2c39677138ab449e53086f059623ae21cd25e +size 105815 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.3.2.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e4992ea13b32c3ae773fecd8565aee46d1f152 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cc1dec7c699709a613c8402fca89e10726f7271ec77e1447d0cf8cf650fe2c +size 104326 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.4.3.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.4.3.png new file mode 100644 index 0000000000000000000000000000000000000000..58d016bf489afff02575943b2a6b3f1bb21839d8 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.4.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1db3b76165e5c85729bb62b6353b329e9460b6ed2445c78c16a76ed32694d1 +size 103009 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..96b913e4982eeaba1d39dc996ab701d907b505f5 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.4.3.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e98bb9692b93638910b8c9921b4640b21aa0aef9f368543b17686ec7b3aee7 +size 10549 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.5.4.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.5.4.png new file mode 100644 index 0000000000000000000000000000000000000000..861e0827130090136b963c8aed1ec1bca844bcdb --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.5.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b4cd79b20d51aa72c4dad662f2c39677138ab449e53086f059623ae21cd25e +size 105815 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.6.5.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.6.5.png new file mode 100644 index 0000000000000000000000000000000000000000..58d016bf489afff02575943b2a6b3f1bb21839d8 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.6.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1db3b76165e5c85729bb62b6353b329e9460b6ed2445c78c16a76ed32694d1 +size 103009 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..96b913e4982eeaba1d39dc996ab701d907b505f5 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.6.5.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e98bb9692b93638910b8c9921b4640b21aa0aef9f368543b17686ec7b3aee7 +size 10549 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.7.6.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.7.6.png new file mode 100644 index 0000000000000000000000000000000000000000..873d6add3ddc9e95f2fbcc617f5d1fb3f99a04d2 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.10.synth.typo.7.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea1fd142381bb4737a47581ee869cab92e736b1509b8103c6eb5957360aa4bc +size 106094 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.11.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.11.png new file mode 100644 index 0000000000000000000000000000000000000000..ac2e13daa9d13caf8b2b896c832b2b440fd501de --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4254cd6e20f8403b33ab948d009c2fe806d933e76dd976c0ad92d47f684354f5 +size 151701 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.10.2.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.10.2.png new file mode 100644 index 0000000000000000000000000000000000000000..61fd14ed1906505f1dd7fa8904df53738b893127 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.10.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80ba0c601de51606d3fef6cbd14e0abd894dc8b5bb12b4c8188032b3be49fcb +size 105864 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.11.3.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.11.3.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac934d3d5938fb0c252891b3599ebc867a74523 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.11.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7391092415a82767e8e21acfa22b01625e7e5bd005a080ce0b9f97e9f0d21d0 +size 11550 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3.png new file mode 100644 index 0000000000000000000000000000000000000000..861e0827130090136b963c8aed1ec1bca844bcdb --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.11.3.synth.undo.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b4cd79b20d51aa72c4dad662f2c39677138ab449e53086f059623ae21cd25e +size 105815 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.12.4.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.12.4.png new file mode 100644 index 0000000000000000000000000000000000000000..c8dd5ec6d1c2b41ae14bb33187f156fff68d23ea --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.12.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ba8280f5699c32d57d6ded3990c462422473bd5fa75fe68153ec750a9c87cc +size 143614 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.8.0.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.8.0.png new file mode 100644 index 0000000000000000000000000000000000000000..61fd14ed1906505f1dd7fa8904df53738b893127 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.8.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80ba0c601de51606d3fef6cbd14e0abd894dc8b5bb12b4c8188032b3be49fcb +size 105864 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.9.1.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.9.1.png new file mode 100644 index 0000000000000000000000000000000000000000..58d016bf489afff02575943b2a6b3f1bb21839d8 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.9.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1db3b76165e5c85729bb62b6353b329e9460b6ed2445c78c16a76ed32694d1 +size 103009 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..96b913e4982eeaba1d39dc996ab701d907b505f5 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.12.synth.typo.9.1.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e98bb9692b93638910b8c9921b4640b21aa0aef9f368543b17686ec7b3aee7 +size 10549 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.13.0.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.13.0.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e4992ea13b32c3ae773fecd8565aee46d1f152 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.13.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cc1dec7c699709a613c8402fca89e10726f7271ec77e1447d0cf8cf650fe2c +size 104326 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.14.1.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.14.1.png new file mode 100644 index 0000000000000000000000000000000000000000..58d016bf489afff02575943b2a6b3f1bb21839d8 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.14.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1db3b76165e5c85729bb62b6353b329e9460b6ed2445c78c16a76ed32694d1 +size 103009 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..96b913e4982eeaba1d39dc996ab701d907b505f5 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.14.1.synth.reread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e98bb9692b93638910b8c9921b4640b21aa0aef9f368543b17686ec7b3aee7 +size 10549 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.15.2.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.15.2.png new file mode 100644 index 0000000000000000000000000000000000000000..61fd14ed1906505f1dd7fa8904df53738b893127 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.15.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80ba0c601de51606d3fef6cbd14e0abd894dc8b5bb12b4c8188032b3be49fcb +size 105864 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.16.3.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.16.3.png new file mode 100644 index 0000000000000000000000000000000000000000..58d016bf489afff02575943b2a6b3f1bb21839d8 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.16.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1db3b76165e5c85729bb62b6353b329e9460b6ed2445c78c16a76ed32694d1 +size 103009 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5.png new file mode 100644 index 0000000000000000000000000000000000000000..96b913e4982eeaba1d39dc996ab701d907b505f5 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.16.3.synth.reread.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e98bb9692b93638910b8c9921b4640b21aa0aef9f368543b17686ec7b3aee7 +size 10549 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.17.4.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.17.4.png new file mode 100644 index 0000000000000000000000000000000000000000..c820ff6ce9d30b00ef5ac479a9ecac46918cb845 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.17.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7bcc05bce75e0814cc30b576a72e33e6b1fcb0e372097c1f12c22d7e1e838a +size 104688 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.18.5.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.18.5.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac934d3d5938fb0c252891b3599ebc867a74523 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.18.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7391092415a82767e8e21acfa22b01625e7e5bd005a080ce0b9f97e9f0d21d0 +size 11550 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.19.6.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.19.6.png new file mode 100644 index 0000000000000000000000000000000000000000..5f270ecbc2c78c698b69075f172b1c2d60c1031e --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.13.synth.typo.19.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7325a35705e84a5c9218ff9c93bd29f816df95882d19a8e346648b4b18d25d28 +size 143690 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.20.0.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.20.0.png new file mode 100644 index 0000000000000000000000000000000000000000..4297a7199c576d7561f924d1950989b4af269c94 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.20.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659e2a429e04d42ac534de7ccaa60d4b842b5f217b75a516debcb64fa9631462 +size 140625 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.21.1.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.21.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac934d3d5938fb0c252891b3599ebc867a74523 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.21.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7391092415a82767e8e21acfa22b01625e7e5bd005a080ce0b9f97e9f0d21d0 +size 11550 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.22.2.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.22.2.png new file mode 100644 index 0000000000000000000000000000000000000000..80942ce74e0cb6f82861922a5658a0d86c87b804 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.22.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402c0fd31e7bf136824feda1d2191ead6efd80ee6d2a2e245849ffc50912a9c6 +size 105833 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6.png new file mode 100644 index 0000000000000000000000000000000000000000..96b913e4982eeaba1d39dc996ab701d907b505f5 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.22.2.synth.reread.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e98bb9692b93638910b8c9921b4640b21aa0aef9f368543b17686ec7b3aee7 +size 10549 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.23.3.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.23.3.png new file mode 100644 index 0000000000000000000000000000000000000000..58d016bf489afff02575943b2a6b3f1bb21839d8 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.23.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1db3b76165e5c85729bb62b6353b329e9460b6ed2445c78c16a76ed32694d1 +size 103009 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7.png new file mode 100644 index 0000000000000000000000000000000000000000..96b913e4982eeaba1d39dc996ab701d907b505f5 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.23.3.synth.reread.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e98bb9692b93638910b8c9921b4640b21aa0aef9f368543b17686ec7b3aee7 +size 10549 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.24.4.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.24.4.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e4992ea13b32c3ae773fecd8565aee46d1f152 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.insert_text.14.synth.typo.24.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cc1dec7c699709a613c8402fca89e10726f7271ec77e1447d0cf8cf650fe2c +size 104326 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.open_doc.9.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.open_doc.9.png new file mode 100644 index 0000000000000000000000000000000000000000..c820ff6ce9d30b00ef5ac479a9ecac46918cb845 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.open_doc.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7bcc05bce75e0814cc30b576a72e33e6b1fcb0e372097c1f12c22d7e1e838a +size 104688 diff --git a/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.save_doc.15.png b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.save_doc.15.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/globex-growth00.wordproc.save_doc.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-growth00__browser-os/mkt.globex.launch.png b/screenshots/globex-growth00__browser-os/mkt.globex.launch.png new file mode 100644 index 0000000000000000000000000000000000000000..9462a7dc4d409cd6b9024cd75c40b9a99297dcb7 --- /dev/null +++ b/screenshots/globex-growth00__browser-os/mkt.globex.launch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28134908a286bf6909e7e2fca7fdbd0cae35c3874a3cb98aeba299b9b33e0011 +size 150076 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.open_file.1.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.open_file.1.png new file mode 100644 index 0000000000000000000000000000000000000000..580726b488eac645323ed8a33ff74f5160297399 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.open_file.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288056cca2cadefd17115537fa325f98cc841720d120b5a30991063374a7710f +size 149517 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.replace_buffer.5.synth.reread.1.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.replace_buffer.5.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..c7877080a647d5ba487a974114c7c4cc3d6b026c --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.replace_buffer.5.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692e8c18f031c954f50dcdd8b8c4705c6aae968d98ae7502da6ef2524d8fd68c +size 135147 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.save_file.3.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.save_file.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.save_file.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.save_file.6.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.save_file.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.editor.save_file.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.finder.open_path.0.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.finder.open_path.0.png new file mode 100644 index 0000000000000000000000000000000000000000..20206af31e6594a107e9cfa8e4ddf95be94e6606 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.finder.open_path.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd827b5b8c16d0777cc061fbeb53762cb32fd7a31c1307b26f91c99f00201f2d +size 176293 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.open_channel.11.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.open_channel.11.png new file mode 100644 index 0000000000000000000000000000000000000000..0c041caaa82687cbfb1ed1902d01dce8cbd7aa7d --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.open_channel.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c61ef2b7deccf83eaf6fb414289e9f832ef3e96801e138509106131180f6a79 +size 149059 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.post_message.13.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.post_message.13.png new file mode 100644 index 0000000000000000000000000000000000000000..719ddfc22620a106fefde91b19bb588bbafca37d --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.post_message.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6feb796a9e1c43e3301305be0fc3152834b772f7d35fbc7a720df0462e91071e +size 315925 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.post_message.13.synth.undo.1.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.post_message.13.synth.undo.1.png new file mode 100644 index 0000000000000000000000000000000000000000..9cae3bd699db5db7da72eecb579272a18b3ba256 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.post_message.13.synth.undo.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4072d0cbf57778dfd9eb8c7eec95c384163f9715fd1bc37c6f1e9e89cfab77d +size 133980 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.scroll_history.12.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.scroll_history.12.png new file mode 100644 index 0000000000000000000000000000000000000000..b0719bb819bd0af12a345f1c3f58f76c24f93fd8 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.slack.scroll_history.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7c7c3feb23e74be0fe47f0bae5da19d84283c0ab44b8f8720f9b54d6a029c2 +size 136819 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.10.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.10.png new file mode 100644 index 0000000000000000000000000000000000000000..ee69f6ce1c64f257e9355e66db6e1036af8dde79 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137d405502bda7c451a5ecec06146a224da63f9ab151634ab21f037b6537426b +size 159544 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.7.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.7.png new file mode 100644 index 0000000000000000000000000000000000000000..10a5dda22b743bb4ca96a728e5f72ac88ef58d04 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1990b09f32270e427d721ccca76e1fd9e46ee4a006d8b9c94b9224ac3950a4bb +size 157523 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.8.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.8.png new file mode 100644 index 0000000000000000000000000000000000000000..9cae3bd699db5db7da72eecb579272a18b3ba256 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4072d0cbf57778dfd9eb8c7eec95c384163f9715fd1bc37c6f1e9e89cfab77d +size 133980 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.9.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.9.png new file mode 100644 index 0000000000000000000000000000000000000000..fb76a1829bf61aef4567aa2257a929776c0e5db0 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.terminal.run_command.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc7e04f0cc9bc536273fd01e450c0d356ef53445943b4a3c595e0786ae60dab +size 148219 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.1.0.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..032bee4b5dada9bd19796586e06d2429af5fc7b7 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e11e6fe72cb1c524c8dcad622f457ed5204f6f413651cbe95b4fd043a96de3 +size 135647 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.2.1.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3a20ca1a9df4449f187dab9f63a2782a8c769871 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0f780c49f238e0da2bad3886210d43b8074f145b85b88f2222862ef910dfd6 +size 135289 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.3.2.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..b0719bb819bd0af12a345f1c3f58f76c24f93fd8 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7c7c3feb23e74be0fe47f0bae5da19d84283c0ab44b8f8720f9b54d6a029c2 +size 136819 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.reread.2.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.3.2.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.4.3.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.4.3.png new file mode 100644 index 0000000000000000000000000000000000000000..3a20ca1a9df4449f187dab9f63a2782a8c769871 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.4.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0f780c49f238e0da2bad3886210d43b8074f145b85b88f2222862ef910dfd6 +size 135289 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.5.4.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.5.4.png new file mode 100644 index 0000000000000000000000000000000000000000..f495c98f619bcad85142706316b62d28b91f1d00 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.5.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a608fe80a797df04096f6e0400f8b01bd4812097a971c4c605899727a9eee6e +size 145692 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.6.5.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.6.5.png new file mode 100644 index 0000000000000000000000000000000000000000..3a20ca1a9df4449f187dab9f63a2782a8c769871 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.6.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0f780c49f238e0da2bad3886210d43b8074f145b85b88f2222862ef910dfd6 +size 135289 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.7.6.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.7.6.png new file mode 100644 index 0000000000000000000000000000000000000000..9cae3bd699db5db7da72eecb579272a18b3ba256 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.17.synth.typo.7.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4072d0cbf57778dfd9eb8c7eec95c384163f9715fd1bc37c6f1e9e89cfab77d +size 133980 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.10.2.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.10.2.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8f74aba7336118470991882980954f4be48164 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.10.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c06fdf4cb2a3624777ef2b708a376bbefaa64b0e9bf7eeb2fe671d9c5f0343a +size 178613 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.reread.3.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.10.2.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.11.3.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.11.3.png new file mode 100644 index 0000000000000000000000000000000000000000..3a20ca1a9df4449f187dab9f63a2782a8c769871 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.11.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0f780c49f238e0da2bad3886210d43b8074f145b85b88f2222862ef910dfd6 +size 135289 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.12.4.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.12.4.png new file mode 100644 index 0000000000000000000000000000000000000000..bd3a3031dabcd330bdee98171a7e359877ab663d --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.12.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754ee769a661bb2f91f505b15966fcf14de49b291575f605a4ebe41dae5c0f8b +size 145077 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.reread.4.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.reread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.12.4.synth.reread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.13.5.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.13.5.png new file mode 100644 index 0000000000000000000000000000000000000000..3a20ca1a9df4449f187dab9f63a2782a8c769871 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.13.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0f780c49f238e0da2bad3886210d43b8074f145b85b88f2222862ef910dfd6 +size 135289 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.png new file mode 100644 index 0000000000000000000000000000000000000000..13afd1e2f7ea3d3057437432393a272c3cbee582 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c7d5b321f3883937b7d84e1bf6061f3eb199bbeaf5dbfbebab1fe4c71aa132 +size 142477 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..0c041caaa82687cbfb1ed1902d01dce8cbd7aa7d --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c61ef2b7deccf83eaf6fb414289e9f832ef3e96801e138509106131180f6a79 +size 149059 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1.png new file mode 100644 index 0000000000000000000000000000000000000000..b0719bb819bd0af12a345f1c3f58f76c24f93fd8 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.detour.1.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7c7c3feb23e74be0fe47f0bae5da19d84283c0ab44b8f8720f9b54d6a029c2 +size 136819 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.reread.5.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.reread.5.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.14.6.synth.reread.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.8.0.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.8.0.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa4551b9644c84887bf5a4f2912e93819a43e43 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.8.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4a3b45edfabb0bebf39a5881c08918d6914f68ba0512c075f049a6ebac4b5d +size 136345 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.9.1.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.9.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3a20ca1a9df4449f187dab9f63a2782a8c769871 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.18.synth.typo.9.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0f780c49f238e0da2bad3886210d43b8074f145b85b88f2222862ef910dfd6 +size 135289 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.19.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.19.png new file mode 100644 index 0000000000000000000000000000000000000000..719ddfc22620a106fefde91b19bb588bbafca37d --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6feb796a9e1c43e3301305be0fc3152834b772f7d35fbc7a720df0462e91071e +size 315925 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.15.0.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.15.0.png new file mode 100644 index 0000000000000000000000000000000000000000..dad772822f69290e89852a8616161c5bd6180075 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.15.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5708071e753d57af4186bf62672f8c900f7970cea74ede82fdd9796addf93e22 +size 162475 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.16.1.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.16.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3a20ca1a9df4449f187dab9f63a2782a8c769871 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.16.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0f780c49f238e0da2bad3886210d43b8074f145b85b88f2222862ef910dfd6 +size 135289 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.reread.6.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.reread.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.16.1.synth.reread.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.17.2.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.17.2.png new file mode 100644 index 0000000000000000000000000000000000000000..0c041caaa82687cbfb1ed1902d01dce8cbd7aa7d --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.20.synth.typo.17.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c61ef2b7deccf83eaf6fb414289e9f832ef3e96801e138509106131180f6a79 +size 149059 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.18.0.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.18.0.png new file mode 100644 index 0000000000000000000000000000000000000000..55ad7fcafde0bbb1dc6fd03665c7f6072cac3935 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.18.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b1ae6ec43e327c4c740a960ca770bb9050eba01d682ce15ff3ebf1dc722f95 +size 146691 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.19.1.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.19.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3a20ca1a9df4449f187dab9f63a2782a8c769871 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.19.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0f780c49f238e0da2bad3886210d43b8074f145b85b88f2222862ef910dfd6 +size 135289 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.20.2.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.20.2.png new file mode 100644 index 0000000000000000000000000000000000000000..9e02e3a49693566021f9b0b62db8b28cf2b7f5d8 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.20.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6b9373e50b85101d0c8c4f1bc5811ef169caafad08cb9e615e84171deccec0 +size 173121 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.reread.7.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.reread.7.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.insert_text.21.synth.typo.20.2.synth.reread.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.open_doc.16.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.open_doc.16.png new file mode 100644 index 0000000000000000000000000000000000000000..2614d572fcd4274f16d03f9fc456a8c98a46f1b7 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.open_doc.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7dcb792c9e4f5d81a2f1d9c142ec73d7e24da0159e4e9431aa3fe1874b95a1 +size 154654 diff --git a/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.save_doc.22.png b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.save_doc.22.png new file mode 100644 index 0000000000000000000000000000000000000000..2614d572fcd4274f16d03f9fc456a8c98a46f1b7 --- /dev/null +++ b/screenshots/globex-junior05__windows-web-next/globex-junior05.wordproc.save_doc.22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7dcb792c9e4f5d81a2f1d9c142ec73d7e24da0159e4e9431aa3fe1874b95a1 +size 154654 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.add_label.18.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.add_label.18.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.add_label.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.add_label.24.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.add_label.24.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.add_label.24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.archive.16.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.archive.16.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.archive.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_inbox.14.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_inbox.14.png new file mode 100644 index 0000000000000000000000000000000000000000..30f4b8b8422c89b4d96cccae3a4183fe61f6628a --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_inbox.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21371e738d1e8b6c3b6ffcc15d53674accfc716f1aac48bebda7b8a68ac6afb3 +size 288832 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.15.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.15.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.17.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.17.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.19.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.19.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.21.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.21.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.23.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.23.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.open_thread.23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.20.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.20.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.4.0.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.5.1.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.6.2.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb46e69c2d004999368b24cb424a1d20e314a6 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.mail.reply.22.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73b6b72fe393157f691b9610c6aba7292292a9bb50f282eff85de1ba33308e +size 122763 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.pdf.extract_text.1.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.pdf.extract_text.1.png new file mode 100644 index 0000000000000000000000000000000000000000..30f4b8b8422c89b4d96cccae3a4183fe61f6628a --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.pdf.extract_text.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21371e738d1e8b6c3b6ffcc15d53674accfc716f1aac48bebda7b8a68ac6afb3 +size 288832 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.pdf.open_pdf.0.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.pdf.open_pdf.0.png new file mode 100644 index 0000000000000000000000000000000000000000..7c7778f92274e58c3559d3828d77762bc9de905f --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.pdf.open_pdf.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de12c66bc52840735c55da1531166516cf826620f20fd8567994eb1c47ea8fb3 +size 295206 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.open_workbook.5.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.open_workbook.5.png new file mode 100644 index 0000000000000000000000000000000000000000..d94528e846d0b6138bd5934b0561a2cfa2d40c71 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.open_workbook.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952ab3b7e0c2d476b862db370fc232178800cd700428b32d3394ba9e9bcc74e4 +size 295409 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.save_sheet.12.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.save_sheet.12.png new file mode 100644 index 0000000000000000000000000000000000000000..2e07300c02e118a708f36b65487610118243d700 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.save_sheet.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb06294122332bf942108bc65265f2f889a9d682b732476fbb6886b6e5e35f14 +size 291070 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.10.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.10.png new file mode 100644 index 0000000000000000000000000000000000000000..7eaec08fe29b9260794c2ea3fccc3068bcc82024 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55451b1ccf737c8b9ea45546161f74471b292c48d4bd86d5e50bda2faa1992f8 +size 301594 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.10.synth.reread.2.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.10.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..5ebfa18d358a1f5c381bfee3ae5c816ccdf809b0 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.10.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e56093af842bd1d80c8257c81385db169d1ee69a3508f46c8a9fff6b6097ab +size 127534 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.11.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.11.png new file mode 100644 index 0000000000000000000000000000000000000000..d5430c2284d4fbf5926d75b75dded9b17181d08f --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8523690a6db9259f91f366bbed77efd92784de7e6c10c458027ec45de8db72 +size 279107 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.11.synth.reread.3.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.11.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..5ebfa18d358a1f5c381bfee3ae5c816ccdf809b0 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.11.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e56093af842bd1d80c8257c81385db169d1ee69a3508f46c8a9fff6b6097ab +size 127534 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.6.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.6.png new file mode 100644 index 0000000000000000000000000000000000000000..0e81cc676946c589651fb9a045f79c948c67c1ff --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e322c2cfe98492431609e91f3fbfe5e54caf736809bd395b532704d5b8fc5a +size 205136 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.7.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.7.png new file mode 100644 index 0000000000000000000000000000000000000000..673ef1cc8f68d8b432ca099efa012bbbc4666d5a --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797a7027412395c1d88c789576477e2f28d7e7072506a6203b1e3d77dae0a82c +size 207405 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.7.synth.reread.1.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.7.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..5ebfa18d358a1f5c381bfee3ae5c816ccdf809b0 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.7.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e56093af842bd1d80c8257c81385db169d1ee69a3508f46c8a9fff6b6097ab +size 127534 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.8.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.8.png new file mode 100644 index 0000000000000000000000000000000000000000..4d501943bb3203e784d3a340d4696fb0f74317cb --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec3b6c7db43b8dec684cbe502394fcadd42e35d1939bd60dcfbbd414281fa97 +size 206449 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.9.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.9.png new file mode 100644 index 0000000000000000000000000000000000000000..65e18c4d63f3424803881de17021f01125b5a742 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.spreadsheet.write_formula.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4258c18450c07f8fffcfb367c40ade04ad03d1b1a0f6927af25c5cc5ad19f01 +size 209454 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.1.0.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..a5a9093ae25216fe54e7a689f7e12dc5119c5138 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10facfd561b8cc62859d5fe85dc634e2b7612574a3eb06a174fdf7f150e26d0 +size 258713 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.2.1.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..29e4eff786532fdbf1efa6b850715675f5b3a238 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3993044801685bccbebaa80ba57fe7926f1be895b7cb222a6e7244439e1882 +size 125122 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.3.2.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..5ee441bcb092aa29a35b807fa0d5b12e6d45874b --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.insert_text.3.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f872876ae0dd5c07fde938f738862f01fa8c294133d7f0c474e02700c1aec244 +size 203052 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.open_doc.2.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.open_doc.2.png new file mode 100644 index 0000000000000000000000000000000000000000..30f4b8b8422c89b4d96cccae3a4183fe61f6628a --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.open_doc.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21371e738d1e8b6c3b6ffcc15d53674accfc716f1aac48bebda7b8a68ac6afb3 +size 288832 diff --git a/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.save_doc.4.png b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.save_doc.4.png new file mode 100644 index 0000000000000000000000000000000000000000..1729807bf6285a78e67d5e61093e40c6f34c5fd9 --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/globex-procurement01.wordproc.save_doc.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2909d4dff97904c4285c689987115de9df686c6e73e5ecb7bab82f9fcca6679d +size 303567 diff --git a/screenshots/globex-procurement01__windows-web-next/xco.globex.reply.png b/screenshots/globex-procurement01__windows-web-next/xco.globex.reply.png new file mode 100644 index 0000000000000000000000000000000000000000..80b4948b4328207767ac6a687d8fb1d2a3118a2e --- /dev/null +++ b/screenshots/globex-procurement01__windows-web-next/xco.globex.reply.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ae1b6160fd0d6341f8acacbe23ea0ad2f9dfe26e22522536f0a124f3e71bf1 +size 260890 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.browser.extract_quote.11.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.browser.extract_quote.11.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac876565b177557fe86e754ad92b73f44c8d3 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.browser.extract_quote.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac4446e25ff2f692fbd14669c7287c7f7ac773e6917814f9b3ccfb4a0656f +size 10769 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.drill_into_alert.10.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.drill_into_alert.10.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.drill_into_alert.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.open_dashboard.8.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.open_dashboard.8.png new file mode 100644 index 0000000000000000000000000000000000000000..e954e50dde298a483492096c2e3d4b37c65b01ab --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.open_dashboard.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941d2af227c0586b266a53910500314a240765ef8778008724523a4c56f613f0 +size 97739 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.set_time_range.9.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.set_time_range.9.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.dashboard.set_time_range.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.open_channel.0.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.open_channel.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.open_channel.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.post_message.4.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.post_message.4.png new file mode 100644 index 0000000000000000000000000000000000000000..88160f7ca803041a674c0e9c9e3042cef08f92d2 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.post_message.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4413f5bf01aa07bcd8846f158a27d5d37174be5e49205f48190fa4f0712443a +size 162557 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.post_message.7.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.post_message.7.png new file mode 100644 index 0000000000000000000000000000000000000000..b2b07abfd7efd9ed0590cd1b6462ecab6e1b2a8c --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.post_message.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e918b299d6e7d8ef1505c9470e4b330d6c56d726511ca4ae8ba1247324d97a +size 171331 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.1.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.1.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac876565b177557fe86e754ad92b73f44c8d3 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac4446e25ff2f692fbd14669c7287c7f7ac773e6917814f9b3ccfb4a0656f +size 10769 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.3.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.6.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.6.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac876565b177557fe86e754ad92b73f44c8d3 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.slack.scroll_history.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac4446e25ff2f692fbd14669c7287c7f7ac773e6917814f9b3ccfb4a0656f +size 10769 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.14.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.14.png new file mode 100644 index 0000000000000000000000000000000000000000..11146c3ad52ba09a227698c4eb85f724ac8c4440 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280011eca3a69128fd97782b686106463d569854dcbe917aad1465459adef5c0 +size 170877 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.15.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.15.png new file mode 100644 index 0000000000000000000000000000000000000000..2eaf8719b77e6155678179f2d0ccb6d2dbe1e516 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a03b562559514df8b0f4bfb3fba04c4757f4aa68fc2482297d4f0b1cd6126a6 +size 181398 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.16.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.16.png new file mode 100644 index 0000000000000000000000000000000000000000..1189372d20cddc9ddd47778f10c56c02e36b3823 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafe016f796e4735fe756189e0580affd6e2c291345130bf1206e2294bce6f83 +size 182958 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.1.0.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..ce4426593f26c91955ae97d5d1ab28bdf88138c0 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c631c07c01ce4f18874d95046fb508f7d33dc5ac7f88835e274d4f63346094a +size 180818 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.2.1.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac876565b177557fe86e754ad92b73f44c8d3 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac4446e25ff2f692fbd14669c7287c7f7ac773e6917814f9b3ccfb4a0656f +size 10769 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.3.2.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac876565b177557fe86e754ad92b73f44c8d3 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.17.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac4446e25ff2f692fbd14669c7287c7f7ac773e6917814f9b3ccfb4a0656f +size 10769 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.18.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.18.png new file mode 100644 index 0000000000000000000000000000000000000000..380eae148032232612da4e800b4f07235676b799 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.insert_text.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c760a335b2ca7d4fdc27db1cf46bfd2c4115be6c58646b52a4bef48bca4af7b +size 181423 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.open_doc.13.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.open_doc.13.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b30fc5207d2e0b4b67fbea3277a7c8e9cd8af0 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.open_doc.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972d8f43469d224848019bbca896d9487d8e8cd4d5ee4bb490533bcc6a4c26f9 +size 10828 diff --git a/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.save_doc.19.png b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.save_doc.19.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-scientist02__browser-os/globex-scientist02.wordproc.save_doc.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.calendar.open_view.11.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.calendar.open_view.11.png new file mode 100644 index 0000000000000000000000000000000000000000..44cc313dc8201f70560e2ea3fec6a1a7be93be82 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.calendar.open_view.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317ff97d56d09801daf14be48e6efbcba49522c20ab87c7f64bc758b3121b596 +size 186794 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.editor.open_file.1.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.editor.open_file.1.png new file mode 100644 index 0000000000000000000000000000000000000000..a4b049946587a0b7f9b87c37814cc38aa0ab05e4 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.editor.open_file.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002279427d5fcd717143e30b7ecbe0ade9a918063cdf383726f6ab608193102b +size 187364 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.editor.save_file.3.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.editor.save_file.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.editor.save_file.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.editor.save_file.6.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.editor.save_file.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.editor.save_file.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.finder.open_path.0.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.finder.open_path.0.png new file mode 100644 index 0000000000000000000000000000000000000000..1893cbabeb63433230d8e7529545fe373ae3a631 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.finder.open_path.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38617c84b7b482db88d6c44292232dfaacab81684f9be704b18157d0e664b14f +size 160531 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.notion.insert_text.13.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.notion.insert_text.13.png new file mode 100644 index 0000000000000000000000000000000000000000..e3df9963b2f533ca6602a2554fb03087c6a386ed --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.notion.insert_text.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59e4822edc0b6b7243d3230c467a5014196490c43ef11e15949f7f06864325e +size 264484 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.notion.open_doc.12.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.notion.open_doc.12.png new file mode 100644 index 0000000000000000000000000000000000000000..8a9c5ed2aced06d2bfc0e8ae63e30e78920779a1 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.notion.open_doc.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49dd45452a14f7f1d856c34bd135d45623d961025e3c2d7af486ccca42a2b96 +size 184682 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.slack.open_channel.15.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.slack.open_channel.15.png new file mode 100644 index 0000000000000000000000000000000000000000..c249c4352e70c4600fb00a7d61dfa315aff4ab16 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.slack.open_channel.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2643fe63af0dd3fb2466d5d0bc45512bda3184c7d46b262e3fba71db32fa761 +size 174046 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.slack.post_message.17.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.slack.post_message.17.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce19f1afedb7dd4b2a94d3a790bb76b1894f464 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.slack.post_message.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788d59ade2d09307c9c91f42b4bd8d42411897ffa5da223113f882254b5a0305 +size 233744 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.slack.scroll_history.16.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.slack.scroll_history.16.png new file mode 100644 index 0000000000000000000000000000000000000000..1eb39ec293a9b1ad54af36f3adf84c5e68e82474 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.slack.scroll_history.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf4940b9dfe5b424fd9d311d5e014361ca0815b27d2d78895e94e28a946e62c +size 149733 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.10.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.10.png new file mode 100644 index 0000000000000000000000000000000000000000..c93b7fdbf827acb5403ddaa93bc923696dc6c016 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb75543756be3223e607ba09bc183a9510b9785cddd021c9ec57413ababfa95 +size 162168 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.7.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.7.png new file mode 100644 index 0000000000000000000000000000000000000000..82443b6a563c4cefc1772b2953b02c8fc9ea0841 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9c8fd80a23bcac089dadce4cd2dcbffa2487885f0e7f22f3b6dd99d7173746 +size 168645 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.8.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.8.png new file mode 100644 index 0000000000000000000000000000000000000000..186e57deeef79e33100c4871139bb652cfd7f036 --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d42822a96ec97f012b7e5e371be4ea350fc49dd4ae5738017574c184d36d1dc +size 143698 diff --git a/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.9.png b/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4be461ad3bd687459373623eeb1cdab6937321bc --- /dev/null +++ b/screenshots/globex-staff04__windows-web-next/globex-staff04.terminal.run_command.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2003e080b247ec14a206fd4d8ee1202b80532b3d269a042be5c046e288dd14a3 +size 163651 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.add_label.21.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.add_label.21.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.add_label.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.add_label.23.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.add_label.23.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.add_label.23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_inbox.17.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_inbox.17.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb922fa3be5af471827525d1a3286ccb7d4f57f --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_inbox.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d9cec6624dcc5b0fa0475d7662012b7d5131f0ef367dcf651aa0346f244092 +size 234858 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.18.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.18.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.20.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.20.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.22.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.22.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.24.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.24.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.open_thread.24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.19.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.19.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.1.0.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.2.1.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.3.2.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.4.3.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.4.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.4.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.5.4.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.5.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.mail.reply.25.synth.typo.5.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.open_workbook.0.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.open_workbook.0.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb922fa3be5af471827525d1a3286ccb7d4f57f --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.open_workbook.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d9cec6624dcc5b0fa0475d7662012b7d5131f0ef367dcf651aa0346f244092 +size 234858 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.open_workbook.8.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.open_workbook.8.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.open_workbook.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.save_sheet.15.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.save_sheet.15.png new file mode 100644 index 0000000000000000000000000000000000000000..e54ab07666aace46c8657f42e95b04b6bd5c47b7 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.save_sheet.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a68b57e6249649153c3d13e36d89a63a079aec334bee34f62c5019c971c14a +size 235050 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.save_sheet.7.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.save_sheet.7.png new file mode 100644 index 0000000000000000000000000000000000000000..e54ab07666aace46c8657f42e95b04b6bd5c47b7 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.save_sheet.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a68b57e6249649153c3d13e36d89a63a079aec334bee34f62c5019c971c14a +size 235050 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.1.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.1.png new file mode 100644 index 0000000000000000000000000000000000000000..601b7325d6066b4ead270dfec21936191ffb7c50 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a203ed17aae75efe5300281bd353386ea2bb71f948aecc9440a3bae6d20585 +size 133839 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.10.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.10.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c1280d2146d69fdb4661cf3fa6df8ee29b051f --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50edfcb128e2a0c870318a3abece4f2ff0886056a926d6074d6c16de5d8e94e1 +size 106734 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.11.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.11.png new file mode 100644 index 0000000000000000000000000000000000000000..c064c1793afb02bd2b26396e6fdebb3d2946178f --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b386de7f2ce3d04882cc700abcf6698eda017e6ba60900b01cd776329bd33d5 +size 163214 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.12.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.12.png new file mode 100644 index 0000000000000000000000000000000000000000..7c975758843a923b243796e21a27a4c0d29beb8c --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961ecef4201ce0be18e6aea216f5a6229c138d9f80d107061c9bf2945ab5e44a +size 167375 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.13.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.13.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb922fa3be5af471827525d1a3286ccb7d4f57f --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d9cec6624dcc5b0fa0475d7662012b7d5131f0ef367dcf651aa0346f244092 +size 234858 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.13.synth.reread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.14.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.14.png new file mode 100644 index 0000000000000000000000000000000000000000..385f0d8144c147e564544d4c9950e15f93da079e --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61625027245bd9151e8b68884cd201ffe85cd66b9dc9b3f07df97988120e7c90 +size 234786 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.14.synth.reread.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.2.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.2.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c1280d2146d69fdb4661cf3fa6df8ee29b051f --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50edfcb128e2a0c870318a3abece4f2ff0886056a926d6074d6c16de5d8e94e1 +size 106734 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.3.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.3.png new file mode 100644 index 0000000000000000000000000000000000000000..c064c1793afb02bd2b26396e6fdebb3d2946178f --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b386de7f2ce3d04882cc700abcf6698eda017e6ba60900b01cd776329bd33d5 +size 163214 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.4.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.4.png new file mode 100644 index 0000000000000000000000000000000000000000..7c975758843a923b243796e21a27a4c0d29beb8c --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961ecef4201ce0be18e6aea216f5a6229c138d9f80d107061c9bf2945ab5e44a +size 167375 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.5.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.5.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb922fa3be5af471827525d1a3286ccb7d4f57f --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d9cec6624dcc5b0fa0475d7662012b7d5131f0ef367dcf651aa0346f244092 +size 234858 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.5.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.6.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.6.png new file mode 100644 index 0000000000000000000000000000000000000000..385f0d8144c147e564544d4c9950e15f93da079e --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61625027245bd9151e8b68884cd201ffe85cd66b9dc9b3f07df97988120e7c90 +size 234786 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.6.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.9.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.9.png new file mode 100644 index 0000000000000000000000000000000000000000..601b7325d6066b4ead270dfec21936191ffb7c50 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a203ed17aae75efe5300281bd353386ea2bb71f948aecc9440a3bae6d20585 +size 133839 diff --git a/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3.png b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-analyst05__windows-web-next/hooli-analyst05.spreadsheet.write_formula.9.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.open_channel.7.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.open_channel.7.png new file mode 100644 index 0000000000000000000000000000000000000000..d681d2eadb4f3835054916d9f75c5a2db96e9647 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.open_channel.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06d61e6177dcf2e016554c6a55ea01ac9eab9dc3b5937a799828cce8879a09c +size 179542 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.12.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.12.png new file mode 100644 index 0000000000000000000000000000000000000000..29d44af76f553c3c099a1adafed3016a3bd5c631 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a26624bc75384c366fce05aab44754fede21c26c9929f2ebfdba5445162fe7 +size 296766 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.12.synth.undo.2.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.12.synth.undo.2.png new file mode 100644 index 0000000000000000000000000000000000000000..c31082244b598c4bcd6f0820c58ecdc93f51564a --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.12.synth.undo.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27fce4ef2eac9e953a3845d83b6f5c7be942c98f49acdc35c9081954fc99b26 +size 143337 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.15.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.15.png new file mode 100644 index 0000000000000000000000000000000000000000..ce77f89cbcc4b66df2b10c2fd53db32c4cf6a276 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59a123df821ba90d97793af1776630de3dfe38abb601bb0a10a5684cd56ae38 +size 290283 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.19.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.19.png new file mode 100644 index 0000000000000000000000000000000000000000..4f04d4ef7ec9d239a3f7d7095a88d059d26a1267 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9c4e32e050095dcc919732ceb93af841495f5996647fbfc7a12e6113e25ad1 +size 289165 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.19.synth.reread.4.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.19.synth.reread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.19.synth.reread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.22.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.22.png new file mode 100644 index 0000000000000000000000000000000000000000..b424970bad6d20961f869ccea495afa6db21b54c --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ab15bdb87916b2c144b5a80b87e682c019d3280e3454ff2e2097cd75aba332 +size 263396 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.22.synth.reread.5.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.22.synth.reread.5.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.22.synth.reread.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.25.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.25.png new file mode 100644 index 0000000000000000000000000000000000000000..4f04d4ef7ec9d239a3f7d7095a88d059d26a1267 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9c4e32e050095dcc919732ceb93af841495f5996647fbfc7a12e6113e25ad1 +size 289165 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.9.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.9.png new file mode 100644 index 0000000000000000000000000000000000000000..bd62793c1db0bbbb24ff08636845daa6e4b83780 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.post_message.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e53ac9d5ecd28177159f157dd0d18696831523de79d91dc1392562dc8cea7df +size 365068 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.11.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.11.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.14.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.14.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.18.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.18.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.21.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.21.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.24.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.24.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.8.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.8.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.8.synth.detour.1.0.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.8.synth.detour.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..6e4c82c433047587a5a921a5495a4b64c910c684 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.slack.scroll_history.8.synth.detour.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b482a9b0872b58a149c73744f5c9212a36240b83cec9df69f43779856e47a2 +size 167107 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..453c85d3f4f6afe22453d9df707ca6cd7e0d87e0 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b292c1c19210821809e0a69f8a1a417afac42c802580df60adfdc7de02d26e3e +size 158824 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..dab658973dcb9fa404f37fa4bf9c3b7def4cbd53 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c50c310a5c7d7dd721ed030bf05441d734a32ed271cc4626b348ac55c63310a +size 133325 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..453c85d3f4f6afe22453d9df707ca6cd7e0d87e0 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.1.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b292c1c19210821809e0a69f8a1a417afac42c802580df60adfdc7de02d26e3e +size 158824 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6.png new file mode 100644 index 0000000000000000000000000000000000000000..c31082244b598c4bcd6f0820c58ecdc93f51564a --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.10.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27fce4ef2eac9e953a3845d83b6f5c7be942c98f49acdc35c9081954fc99b26 +size 143337 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..dab658973dcb9fa404f37fa4bf9c3b7def4cbd53 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c50c310a5c7d7dd721ed030bf05441d734a32ed271cc4626b348ac55c63310a +size 133325 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..e6a59812438464944d05e4cee1e36f4359fb17da --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e37be600cdd1ba841d98f5906286fffda258b351e1fe998148bc99ead8d09d9 +size 235474 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.png new file mode 100644 index 0000000000000000000000000000000000000000..dab658973dcb9fa404f37fa4bf9c3b7def4cbd53 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c50c310a5c7d7dd721ed030bf05441d734a32ed271cc4626b348ac55c63310a +size 133325 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.7.3.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e96e296b74c25715be4b12c5e401eaf78c233b --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.8.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afeb2985ed94e02fbfa6b19fe07ffb6be4059a0560fb97541168a61b20f27008 +size 358281 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5.png new file mode 100644 index 0000000000000000000000000000000000000000..78157e1eba6a6c0c15515fe65e0cf9414976b7cb --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.2.synth.typo.9.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304ca59f77b540cb92493a09d913d8b549ff7ea32bdc31b9f43b6fde4c0dd3ff +size 153055 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.png new file mode 100644 index 0000000000000000000000000000000000000000..6e4c82c433047587a5a921a5495a4b64c910c684 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b482a9b0872b58a149c73744f5c9212a36240b83cec9df69f43779856e47a2 +size 167107 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1.png new file mode 100644 index 0000000000000000000000000000000000000000..4206b6ef35ad9e9412f05113d889fe8d86610a2f --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.11.0.synth.undo.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb30a820d97f55c0480c306d10ac4fc79a5673a585a30472428800aa55cc4175 +size 161549 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1.png new file mode 100644 index 0000000000000000000000000000000000000000..dab658973dcb9fa404f37fa4bf9c3b7def4cbd53 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.12.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c50c310a5c7d7dd721ed030bf05441d734a32ed271cc4626b348ac55c63310a +size 133325 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2.png new file mode 100644 index 0000000000000000000000000000000000000000..bd62793c1db0bbbb24ff08636845daa6e4b83780 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.13.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e53ac9d5ecd28177159f157dd0d18696831523de79d91dc1392562dc8cea7df +size 365068 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3.png new file mode 100644 index 0000000000000000000000000000000000000000..78157e1eba6a6c0c15515fe65e0cf9414976b7cb --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.14.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304ca59f77b540cb92493a09d913d8b549ff7ea32bdc31b9f43b6fde4c0dd3ff +size 153055 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a6556f798d99ff11ff4059cc4363f60e3f1d14 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22816ce0f4d5552689427432998da4e721f0c78147ef7d84d4cfcac26fae1f9d +size 135467 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.3.synth.typo.15.4.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.4.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.4.png new file mode 100644 index 0000000000000000000000000000000000000000..bd62793c1db0bbbb24ff08636845daa6e4b83780 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e53ac9d5ecd28177159f157dd0d18696831523de79d91dc1392562dc8cea7df +size 365068 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0.png new file mode 100644 index 0000000000000000000000000000000000000000..97ba05ceb4fac882888be04c4f02724feb26c4eb --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.16.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c55c0ca989da7f922dec474452979582e4e01f8e15a2f2c127696106a58b1f +size 269571 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1.png new file mode 100644 index 0000000000000000000000000000000000000000..78157e1eba6a6c0c15515fe65e0cf9414976b7cb --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.17.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304ca59f77b540cb92493a09d913d8b549ff7ea32bdc31b9f43b6fde4c0dd3ff +size 153055 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.png new file mode 100644 index 0000000000000000000000000000000000000000..dab658973dcb9fa404f37fa4bf9c3b7def4cbd53 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c50c310a5c7d7dd721ed030bf05441d734a32ed271cc4626b348ac55c63310a +size 133325 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.18.2.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3.png new file mode 100644 index 0000000000000000000000000000000000000000..78157e1eba6a6c0c15515fe65e0cf9414976b7cb --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.19.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304ca59f77b540cb92493a09d913d8b549ff7ea32bdc31b9f43b6fde4c0dd3ff +size 153055 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4.png new file mode 100644 index 0000000000000000000000000000000000000000..ae279d19b01644a85e7ef489f63a12a0311d43cf --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.insert_text.5.synth.typo.20.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d84549386a6d2fb1c420b5edc24b938fc1e1398a8816cecfb0322cab0ed739d +size 221097 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.open_doc.0.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.open_doc.0.png new file mode 100644 index 0000000000000000000000000000000000000000..63f2617d71987aaa93393754e878853f02e4d236 --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.open_doc.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cadf7b0c98d04c5afb8ba687da746bea76c43262ba164235011a2e85506254a +size 152874 diff --git a/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.save_doc.6.png b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.save_doc.6.png new file mode 100644 index 0000000000000000000000000000000000000000..4206b6ef35ad9e9412f05113d889fe8d86610a2f --- /dev/null +++ b/screenshots/hooli-frontline04__windows-web-next/hooli-frontline04.wordproc.save_doc.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb30a820d97f55c0480c306d10ac4fc79a5673a585a30472428800aa55cc4175 +size 161549 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.browser.extract_quote.18.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.browser.extract_quote.18.png new file mode 100644 index 0000000000000000000000000000000000000000..fba35f54e51e6ce7c8c6e85f16dd839d06780b09 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.browser.extract_quote.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb0d6c3b75d911b3b2b69bec796d48ded2dd810b100df079625f6f7aeb1e6db +size 149319 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.browser.open_url.16.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.browser.open_url.16.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b25d014a20358bff556fb52fb8b7715ccd1093 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.browser.open_url.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b985f7254b2e70ebab5ac039c80af6f3182bf58cb3793baba23c915348fb82 +size 241377 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.github.open_pull_request.17.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.github.open_pull_request.17.png new file mode 100644 index 0000000000000000000000000000000000000000..973ecdef6a2252f6215123959e55795735984561 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.github.open_pull_request.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723855382084a0b741a78ba34eaf5c32ab75d8901e5db5b811f7acb6d2dc2110 +size 241809 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.github.request_review.19.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.github.request_review.19.png new file mode 100644 index 0000000000000000000000000000000000000000..6a01c48a0b347ab294935735e414228704ebf773 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.github.request_review.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7b3f050e0ab2d5d4ffabc3c4842eb604ff0103ef57025f908107d1704f5d44 +size 242141 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.open_channel.0.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.open_channel.0.png new file mode 100644 index 0000000000000000000000000000000000000000..e75ebffea5d66a9522bb34ec09ccd0b71a88f625 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.open_channel.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18371c154b0188652c02eb1f775d2c9ca36ff69297c0a44fa1ae274994948538 +size 205215 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.post_message.2.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.post_message.2.png new file mode 100644 index 0000000000000000000000000000000000000000..f719a36d67f300eca3417f7748cd00c868bd8b28 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.post_message.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed71b8ec580d70a0ad9f24abefa9125b82566d0589fe42610503df62538eab2 +size 241416 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.post_message.7.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.post_message.7.png new file mode 100644 index 0000000000000000000000000000000000000000..58c68ed37f293d21f9c49a468fadfcb3aba03e58 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.post_message.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9d17783b838aa9962f70bf628f4e3571bbfba4ab2c32a5c3489f54445dbc9f +size 241673 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.1.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.1.png new file mode 100644 index 0000000000000000000000000000000000000000..fba35f54e51e6ce7c8c6e85f16dd839d06780b09 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb0d6c3b75d911b3b2b69bec796d48ded2dd810b100df079625f6f7aeb1e6db +size 149319 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.4.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.4.png new file mode 100644 index 0000000000000000000000000000000000000000..fba35f54e51e6ce7c8c6e85f16dd839d06780b09 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb0d6c3b75d911b3b2b69bec796d48ded2dd810b100df079625f6f7aeb1e6db +size 149319 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.6.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.slack.scroll_history.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.10.4.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.10.4.png new file mode 100644 index 0000000000000000000000000000000000000000..9429d95560104869e4e678930dff574dd8011fc2 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.10.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cae635818dc2697af03b6401a38fa15bf0f660b8236574fb90823bf28b0d1e5 +size 162106 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.11.5.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.11.5.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.11.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.12.6.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.12.6.png new file mode 100644 index 0000000000000000000000000000000000000000..3b509923f1a48e9563278eb0c6b473905e7db2ea --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.12.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f0158f6034083b6dad416679dae8e72e7d9ffc093042bea8720ed7e14dca31 +size 241393 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.png new file mode 100644 index 0000000000000000000000000000000000000000..0e049289424e132d4b332f310f61b57f10027b14 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a42357d6e3ca56e10954eb9477c6c811cf0d26dbd63e42660baa9fae73eae3 +size 241565 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.reread.4.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.reread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.reread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1.png new file mode 100644 index 0000000000000000000000000000000000000000..6a01c48a0b347ab294935735e414228704ebf773 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.6.0.synth.undo.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7b3f050e0ab2d5d4ffabc3c4842eb604ff0103ef57025f908107d1704f5d44 +size 242141 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.reread.5.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.reread.5.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.7.1.synth.reread.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.png new file mode 100644 index 0000000000000000000000000000000000000000..fb59f19ff8e0de0bfa5912d3d2f13cd50611505a --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c952133285130140b033fac1d196e665abc113ca90a5dd5808453d6c9c7bb6 +size 133242 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.reread.6.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.reread.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.8.2.synth.reread.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.9.3.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.9.3.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.10.synth.typo.9.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.png new file mode 100644 index 0000000000000000000000000000000000000000..4f8a61afcf37ae9222a1d8667617cc148c897e20 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e789653a9d7e09960d7f3af11784a92e45e866d7e2c2e6de6c393a6f5c024cac +size 176426 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.reread.7.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.reread.7.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.13.0.synth.reread.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.reread.8.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.reread.8.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.14.1.synth.reread.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.png new file mode 100644 index 0000000000000000000000000000000000000000..f82cfb209a000d592264754402ab3ffa4ace6bf9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae716c5eb760b05813b42bf122c3f184efeea745dddf82b12b3d847cbb6e702 +size 241660 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.reread.9.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.reread.9.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.15.2.synth.reread.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.16.3.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.16.3.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.16.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.17.4.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.17.4.png new file mode 100644 index 0000000000000000000000000000000000000000..d9833fa6c9c225d31309376caca62ffe24472e61 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.11.synth.typo.17.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acaeea26243dac51cfb6756f11f7f8671dcaee3d3656ab4b67ccb95911af2a5e +size 241364 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b3dbf5ca1fb26ae9fea987d04dd84e2f77a781 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f032690a25ea19441ab2cf22e67c67e12859ef43e553631f120d0fd46193318 +size 143772 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2.png new file mode 100644 index 0000000000000000000000000000000000000000..6a01c48a0b347ab294935735e414228704ebf773 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.18.0.synth.undo.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7b3f050e0ab2d5d4ffabc3c4842eb604ff0103ef57025f908107d1704f5d44 +size 242141 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.19.1.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.19.1.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.19.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.png new file mode 100644 index 0000000000000000000000000000000000000000..30030d628736e148845b2b1e9131f9dc32aa88a0 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293e30e78a4c96d8d70c8918323c77c808800f9554e24c47aa6168713cadad57 +size 241647 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.reread.10.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.reread.10.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.20.2.synth.reread.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.reread.11.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.reread.11.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.21.3.synth.reread.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.22.4.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.22.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cb21a18e446980490811b9624f94a09c2c3ab4ba --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.22.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d2df87c09d31b633061c807b7c446521cafc69965ad15f88c90737b83eaa63 +size 176195 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.reread.12.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.reread.12.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.23.5.synth.reread.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.png new file mode 100644 index 0000000000000000000000000000000000000000..895086ed086ad0d6a0d8d657e55f3260945ed40b --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832cf9185e4920ffe5c04d45117ebdc0901aedc94a7b45859748cc69ecdc864c +size 241356 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.reread.13.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.reread.13.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.12.synth.typo.24.6.synth.reread.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.13.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.13.png new file mode 100644 index 0000000000000000000000000000000000000000..4d7a9e41e0503875a0316cbf4366bd1517b5c68b --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f39a722a1320f1567ab2b624a221dc623ce3b45e41fae706e5cad4adf93ab1a +size 241360 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.13.synth.reread.14.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.13.synth.reread.14.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.13.synth.reread.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.1.0.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..212997b4fd9914b18c8a56bfb5d46de6f046a597 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb7b8c5064c2471509bab2fbcd07260bf3d4b70a6a391e7e97d6971b49bae79 +size 155762 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.2.1.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b3dbf5ca1fb26ae9fea987d04dd84e2f77a781 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f032690a25ea19441ab2cf22e67c67e12859ef43e553631f120d0fd46193318 +size 143772 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.reread.1.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.3.2.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.png new file mode 100644 index 0000000000000000000000000000000000000000..685a2ac3070349896f1d3b65fe572315e0342281 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcc8ecf5220dca2bb306b90dc2d04d0eb0777cbbb632ed7b75931a32e91083e +size 135606 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.reread.2.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.4.3.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.png new file mode 100644 index 0000000000000000000000000000000000000000..f719a36d67f300eca3417f7748cd00c868bd8b28 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed71b8ec580d70a0ad9f24abefa9125b82566d0589fe42610503df62538eab2 +size 241416 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.reread.3.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.insert_text.9.synth.typo.5.4.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.open_doc.8.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.open_doc.8.png new file mode 100644 index 0000000000000000000000000000000000000000..d03c2161988b5c66bdfdde7983c92c091e52f601 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.open_doc.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15f28ddf59d2a183c8230156b21f2a401a03e1534351fd575556959f00f0eb9 +size 231027 diff --git a/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.save_doc.14.png b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.save_doc.14.png new file mode 100644 index 0000000000000000000000000000000000000000..6a01c48a0b347ab294935735e414228704ebf773 --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/hooli-junior00.wordproc.save_doc.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7b3f050e0ab2d5d4ffabc3c4842eb604ff0103ef57025f908107d1704f5d44 +size 242141 diff --git a/screenshots/hooli-junior00__windows-web-next/mkt.hooli.launch.png b/screenshots/hooli-junior00__windows-web-next/mkt.hooli.launch.png new file mode 100644 index 0000000000000000000000000000000000000000..fbd9fb5c8a4b83e2b9bb139833b3091d61dc96fc --- /dev/null +++ b/screenshots/hooli-junior00__windows-web-next/mkt.hooli.launch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f427dc45f7b482940f3c72f7bd23b7bc696e6eed7726b3f3b33e3088ec002673 +size 225495 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.add_label.18.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.add_label.18.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.add_label.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.add_label.20.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.add_label.20.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.add_label.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_inbox.0.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_inbox.0.png new file mode 100644 index 0000000000000000000000000000000000000000..f13baafe9ec9bd51360b8754dcec5a33dadb1d71 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_inbox.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36197cc30f5ed504fcc8fa1cbfe35809a97eb66556e32eeaaaef621d1d0775d6 +size 378356 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_inbox.16.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_inbox.16.png new file mode 100644 index 0000000000000000000000000000000000000000..216a650e83ba34500595f878900810ab22b66553 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_inbox.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533a51b036fe6de8efd67bdc48d0f7550e4d86252e4fa38b5f57d6fb8168be18 +size 429136 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.17.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.17.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.19.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.19.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.21.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.21.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.open_thread.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.4.0.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.5.1.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.6.2.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.7.3.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.7.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.7.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.8.4.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.8.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.mail.reply.22.synth.typo.8.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.open_workbook.7.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.open_workbook.7.png new file mode 100644 index 0000000000000000000000000000000000000000..216a650e83ba34500595f878900810ab22b66553 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.open_workbook.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533a51b036fe6de8efd67bdc48d0f7550e4d86252e4fa38b5f57d6fb8168be18 +size 429136 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.save_sheet.14.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.save_sheet.14.png new file mode 100644 index 0000000000000000000000000000000000000000..3770cef8917ef1b4db7d656da7ede0fc93e56a9c --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.save_sheet.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff33d74382e5b3c970bc9ea66e9f204b133356384ac7406c2a4fc85372a9b34 +size 416311 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.10.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.10.png new file mode 100644 index 0000000000000000000000000000000000000000..50ba30fa37a7a7d27dcd9c2e4e7154799152856c --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b089739487fee86f34e97a9aad0038b1f1e48561b180c8d86655c1bbfd99776 +size 161905 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..2c13d1306fbcdc1e924d98002ec9c6f7df68e9d6 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.10.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3832607fa08f28e005201282cc2b5ecc7f096499c8031231d8031b598a9a668f +size 150967 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.11.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.11.png new file mode 100644 index 0000000000000000000000000000000000000000..cecf0d280fbaa0f7686a2e17be7316bbeb82841c --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a0ec6f7bbfcd9dd3f455bf889607c8d8719d23049a9da62da0dc70f733b8a5 +size 157341 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..2c13d1306fbcdc1e924d98002ec9c6f7df68e9d6 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.11.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3832607fa08f28e005201282cc2b5ecc7f096499c8031231d8031b598a9a668f +size 150967 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.12.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.12.png new file mode 100644 index 0000000000000000000000000000000000000000..216a650e83ba34500595f878900810ab22b66553 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533a51b036fe6de8efd67bdc48d0f7550e4d86252e4fa38b5f57d6fb8168be18 +size 429136 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.13.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.13.png new file mode 100644 index 0000000000000000000000000000000000000000..73324f8146dd7c9161c2e8bb8dd1592e77ba3184 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd5d68a3302c64320dce8dc092316a287226649a32ca4a6a904af2fa1ae8f48 +size 404701 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..2c13d1306fbcdc1e924d98002ec9c6f7df68e9d6 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.13.synth.reread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3832607fa08f28e005201282cc2b5ecc7f096499c8031231d8031b598a9a668f +size 150967 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.8.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.8.png new file mode 100644 index 0000000000000000000000000000000000000000..7ae0aab6522efd272e707e6b16949ac0ad76e341 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69de39b8589cf0c049a680dab46bc1979208bdf7ddaf0e59726d384bbd79fe75 +size 313984 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.9.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.9.png new file mode 100644 index 0000000000000000000000000000000000000000..e563ba506afd9d531333fabba2f898ab87f710f2 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b073a7058993516a3af5d1c1d40192dcdeb41457d7132629a7303ee61f8f0eb5 +size 326010 diff --git a/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1.png b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..2c13d1306fbcdc1e924d98002ec9c6f7df68e9d6 --- /dev/null +++ b/screenshots/hooli-procurement02__windows-web-next/hooli-procurement02.spreadsheet.write_formula.9.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3832607fa08f28e005201282cc2b5ecc7f096499c8031231d8031b598a9a668f +size 150967 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.calendar.open_view.13.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.calendar.open_view.13.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.calendar.open_view.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.add_label.27.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.add_label.27.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.add_label.27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.archive.25.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.archive.25.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.archive.25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_inbox.0.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_inbox.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_inbox.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_inbox.17.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_inbox.17.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7243d2d87e4490e1225ac33447781e6817bc19 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_inbox.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1faeb72041bd5e4f0c90cadcfc49d30fb1d8e8bb0ec201b3f4d4778c03a456 +size 625547 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.18.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.18.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.20.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.20.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.22.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.22.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.24.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.24.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.26.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.26.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.open_thread.26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.19.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.19.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.21.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.21.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.23.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.23.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.mail.reply.23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.1.0.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..699ff07831c6ac43b7f947bb828785ad775d426b --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d622da97826e3ddc334d41e3e62ea60549f68b9d8f7ec916d751e6d1b6168f +size 767942 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.2.1.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..058e5e6202a3031f900b5f7eda47941fa808f6d7 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db103faf38e4c8a52163af97b6393716e76b431d8ecc13ca2fdd1cfa9b1d065 +size 631226 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..4e75fe03934b797fb9471e33c6661c74a1dce37e --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b9db119fb713fc7b8a46b1feb295bd260472b5b3fa020b00cbc0e46879eb2c +size 868700 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3ffb3bbffdd8b1578e9624ac24d3b20e761f08a4 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.insert_text.15.synth.typo.3.2.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8f65accc16e3ae99dc81c9beb797d414c943c996e1b70000e8ca8dfe085994 +size 629226 diff --git a/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.open_doc.14.png b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.open_doc.14.png new file mode 100644 index 0000000000000000000000000000000000000000..39dabbdde4590399927ea7b0f4af38700560aeb5 --- /dev/null +++ b/screenshots/hooli-recruiter01__macos-web-next/hooli-recruiter01.notion.open_doc.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3892170dd0039ebb465920acfa88d3f8272b532d709d0224b0d2bcf84da1d333 +size 634396 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.open_channel.7.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.open_channel.7.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.open_channel.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.14.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.14.png new file mode 100644 index 0000000000000000000000000000000000000000..32366dadfc8288aaef930489c29a5831a7f17b1d --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273a13a2c4ed88ff697e35726d0a4126004e4e4e0bbe9cae554dec0da8849e09 +size 163188 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.17.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.17.png new file mode 100644 index 0000000000000000000000000000000000000000..295be195576d1e711ade2ed5cc104b851a3212b6 --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6f76e7271f18f5bf7190e74e602825dd67b9600f23b61216ad71534312a843 +size 177096 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.9.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.9.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1ffec31bf0c27a519b0ebdb5d29a77662c56c9 --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.post_message.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a53bd7ff7f19e6610b84c35f25c5692d1117945098d811642fdb08ce9b1a98d +size 211292 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.13.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.13.png new file mode 100644 index 0000000000000000000000000000000000000000..3e63e764d7cf2ad2b39dfb4ec1f5c9c4d80c4466 --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7f83c9b810ab6d1fa81cf78f17bf353c4cfc7cbe09191ea52a9d6e5e9d6138 +size 122106 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.16.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.16.png new file mode 100644 index 0000000000000000000000000000000000000000..3e63e764d7cf2ad2b39dfb4ec1f5c9c4d80c4466 --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7f83c9b810ab6d1fa81cf78f17bf353c4cfc7cbe09191ea52a9d6e5e9d6138 +size 122106 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.19.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.19.png new file mode 100644 index 0000000000000000000000000000000000000000..3e63e764d7cf2ad2b39dfb4ec1f5c9c4d80c4466 --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7f83c9b810ab6d1fa81cf78f17bf353c4cfc7cbe09191ea52a9d6e5e9d6138 +size 122106 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.8.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.8.png new file mode 100644 index 0000000000000000000000000000000000000000..3e63e764d7cf2ad2b39dfb4ec1f5c9c4d80c4466 --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.slack.scroll_history.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7f83c9b810ab6d1fa81cf78f17bf353c4cfc7cbe09191ea52a9d6e5e9d6138 +size 122106 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.1.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.1.png new file mode 100644 index 0000000000000000000000000000000000000000..620102021a9f80b937a4506734ee4eef272bc37d --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40996a50cd31116bb07445884558b1e5c5d80ba9321a1a17ddddff247a9d925b +size 181706 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.2.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.2.png new file mode 100644 index 0000000000000000000000000000000000000000..3c6747f0735da266e733adc3e866990fec501feb --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe03f9d2dd2c326af641063fcd7d29123d18ce8bdb15e139135a76c639930559 +size 190135 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.3.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.3.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac4987bf39642363bb9c752720d114d8d2d7926 --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a669a950a0196495768d180a02eca65506251fd3813cad0afff376bdf38c97a5 +size 187661 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.4.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.4.png new file mode 100644 index 0000000000000000000000000000000000000000..3c6747f0735da266e733adc3e866990fec501feb --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe03f9d2dd2c326af641063fcd7d29123d18ce8bdb15e139135a76c639930559 +size 190135 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.5.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.5.png new file mode 100644 index 0000000000000000000000000000000000000000..78448fd8ad5304af6b4e5a13c8934f1652decdcf --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.insert_text.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80131ecb92ab31e066b4e9d3b103fc84acfcfa1fb2ef280b0631d5271b71951b +size 190811 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.open_doc.0.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.open_doc.0.png new file mode 100644 index 0000000000000000000000000000000000000000..50eeec618546a2eaf0b16966dddee30a9bff679a --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.open_doc.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c00a120e874a05a29996f7a00dbeb8a8709cccf86f4311243f177b79952090 +size 118636 diff --git a/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.save_doc.6.png b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.save_doc.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/hooli-scientist03__browser-os/hooli-scientist03.wordproc.save_doc.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.10.png b/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.10.png new file mode 100644 index 0000000000000000000000000000000000000000..60fd8fb5d8d6788e562af2ad1552d7c7632124fb --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24e765056e170dec056b2da2008c40fab733fe56e4ea8e70e27e78f9ecea38c +size 122804 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.14.png b/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.14.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.16.png b/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.16.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.18.png b/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.18.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.browser.extract_quote.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.12.png b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.12.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.12.synth.tab.1.png b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.12.synth.tab.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.12.synth.tab.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.13.png b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.13.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.15.png b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.15.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.17.png b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.17.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.browser.open_url.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.dashboard.drill_into_alert.9.png b/screenshots/initech-admin05__browser-os/initech-admin05.dashboard.drill_into_alert.9.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.dashboard.drill_into_alert.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.dashboard.open_dashboard.7.png b/screenshots/initech-admin05__browser-os/initech-admin05.dashboard.open_dashboard.7.png new file mode 100644 index 0000000000000000000000000000000000000000..30a6f7e24b7fcc95682284ced4a6fd358a9b0e9a --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.dashboard.open_dashboard.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b48327ac107ba30a0803be664796ece17fdd4f826fbbbfdc3791225514bfbf5 +size 161634 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.dashboard.set_time_range.8.png b/screenshots/initech-admin05__browser-os/initech-admin05.dashboard.set_time_range.8.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.dashboard.set_time_range.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.slack.open_channel.0.png b/screenshots/initech-admin05__browser-os/initech-admin05.slack.open_channel.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.slack.open_channel.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.slack.post_message.4.png b/screenshots/initech-admin05__browser-os/initech-admin05.slack.post_message.4.png new file mode 100644 index 0000000000000000000000000000000000000000..185451ce844a8993aa5ef706af34a9625fe4aca5 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.slack.post_message.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce137df90d5a2cc7f0a8321aa8b5d96a195719a1223d76c5b154f85b119ebb9 +size 186733 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.1.png b/screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.1.png new file mode 100644 index 0000000000000000000000000000000000000000..60fd8fb5d8d6788e562af2ad1552d7c7632124fb --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24e765056e170dec056b2da2008c40fab733fe56e4ea8e70e27e78f9ecea38c +size 122804 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.3.png b/screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.6.png b/screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.6.png new file mode 100644 index 0000000000000000000000000000000000000000..60fd8fb5d8d6788e562af2ad1552d7c7632124fb --- /dev/null +++ b/screenshots/initech-admin05__browser-os/initech-admin05.slack.scroll_history.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24e765056e170dec056b2da2008c40fab733fe56e4ea8e70e27e78f9ecea38c +size 122804 diff --git a/screenshots/initech-bdr03__windows-web-next/initech-bdr03.calendar.open_view.19.png b/screenshots/initech-bdr03__windows-web-next/initech-bdr03.calendar.open_view.19.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8dd71ea8e15ae33e5e6e25518a1f223848ee27 --- /dev/null +++ b/screenshots/initech-bdr03__windows-web-next/initech-bdr03.calendar.open_view.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef94b620a5b24a4c466b19d48d6230011516d395653b85877de44d094294fd90 +size 152960 diff --git a/screenshots/initech-bdr03__windows-web-next/initech-bdr03.mail.open_inbox.0.png b/screenshots/initech-bdr03__windows-web-next/initech-bdr03.mail.open_inbox.0.png new file mode 100644 index 0000000000000000000000000000000000000000..1eb39ec293a9b1ad54af36f3adf84c5e68e82474 --- /dev/null +++ b/screenshots/initech-bdr03__windows-web-next/initech-bdr03.mail.open_inbox.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf4940b9dfe5b424fd9d311d5e014361ca0815b27d2d78895e94e28a946e62c +size 149733 diff --git a/screenshots/initech-bdr03__windows-web-next/initech-bdr03.notion.insert_text.21.png b/screenshots/initech-bdr03__windows-web-next/initech-bdr03.notion.insert_text.21.png new file mode 100644 index 0000000000000000000000000000000000000000..2ccbdf7ccdb2ad8eed0acabfc2301e8b92c0b5ad --- /dev/null +++ b/screenshots/initech-bdr03__windows-web-next/initech-bdr03.notion.insert_text.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc50eac77fcbaf6532d376efa4157b97b1e894885b2deab2c387732dcbc5e0b +size 442799 diff --git a/screenshots/initech-bdr03__windows-web-next/initech-bdr03.notion.open_doc.20.png b/screenshots/initech-bdr03__windows-web-next/initech-bdr03.notion.open_doc.20.png new file mode 100644 index 0000000000000000000000000000000000000000..48a9e8c50b86c64fa27bff0de748d2519aa686b1 --- /dev/null +++ b/screenshots/initech-bdr03__windows-web-next/initech-bdr03.notion.open_doc.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5f99eede7d2d16404f11ec127f8e55127320f4839067cac5d3037eda3ad0ef +size 143518 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.calendar.open_view.9.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.calendar.open_view.9.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.calendar.open_view.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.notion.insert_text.11.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.notion.insert_text.11.png new file mode 100644 index 0000000000000000000000000000000000000000..23a504d7515c8367e5a281e0d0ff68249450d76a --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.notion.insert_text.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbabe16a4e16cfe5771cfb44a240d5e4204b944ac77cf7a6c5d905578720ee2a +size 749116 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.notion.open_doc.10.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.notion.open_doc.10.png new file mode 100644 index 0000000000000000000000000000000000000000..9db0199f8382811333f17e61222786fc2329ff05 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.notion.open_doc.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170f4a977211e619d07ca14a27cda4c35c725e4b9853f9ed7aa3930c6ca3be09 +size 650539 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.open_channel.0.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.open_channel.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.open_channel.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.2.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.2.png new file mode 100644 index 0000000000000000000000000000000000000000..033f7140b8b3b2a706441849cff96c3e6a0ff0b2 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100d8fc8b9ac3747cf22977cb908db34ac9c17ade6d9823adeabb4def8651de4 +size 737757 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.5.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.5.png new file mode 100644 index 0000000000000000000000000000000000000000..bfdd686105fb2c5227e1d31735e222af21fbe207 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb7676c8c131dd758a19d6bf5755428692def6df120b777ea74a8dce8893767 +size 726339 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.8.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.8.png new file mode 100644 index 0000000000000000000000000000000000000000..db960105c1360ef65fb747f780e952d567862213 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.post_message.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc550e16ddb15386c03ec5b41f6f0befdec2c9efb0c242ada6b1a393c77b30cd +size 619508 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.1.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.1.png new file mode 100644 index 0000000000000000000000000000000000000000..d094d096e1df4fbe6efbdb91406d765ef1a70c71 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01dfa64066860394d61ded575e672cd54d4fe3673d08c8f165ec6293ac89c074 +size 642859 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.4.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.4.png new file mode 100644 index 0000000000000000000000000000000000000000..d094d096e1df4fbe6efbdb91406d765ef1a70c71 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01dfa64066860394d61ded575e672cd54d4fe3673d08c8f165ec6293ac89c074 +size 642859 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.7.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.7.png new file mode 100644 index 0000000000000000000000000000000000000000..d094d096e1df4fbe6efbdb91406d765ef1a70c71 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.slack.scroll_history.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01dfa64066860394d61ded575e672cd54d4fe3673d08c8f165ec6293ac89c074 +size 642859 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.open_workbook.13.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.open_workbook.13.png new file mode 100644 index 0000000000000000000000000000000000000000..6f1d2cf1031115c808e5be4145081b3aa235f7dc --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.open_workbook.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c892dfdaa0904a3f61bf969d9971112d5b0ee815e7d77922bc819fc2bd09f4eb +size 633462 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.save_sheet.20.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.save_sheet.20.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.save_sheet.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.14.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.14.png new file mode 100644 index 0000000000000000000000000000000000000000..85fafd287c3d73b27d672c606e5f9a9e06b32297 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74a6bc68bb7c7246d50b47f5f5c89c888906da24cf23c503de964db9faa701d +size 662468 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..85fafd287c3d73b27d672c606e5f9a9e06b32297 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74a6bc68bb7c7246d50b47f5f5c89c888906da24cf23c503de964db9faa701d +size 662468 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..d094d096e1df4fbe6efbdb91406d765ef1a70c71 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01dfa64066860394d61ded575e672cd54d4fe3673d08c8f165ec6293ac89c074 +size 642859 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..3726c1b1ba715c81514462acb7f9d74621381e27 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.15.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494028133f56c67d5a21ae8be61bef18ca07dc0cd9d256632c498480c3e46ede +size 638567 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.16.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.16.png new file mode 100644 index 0000000000000000000000000000000000000000..281103e7bd69d9e457cfbe77916c156dc4d5459b --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07adfdb35092469a8a1ec4c6fb6a674771f21588c5facd50caa166c4511141b0 +size 651349 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.17.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.17.png new file mode 100644 index 0000000000000000000000000000000000000000..281103e7bd69d9e457cfbe77916c156dc4d5459b --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07adfdb35092469a8a1ec4c6fb6a674771f21588c5facd50caa166c4511141b0 +size 651349 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf6ecf591b9222b1ca1eea35991cefae08c9f7c --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738dce8c94532eaeb863a45a7c2271dc85fbcd82adfe2f38840aaa9f35d086e6 +size 636435 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..d094d096e1df4fbe6efbdb91406d765ef1a70c71 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01dfa64066860394d61ded575e672cd54d4fe3673d08c8f165ec6293ac89c074 +size 642859 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..d094d096e1df4fbe6efbdb91406d765ef1a70c71 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.5.1.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01dfa64066860394d61ded575e672cd54d4fe3673d08c8f165ec6293ac89c074 +size 642859 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b1b619232888540755d66310fe8370e9676a --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.18.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5783d74dbd9058f8cc7337cebb00e30b33cf83d027d6254b65ee4e876d9a02da +size 563824 diff --git a/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.19.png b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.19.png new file mode 100644 index 0000000000000000000000000000000000000000..66b697fe6a5a57fe1938d029a3c42544ebbede95 --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/initech-coo04.spreadsheet.write_formula.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947677ee5c46731756aa67ac623e9619be8aa4e41ac922fd6abd8a3a3be794d2 +size 554585 diff --git a/screenshots/initech-coo04__macos-web-next/mkt.initech.launch.png b/screenshots/initech-coo04__macos-web-next/mkt.initech.launch.png new file mode 100644 index 0000000000000000000000000000000000000000..2f902a08c9b215ec6be26410dbfae074cdabffef --- /dev/null +++ b/screenshots/initech-coo04__macos-web-next/mkt.initech.launch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d45aa6744d1f33b2602ae0985e0c27b246d153ba9cb70577e0572a90a8ac31 +size 771141 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.mail.open_inbox.0.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.mail.open_inbox.0.png new file mode 100644 index 0000000000000000000000000000000000000000..76a4abe7009aa5971277de27f488f03c607242d9 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.mail.open_inbox.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a77ba79fe42b3178e2950000ffc49b77b4562c6bc8fe0aeefa5a1ea94e1ce52 +size 186145 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.open_channel.9.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.open_channel.9.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8bfed7db302b44e544689bb7a78106893982ff --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.open_channel.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9114ef62b4fde584f7eecb9e60807ab1a98e8ccbde101ad4048e1df99ec80866 +size 188585 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.11.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.11.png new file mode 100644 index 0000000000000000000000000000000000000000..fed728a318db501d1551edc4dc862f4fa7417c89 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0359edb031b43280a54efb4b7b1e830f845e20d66315b58469a27f8439439d4 +size 490377 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.14.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.14.png new file mode 100644 index 0000000000000000000000000000000000000000..9c194317de31ba25c66c0449a1f59c2bacfc5404 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6da9e5dfceca3c86166afe2aa5b58183a463ea9398aebd1676bcc786aaa4d6 +size 499080 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.17.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.17.png new file mode 100644 index 0000000000000000000000000000000000000000..ce7b7cdc9f070f85e656c6d93dd2a7659d6a73aa --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20021d7d073e18cfd38ec731677996885f7b9f89f84bb33418b57b4c471a19bb +size 444917 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.17.synth.undo.1.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.17.synth.undo.1.png new file mode 100644 index 0000000000000000000000000000000000000000..4c32704df5e6c07a4e48936e7f02d198037a13f7 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.17.synth.undo.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d6bd89a04903a42952db524cab4fc85290c3087e0a53233931fc4fa9f4d9e6 +size 127583 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.21.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.21.png new file mode 100644 index 0000000000000000000000000000000000000000..1164c5f9d1f86681616ab53fb4458edbf38e9a8d --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16032260cf5787abdb8dc1935ff68684a7df9179c1c76eada92507632e93cb9c +size 469976 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.24.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.24.png new file mode 100644 index 0000000000000000000000000000000000000000..ce7b7cdc9f070f85e656c6d93dd2a7659d6a73aa --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20021d7d073e18cfd38ec731677996885f7b9f89f84bb33418b57b4c471a19bb +size 444917 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.24.synth.undo.2.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.24.synth.undo.2.png new file mode 100644 index 0000000000000000000000000000000000000000..4c32704df5e6c07a4e48936e7f02d198037a13f7 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.post_message.24.synth.undo.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d6bd89a04903a42952db524cab4fc85290c3087e0a53233931fc4fa9f4d9e6 +size 127583 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.10.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.10.png new file mode 100644 index 0000000000000000000000000000000000000000..4c32704df5e6c07a4e48936e7f02d198037a13f7 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d6bd89a04903a42952db524cab4fc85290c3087e0a53233931fc4fa9f4d9e6 +size 127583 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.13.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.13.png new file mode 100644 index 0000000000000000000000000000000000000000..4c32704df5e6c07a4e48936e7f02d198037a13f7 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d6bd89a04903a42952db524cab4fc85290c3087e0a53233931fc4fa9f4d9e6 +size 127583 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.16.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.16.png new file mode 100644 index 0000000000000000000000000000000000000000..4c32704df5e6c07a4e48936e7f02d198037a13f7 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d6bd89a04903a42952db524cab4fc85290c3087e0a53233931fc4fa9f4d9e6 +size 127583 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.20.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.20.png new file mode 100644 index 0000000000000000000000000000000000000000..4c32704df5e6c07a4e48936e7f02d198037a13f7 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d6bd89a04903a42952db524cab4fc85290c3087e0a53233931fc4fa9f4d9e6 +size 127583 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.23.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.23.png new file mode 100644 index 0000000000000000000000000000000000000000..4c32704df5e6c07a4e48936e7f02d198037a13f7 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d6bd89a04903a42952db524cab4fc85290c3087e0a53233931fc4fa9f4d9e6 +size 127583 diff --git a/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.26.png b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.26.png new file mode 100644 index 0000000000000000000000000000000000000000..4c32704df5e6c07a4e48936e7f02d198037a13f7 --- /dev/null +++ b/screenshots/initech-frontline00__windows-web-next/initech-frontline00.slack.scroll_history.26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d6bd89a04903a42952db524cab4fc85290c3087e0a53233931fc4fa9f4d9e6 +size 127583 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.calendar.open_view.11.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.calendar.open_view.11.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.calendar.open_view.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.add_label.19.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.add_label.19.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.add_label.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.archive.17.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.archive.17.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.archive.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_inbox.0.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_inbox.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_inbox.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_inbox.15.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_inbox.15.png new file mode 100644 index 0000000000000000000000000000000000000000..be767cad5770f81f887c621d639e9a4c0eb1fa8a --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_inbox.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c108d83ae8e355e671c38e2346234b0bf436b392cd2a90fe6690d8099bdbad59 +size 618767 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.16.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.16.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.18.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.18.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.20.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.20.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.open_thread.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.reply.21.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.reply.21.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.mail.reply.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.4.0.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae842ff88714f562b8d8bf94d68fcc1ca9186be --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf12976067be20f0b8d7fac1a69b2568e5a55b7e3fa7b01d4cf7b1e69c6a5dee +size 874312 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.5.1.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..139ba87773b7fb1096a7c571b4f6a420e42ea822 --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f329bbf84fc4a6a8cda8a77bdf55b6db787a736522f7849d65aa1eb378060a +size 627763 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.6.2.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..eedcd9e1e1f6af82a87ad957c285c4119223e98e --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.insert_text.13.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5737920d1992c43e6dcaffa2834652b47ce7a4aabcb9a452aa28783046e0ebe +size 758101 diff --git a/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.open_doc.12.png b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.open_doc.12.png new file mode 100644 index 0000000000000000000000000000000000000000..21d1c3eee5b4bf95101b56922e81b4289679b78d --- /dev/null +++ b/screenshots/initech-recruiter01__macos-web-next/initech-recruiter01.notion.open_doc.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422d2406f1141116f87bff8ff3103fefee2b5d55f271a173bb4b87c38512f3ea +size 634091 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.calendar.open_view.0.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.calendar.open_view.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.calendar.open_view.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.1.0.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca5e4e81e911b566fd90a1a84f876c53098860b --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c9ef08f65c45daac3b81743beb45052c1fae6399f78f7caac60340a4ea4155 +size 578177 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.2.1.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..efe5c61584bfbdce4f2ce94f56cbf904469c3b71 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bfd40afd2bda8255240e9505c168a599b1f857a926e7314dd95ace588d3564 +size 534883 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.3.2.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..a80b6125eebde3c742bf4e99c279a41ec8088908 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db7234406817b1d2a613ead27126ff6bc3f9ef672712e29db002e9e0d6723ad +size 714744 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.4.3.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.4.3.png new file mode 100644 index 0000000000000000000000000000000000000000..efe5c61584bfbdce4f2ce94f56cbf904469c3b71 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.4.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bfd40afd2bda8255240e9505c168a599b1f857a926e7314dd95ace588d3564 +size 534883 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.5.4.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.5.4.png new file mode 100644 index 0000000000000000000000000000000000000000..4249bef6e68ce035f6914674e6c3a407f36c465e --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.insert_text.2.synth.typo.5.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e810333ffd6c46ccac5b7e85acdeae61362fd6e2a17284022ba07084e3ed82 +size 807641 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.open_doc.1.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.open_doc.1.png new file mode 100644 index 0000000000000000000000000000000000000000..38b452e1c2a197ae6aab6838e71356cd95988e25 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.notion.open_doc.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ca326640e1e7ab2c80d35bf42bad84d2c796eeceab1ff0038340fe04a34c09 +size 606981 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.open_channel.3.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.open_channel.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.open_channel.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.11.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.11.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ca04bd3cc14655bf6b7130ea5c3405fd84540a --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7817c46899a770714a328ec91a767699dc72f29126e7c42051e8afb117ecaf9f +size 771047 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.5.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.5.png new file mode 100644 index 0000000000000000000000000000000000000000..a80b6125eebde3c742bf4e99c279a41ec8088908 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db7234406817b1d2a613ead27126ff6bc3f9ef672712e29db002e9e0d6723ad +size 714744 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.8.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.8.png new file mode 100644 index 0000000000000000000000000000000000000000..76231bec8822d42a5c80a8b3e32fb5611392f766 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.post_message.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962d2ab8cdbd65c25aed9d0c441385a2d365ec8672927838d855e16e3d1ab4f5 +size 714521 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.10.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.10.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca5e4e81e911b566fd90a1a84f876c53098860b --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c9ef08f65c45daac3b81743beb45052c1fae6399f78f7caac60340a4ea4155 +size 578177 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.4.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.4.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca5e4e81e911b566fd90a1a84f876c53098860b --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c9ef08f65c45daac3b81743beb45052c1fae6399f78f7caac60340a4ea4155 +size 578177 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.7.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.7.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca5e4e81e911b566fd90a1a84f876c53098860b --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.slack.scroll_history.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c9ef08f65c45daac3b81743beb45052c1fae6399f78f7caac60340a4ea4155 +size 578177 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.open_workbook.13.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.open_workbook.13.png new file mode 100644 index 0000000000000000000000000000000000000000..efe5c61584bfbdce4f2ce94f56cbf904469c3b71 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.open_workbook.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bfd40afd2bda8255240e9505c168a599b1f857a926e7314dd95ace588d3564 +size 534883 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.save_sheet.20.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.save_sheet.20.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.save_sheet.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.14.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.14.png new file mode 100644 index 0000000000000000000000000000000000000000..f0d27292f049e35504f25b043fb5f040897600a1 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1560671c3571591ddfb215a4efef7ff8d8b24a17c52e5cc0c3044d7974a2f3c8 +size 604279 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.15.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.15.png new file mode 100644 index 0000000000000000000000000000000000000000..a14849556527da4d7ef5664abc9b2d1bd358f50a --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18929bbde7acb02acc558526379a55af0cfed043cce4a630c905814b20fc1b8c +size 597736 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.16.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.16.png new file mode 100644 index 0000000000000000000000000000000000000000..cc8d06df34cd77596498fefd1d994aa045bf233e --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377607cf793c6bb98f4f90ba3fc5f561fabfa57efdba088510e8bb2cb5ca7f07 +size 607707 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.17.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.17.png new file mode 100644 index 0000000000000000000000000000000000000000..cc8d06df34cd77596498fefd1d994aa045bf233e --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377607cf793c6bb98f4f90ba3fc5f561fabfa57efdba088510e8bb2cb5ca7f07 +size 607707 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.18.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.18.png new file mode 100644 index 0000000000000000000000000000000000000000..5011f5e91ebf6287d7da3b1da9d3525b97ee2554 --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3d2200d9c5a0806b4e3834427b4c764d0052a16e4b68508b3b1b5e891239d6 +size 620591 diff --git a/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.19.png b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.19.png new file mode 100644 index 0000000000000000000000000000000000000000..de71d61f54ef94b6ea9ef79fa56abd8ed338663c --- /dev/null +++ b/screenshots/initech-senior02__macos-web-next/initech-senior02.spreadsheet.write_formula.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921bde6d3140582e75a03264404c2447890273db7b3fcaff6c8ac693d898078a +size 605295 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.pdf.extract_text.8.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.pdf.extract_text.8.png new file mode 100644 index 0000000000000000000000000000000000000000..c152c80aab0ef908bf9e7c97792aedf649b930b1 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.pdf.extract_text.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e0af15b9defdf5cb884b9bde2f77c5cd224dfe3ee08e7fe43fddae8d3aaaa1 +size 153526 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.pdf.open_pdf.7.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.pdf.open_pdf.7.png new file mode 100644 index 0000000000000000000000000000000000000000..fa33ed32630c27b03fb7351da15f8c8bc258f615 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.pdf.open_pdf.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33949786a76bb6be41d3aa383b451c5850776cd80659ca74f1d57185a02f9265 +size 247865 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.1.0.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..95bbeee08557f89564054f016a8b382ba95f75c7 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126a2a8452ff3f7b4eb307b0eec45c88f97dca26546ef2ec3e8040f43804851b +size 133252 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3e3a148092b59f4c72b8d35aaa9103a779ec8c44 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7bd25900fd020be70b03f7973607e194597f57f33026a57d515f9087ded4c1 +size 135328 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.reread.1.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.2.1.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..938dc338fb1a87aee6e7d3199556e565dbaf5e45 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f4c6c27cff288c46f3b359a1b5aa1306a2c7aa5de2c1d9f666737d0538350d +size 142942 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.reread.2.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.1.synth.typo.3.2.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.10.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.10.png new file mode 100644 index 0000000000000000000000000000000000000000..a0977352eaefa373afb25b7a7074753a0b335f61 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed1afebcb3ae3fe2764b073a29bc443f4daa88f0654b71b1912117941bf05eb +size 334878 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.7.0.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.7.0.png new file mode 100644 index 0000000000000000000000000000000000000000..82434dee32dbf3ecb7676c0fadfccb2760fc824d --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.7.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46dda1aad74ed157fb0c3ff55d647ae0a2e304093663f018b9f05980cb2580be +size 151228 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3e3a148092b59f4c72b8d35aaa9103a779ec8c44 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7bd25900fd020be70b03f7973607e194597f57f33026a57d515f9087ded4c1 +size 135328 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.reread.5.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.reread.5.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.8.1.synth.reread.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.9.2.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.9.2.png new file mode 100644 index 0000000000000000000000000000000000000000..aeee4486ed2a52b95927fcd30676499bc497b739 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.14.synth.typo.9.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2788ce01f68f3ab89d365f6ec23d3b4d8d5810e58a7134851d631f90960432 +size 168819 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.10.0.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.10.0.png new file mode 100644 index 0000000000000000000000000000000000000000..47c8ca4fa1312b9921eabad7140b0dbba85e5b92 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.10.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717517190e048372f414988cb8aea608fb049ce231f423023885211b91bc3a70 +size 281931 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3e3a148092b59f4c72b8d35aaa9103a779ec8c44 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7bd25900fd020be70b03f7973607e194597f57f33026a57d515f9087ded4c1 +size 135328 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3a78094fe0a66e78bfcb27d1cc97381dbd2af902 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.11.1.synth.undo.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3401114133aba865f4d8d9180ee54f431ed993dbb338e6fb5296358bbb769afc +size 149047 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.png new file mode 100644 index 0000000000000000000000000000000000000000..559bf1356353124d6b2147f4d9a918b4b2730c2f --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c1dcb3e6bfc7877f60d3071758cd0b8434f532953160a2dd5dea6eba30d7c8 +size 151096 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.reread.6.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.reread.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.15.synth.typo.12.2.synth.reread.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.png new file mode 100644 index 0000000000000000000000000000000000000000..48be622f31bc37248ed5c75e5da34932919b6532 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1968510baf6d26cd25846e63806b8a5342b91b4e1d1555fba1e3dbebeb3a05a5 +size 146466 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.reread.7.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.reread.7.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.13.0.synth.reread.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.14.1.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.14.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3e3a148092b59f4c72b8d35aaa9103a779ec8c44 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.14.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7bd25900fd020be70b03f7973607e194597f57f33026a57d515f9087ded4c1 +size 135328 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.png new file mode 100644 index 0000000000000000000000000000000000000000..5c4d184cd8107808497ccc531decb7da579a699b --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96e056158fda7ef35390184087f3c97af95378b49ebde77dc1d7edb632174e1 +size 293161 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.reread.8.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.reread.8.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.16.synth.typo.15.2.synth.reread.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.17.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.17.png new file mode 100644 index 0000000000000000000000000000000000000000..98d4803a006bd8d92740b3dcd1d3e24a502d1e54 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5096c8e44c3889a4387bea0a8a34d396d913e132cf9894131747f040fe4604c4 +size 322726 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.17.synth.reread.9.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.17.synth.reread.9.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.17.synth.reread.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.4.0.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..06d23f07a5ad50323984500d8e2a872d1ff5ee11 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc88f74f1c43694a9b2693a7af88f47ed896930391866c25d76200d8bb33b11 +size 136871 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3e3a148092b59f4c72b8d35aaa9103a779ec8c44 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7bd25900fd020be70b03f7973607e194597f57f33026a57d515f9087ded4c1 +size 135328 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.reread.3.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.5.1.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.6.2.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..905fe49a4c9c959e07b334b2278efc03dc578ac3 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.2.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb11b7039707981db7eb541bdb908c596021c7baeb8c0a506298cb34bed10161 +size 336520 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.3.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.3.png new file mode 100644 index 0000000000000000000000000000000000000000..172bb09da378095671e64dfc53cd8e29d18cffd1 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acccfc5e429c85b53f40e50513b7be0d0a28fc75a7e07675ab5b143947af8f20 +size 346619 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.4.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.4.png new file mode 100644 index 0000000000000000000000000000000000000000..ae037366eae6e65df47d2589422d2e30c65e16cc --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47c72f1371a34a7caee3d1e562acade9c604f0d3bb54c510ece3524a3fcfa2c +size 348402 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.5.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.5.png new file mode 100644 index 0000000000000000000000000000000000000000..1691cd556f379c1d67a7b182150a088ce494f7e3 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2455545f1dca4f1e655e128bd294a9b850f85a6253b69175f404c4f3dee96c76 +size 333405 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.5.synth.reread.4.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.5.synth.reread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..06d23f07a5ad50323984500d8e2a872d1ff5ee11 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.insert_text.5.synth.reread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc88f74f1c43694a9b2693a7af88f47ed896930391866c25d76200d8bb33b11 +size 136871 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.0.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.0.png new file mode 100644 index 0000000000000000000000000000000000000000..c152c80aab0ef908bf9e7c97792aedf649b930b1 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e0af15b9defdf5cb884b9bde2f77c5cd224dfe3ee08e7fe43fddae8d3aaaa1 +size 153526 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.13.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.13.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.9.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.9.png new file mode 100644 index 0000000000000000000000000000000000000000..c152c80aab0ef908bf9e7c97792aedf649b930b1 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.open_doc.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e0af15b9defdf5cb884b9bde2f77c5cd224dfe3ee08e7fe43fddae8d3aaaa1 +size 153526 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.11.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.11.png new file mode 100644 index 0000000000000000000000000000000000000000..bf5594d651c68a674bdb0e6b39c90349fc44cff6 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb98ba24e113c884491ee15aa4054ec16a70de3b34f9e8acd6f06838230c795 +size 151567 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.18.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.18.png new file mode 100644 index 0000000000000000000000000000000000000000..3a78094fe0a66e78bfcb27d1cc97381dbd2af902 --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3401114133aba865f4d8d9180ee54f431ed993dbb338e6fb5296358bbb769afc +size 149047 diff --git a/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.6.png b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.6.png new file mode 100644 index 0000000000000000000000000000000000000000..d09c4846393c98f80cef17c47ee2095f6b6b0b9c --- /dev/null +++ b/screenshots/stark-counsel04__windows-web-next/stark-counsel04.wordproc.save_doc.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256fffaf7e5b7336018196d62f29e4c481dc5df45d3b9bbbaf6f114596e1fd49 +size 146705 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.10.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.10.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.2.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.4.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.6.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.8.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.8.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.extract_quote.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.0.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.0.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.synth.detour.1.0.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.synth.detour.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..e007f2bdd1ff9fefed260e417f4eb938888c9717 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.synth.detour.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41aa666144739f458ff0b1996dbf09ada8baf58b1911fe7520e9ed642d2ce0a0 +size 3869 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.synth.tab.1.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.synth.tab.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.1.synth.tab.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.3.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.5.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.5.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.7.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.7.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.9.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.9.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.browser.open_url.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.calendar.open_view.13.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.calendar.open_view.13.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac876565b177557fe86e754ad92b73f44c8d3 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.calendar.open_view.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac4446e25ff2f692fbd14669c7287c7f7ac773e6917814f9b3ccfb4a0656f +size 10769 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.1.0.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b2048ed32fb5e7fa5d3cd7a3f62c14c962dab7 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cb59fb431596ce630e9e153f7326ba36828fb3045f8cedf53f70c2d5bccc61 +size 127622 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.2.1.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.3.2.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..7ee73235c533c321646a0ed7d1a5a405b97eb6cb --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9cbf240a77f2b6c09beea3e864f7a96fe07691ff3513ef63f50e03dbe440080 +size 155143 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.4.3.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.4.3.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.4.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.5.4.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.5.4.png new file mode 100644 index 0000000000000000000000000000000000000000..33997684ec5de32907cc7e9af30a690b47666d47 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.5.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485d2da0782dbdf2661db6ab12cbab633d5ea77fdf015aee6c8d3f0292e1ce4d +size 132980 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.6.5.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.6.5.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.6.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.7.6.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.7.6.png new file mode 100644 index 0000000000000000000000000000000000000000..a4b114a0313f3eab8e19388675a91c113a82aa77 --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.insert_text.15.synth.typo.7.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1057db28c0225283b74ea99f27abb095d225cf0fca91a8ea908bf93dcca053c4 +size 117534 diff --git a/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.open_doc.14.png b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.open_doc.14.png new file mode 100644 index 0000000000000000000000000000000000000000..f139587ca117346dbfb1fa8d5c4338efb9f84d0c --- /dev/null +++ b/screenshots/stark-escalation05__browser-os/stark-escalation05.notion.open_doc.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533c4e023d59a84ef56be425b47f4c1a4ed45f425ff517cb2b94ec83ee6bdbba +size 66302 diff --git a/screenshots/stark-growth02__browser-os/mkt.stark.launch.png b/screenshots/stark-growth02__browser-os/mkt.stark.launch.png new file mode 100644 index 0000000000000000000000000000000000000000..af237307708d431753907357fc1c5ed294c117a6 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/mkt.stark.launch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3add3c744effbc90b92af7efc32de7c4be9388f4d139061640f92d06fce17e +size 180865 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.browser.extract_quote.3.png b/screenshots/stark-growth02__browser-os/stark-growth02.browser.extract_quote.3.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.browser.extract_quote.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.dashboard.drill_into_alert.2.png b/screenshots/stark-growth02__browser-os/stark-growth02.dashboard.drill_into_alert.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.dashboard.drill_into_alert.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.dashboard.open_dashboard.0.png b/screenshots/stark-growth02__browser-os/stark-growth02.dashboard.open_dashboard.0.png new file mode 100644 index 0000000000000000000000000000000000000000..76f6a70382dd958d6829f990c3878225f162ec32 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.dashboard.open_dashboard.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff181b892d1c76621d9fe13ffdfdb9c2c9d015827539409106b7a603d666bbff +size 118715 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.dashboard.set_time_range.1.png b/screenshots/stark-growth02__browser-os/stark-growth02.dashboard.set_time_range.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.dashboard.set_time_range.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.slack.open_channel.11.png b/screenshots/stark-growth02__browser-os/stark-growth02.slack.open_channel.11.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.slack.open_channel.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.slack.post_message.13.png b/screenshots/stark-growth02__browser-os/stark-growth02.slack.post_message.13.png new file mode 100644 index 0000000000000000000000000000000000000000..d96c33ff8acd54a6ec670571aeb69eb3b3da6258 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.slack.post_message.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a67171a81ab525bc9f58f36e3523c45128bc6c98950875a741927010998d91 +size 198214 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.slack.scroll_history.12.png b/screenshots/stark-growth02__browser-os/stark-growth02.slack.scroll_history.12.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.slack.scroll_history.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.1.0.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..3f29cef1b0286304469e79ccd6f49a179a76e4a4 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c4ec3bae1ff0f451bd7c3fba7c79b6efeb5fb4e33540613615fec675c01aa6 +size 109995 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.2.1.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b30fc5207d2e0b4b67fbea3277a7c8e9cd8af0 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972d8f43469d224848019bbca896d9487d8e8cd4d5ee4bb490533bcc6a4c26f9 +size 10828 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.2.1.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.3.2.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b9f9acffbacc44298578f117edee020be7f9dc7 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.5.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b86ab7f105d33b3ba506abd3f562eeeb562d1df29e3cd09cf7ff2f413cf1f8 +size 158412 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.10.6.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.10.6.png new file mode 100644 index 0000000000000000000000000000000000000000..889513db414516440d64d471f67665dded0a0aca --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.10.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c131b369b576ed48f9044ea3bc9c78c38e5981608fac76f072ade403570d97 +size 113116 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.reread.4.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.reread.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.10.6.synth.reread.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.4.0.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..73681cd9b0ae45acabaf335c518482737418b8d1 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64735fd8d3301c47cfdc31c21467846775039b6306cd1bb5f862ac1a5dba913f +size 122966 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.4.0.synth.reread.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.5.1.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.6.2.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1fba15fa811ef496bfc4eaca5519e49efedf1c --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c67b9bcd37cedcbf2fd4cb03b53a5c2fd24fd9cae186fbae7934d90d50126c +size 167804 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.6.2.synth.reread.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.7.3.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.7.3.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.7.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.8.4.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.8.4.png new file mode 100644 index 0000000000000000000000000000000000000000..7bc9597b2fbbba41d0b2eedcaa9e6e7ed0bf62ad --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.8.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1ca606d854ead14cb0ec0137ec05411ea736730f48d238feffecf5b64b4a49 +size 117969 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.9.5.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.9.5.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.9.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1.png new file mode 100644 index 0000000000000000000000000000000000000000..f356535c9666d077b2359e23d7c66f17b6ca982c --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.6.synth.typo.9.5.synth.undo.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc52d520b61f11396bcf6eb98286edcbe0774c653fa395cadb98063bacbd349a +size 128141 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.11.0.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.11.0.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b30fc5207d2e0b4b67fbea3277a7c8e9cd8af0 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.11.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972d8f43469d224848019bbca896d9487d8e8cd4d5ee4bb490533bcc6a4c26f9 +size 10828 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.12.1.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.12.1.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.12.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.13.2.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.13.2.png new file mode 100644 index 0000000000000000000000000000000000000000..084f4d3bd01434e90e7a7347ac6345d3e8d4b6c2 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.13.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df52faf0f92d1c3f46a416627ca3ff3d0602c4772d3aa48f588e9b9e06d89a7 +size 189306 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.14.3.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.14.3.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.14.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.15.4.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.15.4.png new file mode 100644 index 0000000000000000000000000000000000000000..76f6a70382dd958d6829f990c3878225f162ec32 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.7.synth.typo.15.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff181b892d1c76621d9fe13ffdfdb9c2c9d015827539409106b7a603d666bbff +size 118715 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.8.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.8.png new file mode 100644 index 0000000000000000000000000000000000000000..081b2d02a9c4c99f37177d04ef248fe1f508d0c6 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2496a5628f4965c467ae9c12d42780302eb8b82348b4e186ce9368a876fc8524 +size 191980 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.8.synth.reread.5.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.8.synth.reread.5.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.insert_text.8.synth.reread.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.open_doc.4.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.open_doc.4.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac876565b177557fe86e754ad92b73f44c8d3 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.open_doc.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac4446e25ff2f692fbd14669c7287c7f7ac773e6917814f9b3ccfb4a0656f +size 10769 diff --git a/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.save_doc.9.png b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.save_doc.9.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-growth02__browser-os/stark-growth02.wordproc.save_doc.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.browser.extract_quote.23.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.browser.extract_quote.23.png new file mode 100644 index 0000000000000000000000000000000000000000..9a6c3aec1e4086d6cc644dbdd1488acc2abc4fb0 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.browser.extract_quote.23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398ace07319271d3d5594322af1a304aba15d82498c51c9435632bd30dc071a0 +size 127577 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.browser.open_url.21.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.browser.open_url.21.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3ab88ac7d8ad4a7bc0ced51bea7a9c55d4b643 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.browser.open_url.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c464a22dd57537845bbefb232dfa47ee295751d8d3e4ab47b70487ce1db062 +size 214401 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.open_file.10.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.open_file.10.png new file mode 100644 index 0000000000000000000000000000000000000000..06026f6ec6a30658cb216d0ddb939557b4b8e2f4 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.open_file.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6494e98384b66c475b3c384f8911030957db673e35c6593f2347d70b3b9e82 +size 231344 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1.png new file mode 100644 index 0000000000000000000000000000000000000000..656ee87c8cd66ddfecbc774b451d503ef42dec7e --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.replace_buffer.11.synth.typo.1.0.synth.undo.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c3faaf4aacf1414932ab619b0d725828345abff029e92476eb58fca92ffa6e +size 215968 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.save_file.12.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.save_file.12.png new file mode 100644 index 0000000000000000000000000000000000000000..e3f083ca1ec739989777bf3726b248ed08f1b739 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.save_file.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7d7d9ba516ecbc19bbee7769b84767b0d6e31181c5ae8bf06d617ac9b03b61 +size 122779 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.save_file.15.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.save_file.15.png new file mode 100644 index 0000000000000000000000000000000000000000..e3f083ca1ec739989777bf3726b248ed08f1b739 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.editor.save_file.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7d7d9ba516ecbc19bbee7769b84767b0d6e31181c5ae8bf06d617ac9b03b61 +size 122779 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.finder.open_path.9.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.finder.open_path.9.png new file mode 100644 index 0000000000000000000000000000000000000000..06026f6ec6a30658cb216d0ddb939557b4b8e2f4 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.finder.open_path.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6494e98384b66c475b3c384f8911030957db673e35c6593f2347d70b3b9e82 +size 231344 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.github.open_pull_request.22.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.github.open_pull_request.22.png new file mode 100644 index 0000000000000000000000000000000000000000..90e435c0a79794dac76ac48d75be2759481225a4 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.github.open_pull_request.22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fd4126260c7808a812a76d27a2dd955e4b9d7ec3a18dade1f05415c327efa1 +size 208683 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.github.open_pull_request.22.synth.tab.1.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.github.open_pull_request.22.synth.tab.1.png new file mode 100644 index 0000000000000000000000000000000000000000..06026f6ec6a30658cb216d0ddb939557b4b8e2f4 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.github.open_pull_request.22.synth.tab.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6494e98384b66c475b3c384f8911030957db673e35c6593f2347d70b3b9e82 +size 231344 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.github.request_review.24.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.github.request_review.24.png new file mode 100644 index 0000000000000000000000000000000000000000..06026f6ec6a30658cb216d0ddb939557b4b8e2f4 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.github.request_review.24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6494e98384b66c475b3c384f8911030957db673e35c6593f2347d70b3b9e82 +size 231344 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.open_channel.0.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.open_channel.0.png new file mode 100644 index 0000000000000000000000000000000000000000..6c1a12e0ee04948c50d32063cad440a279842f98 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.open_channel.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff656d61d036480bf99d69d4ef06ebede16bb394ce7f1f63f275cc6b43000d7 +size 201132 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.2.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.2.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3ab88ac7d8ad4a7bc0ced51bea7a9c55d4b643 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c464a22dd57537845bbefb232dfa47ee295751d8d3e4ab47b70487ce1db062 +size 214401 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.5.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.5.png new file mode 100644 index 0000000000000000000000000000000000000000..86550a08f6f35e38841ba669a1c3fbf7444d4fc6 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba9823174fc3e5b6e0396bfea5b267511216ca33ac1581fbd8629ad15501c90 +size 214406 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.8.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.8.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3ab88ac7d8ad4a7bc0ced51bea7a9c55d4b643 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.post_message.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c464a22dd57537845bbefb232dfa47ee295751d8d3e4ab47b70487ce1db062 +size 214401 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.1.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.1.png new file mode 100644 index 0000000000000000000000000000000000000000..9a6c3aec1e4086d6cc644dbdd1488acc2abc4fb0 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398ace07319271d3d5594322af1a304aba15d82498c51c9435632bd30dc071a0 +size 127577 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.4.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.4.png new file mode 100644 index 0000000000000000000000000000000000000000..9a6c3aec1e4086d6cc644dbdd1488acc2abc4fb0 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398ace07319271d3d5594322af1a304aba15d82498c51c9435632bd30dc071a0 +size 127577 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.7.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.7.png new file mode 100644 index 0000000000000000000000000000000000000000..9a6c3aec1e4086d6cc644dbdd1488acc2abc4fb0 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.slack.scroll_history.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398ace07319271d3d5594322af1a304aba15d82498c51c9435632bd30dc071a0 +size 127577 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.16.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.16.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3ab88ac7d8ad4a7bc0ced51bea7a9c55d4b643 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c464a22dd57537845bbefb232dfa47ee295751d8d3e4ab47b70487ce1db062 +size 214401 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.17.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.17.png new file mode 100644 index 0000000000000000000000000000000000000000..dd47a63043a9e38856d86e3a80eb1bbbaa30a5a2 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7482fc7b4a69ab5d61ab65bf0a55d7b9f8fbd3be3fe3967378cab4e46c3fa9f3 +size 174989 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.18.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.18.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3ab88ac7d8ad4a7bc0ced51bea7a9c55d4b643 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c464a22dd57537845bbefb232dfa47ee295751d8d3e4ab47b70487ce1db062 +size 214401 diff --git a/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.19.png b/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.19.png new file mode 100644 index 0000000000000000000000000000000000000000..06026f6ec6a30658cb216d0ddb939557b4b8e2f4 --- /dev/null +++ b/screenshots/stark-senior01__windows-web-next/stark-senior01.terminal.run_command.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6494e98384b66c475b3c384f8911030957db673e35c6593f2347d70b3b9e82 +size 231344 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.calendar.open_view.0.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.calendar.open_view.0.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.calendar.open_view.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.calendar.open_view.3.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.calendar.open_view.3.png new file mode 100644 index 0000000000000000000000000000000000000000..63656fc66687bebf2fcf05a8d1c20a65b6a81b4c --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.calendar.open_view.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54e2f9137e5fd7627591194255a36fa7da24f64486357c4dca1e4c11ee27c57 +size 572851 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.2.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.2.png new file mode 100644 index 0000000000000000000000000000000000000000..50e25329019e2b7974197511344ccc55eab8165b --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1596ff52d335412524c37a052acf37120791a5dba2af6d9c664ca927280b54c +size 862865 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.1.0.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..3b28ef4d93de12284e2a014d1f4c065e8d7e4efd --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e67641be194f79aef2aee204356e2a63b4b66d89edd45e11f6b9068f199f50 +size 616178 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.2.1.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..63656fc66687bebf2fcf05a8d1c20a65b6a81b4c --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54e2f9137e5fd7627591194255a36fa7da24f64486357c4dca1e4c11ee27c57 +size 572851 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.3.2.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..5e5d29abbebcea715f1c2e75633b134bbd692acd --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.insert_text.5.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d46bebd3a0a242ab72b094315450461b7bf40596d576025e83571e3c587321 +size 858996 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.open_doc.1.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.open_doc.1.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7896631ef81ca66fbf896750af7d6aa38f14bb --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.open_doc.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf73582157581e54abc3814c52df1eb65614e39fdadb7a422c2c9c891a62b73 +size 563372 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.open_doc.4.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.open_doc.4.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7896631ef81ca66fbf896750af7d6aa38f14bb --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.notion.open_doc.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf73582157581e54abc3814c52df1eb65614e39fdadb7a422c2c9c891a62b73 +size 563372 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.open_workbook.7.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.open_workbook.7.png new file mode 100644 index 0000000000000000000000000000000000000000..63656fc66687bebf2fcf05a8d1c20a65b6a81b4c --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.open_workbook.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54e2f9137e5fd7627591194255a36fa7da24f64486357c4dca1e4c11ee27c57 +size 572851 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.save_sheet.14.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.save_sheet.14.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.save_sheet.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.10.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.10.png new file mode 100644 index 0000000000000000000000000000000000000000..99911a453084eed0400264c452cd9bbcf7b30d36 --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d05826ad3dbe50f211308ad04306afdc2d017852292f955e7ca97ed3239918 +size 638433 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.11.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.11.png new file mode 100644 index 0000000000000000000000000000000000000000..99911a453084eed0400264c452cd9bbcf7b30d36 --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d05826ad3dbe50f211308ad04306afdc2d017852292f955e7ca97ed3239918 +size 638433 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..0b2358cd4a9fc734c6bbecee0998a5922672c713 --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488edd4b7b71013bb0e5b2da0c091e78b374efd913ebc1860146442e40e7be8d +size 632940 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..2818cf71c6d5cba784dceaad0a9bc162e498ca80 --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a391ea3fca81d611e5c662c6b507e0810a7e6659782f205a7992b447d4c56e69 +size 539329 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..58ea7854de7963fe68154ec7a2fd77fad77e8255 --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.12.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24afa6a6c321d9d924a177d8ac6ede501191d7ac1c896895349e70d616e49dee +size 614804 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.13.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.13.png new file mode 100644 index 0000000000000000000000000000000000000000..3b28ef4d93de12284e2a014d1f4c065e8d7e4efd --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e67641be194f79aef2aee204356e2a63b4b66d89edd45e11f6b9068f199f50 +size 616178 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.8.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.8.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d7a5e59a15bf610e9b1e737239e5961e6cf905 --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcbe589960c2b6644c1285ba66eb16e30fa8a6da07d00553c4bb17b7d5ed84e +size 627019 diff --git a/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.9.png b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.9.png new file mode 100644 index 0000000000000000000000000000000000000000..c2101c99bb97db11c584956addb616bd89a95fd8 --- /dev/null +++ b/screenshots/stark-senior03__macos-web-next/stark-senior03.spreadsheet.write_formula.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6485ffa830888a7f20f48b861e63bd2516d7a76e01f14900432e69fb44729ae +size 625113 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.editor.open_file.1.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.editor.open_file.1.png new file mode 100644 index 0000000000000000000000000000000000000000..b453c192803261db0ff035c56de72447c5e0f1e4 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.editor.open_file.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909a34aef899744e684c9e5de9798a5f64a2959af9f683ca997d5fe66151376b +size 163292 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.editor.save_file.3.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.editor.save_file.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.editor.save_file.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.editor.save_file.6.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.editor.save_file.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.editor.save_file.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.finder.open_path.0.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.finder.open_path.0.png new file mode 100644 index 0000000000000000000000000000000000000000..88c6f6b9ec4b4e1385d6ce7bde79d04500254aa9 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.finder.open_path.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b1c3afbb5c2ea25caccfcc1131152197f8a31b79f9d9539d35901c11bf8c2d +size 243857 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.open_channel.11.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.open_channel.11.png new file mode 100644 index 0000000000000000000000000000000000000000..98c0c2b466da6341de1efb66d0a03d2f65526629 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.open_channel.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0669cfc37147892ff18a7b443e61719b9e9c105910ec547d0ca6f5c5e95d195 +size 172132 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.13.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.13.png new file mode 100644 index 0000000000000000000000000000000000000000..3e1e88688e367c3ea897f697543a264269be925f --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31174381700f4e1ceda0debbfcdc2d176cd41a28e4f15f5e3768bf0a9bee98b1 +size 243056 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.16.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.16.png new file mode 100644 index 0000000000000000000000000000000000000000..4c2b1e2259c30d3d6502a9dc8b806b2ef0f41b19 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9394974a749b12e3eec100e97eb67ec99ba34061d2a1a0b74b940c5adc4163e5 +size 286103 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.19.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.19.png new file mode 100644 index 0000000000000000000000000000000000000000..cef7f48f5dd29e04112e7aff7b569792b859b386 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89299a98f02ef793be1b292c541c1e84c12ce8d721c1d35513deab0194bb79f2 +size 268401 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.23.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.23.png new file mode 100644 index 0000000000000000000000000000000000000000..6dcd60e4212b01451984687832d71946f52194bc --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.post_message.23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72095f60926001fc17efd9176109ff2a6a817c52465e026899fc58b72ebb7edd +size 300577 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.12.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.12.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.15.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.15.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.18.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.18.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.22.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.22.png new file mode 100644 index 0000000000000000000000000000000000000000..b7857988c1e7043173ea2cbbf60ddcd25d5c1694 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.slack.scroll_history.22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5032c3189388153ffaae156c51f52c0b52325901a45b33319f8db1619d8cd +size 148310 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.10.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.10.png new file mode 100644 index 0000000000000000000000000000000000000000..bb77df9712a96835153b5d7ec9dfbf5339d7a6ce --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1e6bd821434a70b4827d2ddc327253dcafa947e207bf43e0b0610c81a17abf +size 151610 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.7.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.7.png new file mode 100644 index 0000000000000000000000000000000000000000..4fbadf0098fb5699dc6e94a89fde58e68ee78ad5 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2094f44c91ad482684244f254c6e8e4d6a83c7461528d45233ef25fd101f2d0d +size 268585 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.8.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.8.png new file mode 100644 index 0000000000000000000000000000000000000000..0d08fb13ce431fc29cea4954863776b932e19518 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1962ba0d36afdfcb1b47795623d4d612ec9d604061c530da788361678e61d328 +size 144727 diff --git a/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.9.png b/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.9.png new file mode 100644 index 0000000000000000000000000000000000000000..67461f43781f0c465b4949f64b139bce37bcf167 --- /dev/null +++ b/screenshots/stark-staff00__windows-web-next/stark-staff00.terminal.run_command.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453f3150973974668a6de230703d3c5e3740ab21087772dce0b42ac6dc979179 +size 261964 diff --git a/screenshots/umbrella-coo02__macos-web-next/mkt.umbrella.launch.png b/screenshots/umbrella-coo02__macos-web-next/mkt.umbrella.launch.png new file mode 100644 index 0000000000000000000000000000000000000000..8845273fea3ca183e3e4e4b9682ce8f07c0c6680 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/mkt.umbrella.launch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1c9d790e4096fdfa0c21ae170fc1689c4fd2270612ca0d94a63bfc54620fa0 +size 736593 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.calendar.open_view.8.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.calendar.open_view.8.png new file mode 100644 index 0000000000000000000000000000000000000000..28810c513567bd1fbedd4920fc5ce4daa2a1c5c6 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.calendar.open_view.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10dd4bfdfeb91b7c61e7cb14aba28c405136ec2a8fe743f7f86ac1e442b6910e +size 21115 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.notion.insert_text.10.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.notion.insert_text.10.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0a26c51b40f79ae363039a28b46e4c68ec71e8 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.notion.insert_text.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04860525781fb47550a1b6044b5635f18d17b05e671894d4933837b56364679a +size 785314 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.notion.open_doc.9.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.notion.open_doc.9.png new file mode 100644 index 0000000000000000000000000000000000000000..60637930c1cdf71d3d1fe6d2651c809d50bb9b6d --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.notion.open_doc.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcc3aa2a14f47223eedbdffce1a69687135650b98219a9e835743496753ecbb +size 582433 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.open_channel.12.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.open_channel.12.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.open_channel.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.14.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.14.png new file mode 100644 index 0000000000000000000000000000000000000000..3a4a87fa981c86c4cd9c9e85a894ed6e3d3931a9 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1422028a8694715f00f9e4521b95ff5f2d8ef9b59978cc489564a401e1811b55 +size 698719 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.17.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.17.png new file mode 100644 index 0000000000000000000000000000000000000000..3ed79f3a602d6dc747bfe23839f8dbeb6e32fb96 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2e3e71026027ba78c67de2be19ddc099647162a31257a5d7df13be7df23349 +size 666999 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.17.synth.reread.1.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.17.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.17.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.20.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.20.png new file mode 100644 index 0000000000000000000000000000000000000000..16220f6a474f901adffac4e7ae577a71b1a914db --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.post_message.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991a434aa9bc5626551e4a81b789ff2eaef4b39c0c37a7e4736024be59420525 +size 666296 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.13.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.13.png new file mode 100644 index 0000000000000000000000000000000000000000..38c62965ff2ef3fec352f653531d49b3367ccb42 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff5540138146a91f4fe1417982183513b7a5a1c953b9c3c6b71e4b610419688 +size 539127 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.16.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.16.png new file mode 100644 index 0000000000000000000000000000000000000000..38c62965ff2ef3fec352f653531d49b3367ccb42 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff5540138146a91f4fe1417982183513b7a5a1c953b9c3c6b71e4b610419688 +size 539127 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.19.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.19.png new file mode 100644 index 0000000000000000000000000000000000000000..38c62965ff2ef3fec352f653531d49b3367ccb42 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.slack.scroll_history.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff5540138146a91f4fe1417982183513b7a5a1c953b9c3c6b71e4b610419688 +size 539127 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.open_workbook.0.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.open_workbook.0.png new file mode 100644 index 0000000000000000000000000000000000000000..17aacc9e805453362d6c3bcc5c040d45b1dd4546 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.open_workbook.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38836fe5c070fa2a9ab7309d8dd62fd48714ebf7f02bdfe92a30fcb1a31f72c3 +size 577527 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.save_sheet.7.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.save_sheet.7.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.save_sheet.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.1.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.1.png new file mode 100644 index 0000000000000000000000000000000000000000..b36d61432be779ed9b69fe26352614d6eac87c93 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deca0b1eac308f1daa9bc8d00913e6270ac6ef799bb2adf456348af6d5ed026e +size 642423 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.2.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.2.png new file mode 100644 index 0000000000000000000000000000000000000000..c805809bfeb91b9f3b39f32d2e070bf8381cc288 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4a295194f8995cdc30b89d8c36c6a18ddd782db0e702835cba24a4e8d7bde6 +size 636283 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.3.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.3.png new file mode 100644 index 0000000000000000000000000000000000000000..b09ad815d2a61e75d18b5719224a11578c3fdf24 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb2707221e98327926eae9625a4eeacc35e742d8b03b69c67a493f3ae515a30 +size 652525 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.4.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.4.png new file mode 100644 index 0000000000000000000000000000000000000000..b09ad815d2a61e75d18b5719224a11578c3fdf24 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb2707221e98327926eae9625a4eeacc35e742d8b03b69c67a493f3ae515a30 +size 652525 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.5.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.5.png new file mode 100644 index 0000000000000000000000000000000000000000..37fd421a945fbb7cd08f1f71cac7d40516905143 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57478cde235e82543db1c576ecf11300e0fdd80a11e67d6ef555ec297b3a5758 +size 648153 diff --git a/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.6.png b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.6.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa07c179ba422d699f01d3f5c6d1dae6d57fb64 --- /dev/null +++ b/screenshots/umbrella-coo02__macos-web-next/umbrella-coo02.spreadsheet.write_formula.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c85dcc51aa5392f8594c03ba258428ac8901ad9a1b463f2d93873c6d7422d1 +size 629488 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.11.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.11.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1bfdf9f43984bc157fcc06586db21799afec49 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e576da37570a18cbc1447bd8b2c0282adcd4f5bab253648d1669ec47ed40c3bc +size 127035 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.11.synth.tab.1.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.11.synth.tab.1.png new file mode 100644 index 0000000000000000000000000000000000000000..817a407e29c4011e24a82657e59686d703c607f4 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.11.synth.tab.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5947449080d3b1d445f50626f76ab86e74a55538578abe789133242398e2b8f8 +size 196223 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.13.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.13.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1bfdf9f43984bc157fcc06586db21799afec49 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e576da37570a18cbc1447bd8b2c0282adcd4f5bab253648d1669ec47ed40c3bc +size 127035 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.15.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.15.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1bfdf9f43984bc157fcc06586db21799afec49 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.extract_quote.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e576da37570a18cbc1447bd8b2c0282adcd4f5bab253648d1669ec47ed40c3bc +size 127035 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.10.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.10.png new file mode 100644 index 0000000000000000000000000000000000000000..1c33afa6e175413579542641b42ce6ecfb53de4a --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7bf8965030b7e0c66f00a0102284fcd7d68ac6243caef5cfc4532c7f3b2a13 +size 348475 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.12.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.12.png new file mode 100644 index 0000000000000000000000000000000000000000..1c33afa6e175413579542641b42ce6ecfb53de4a --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7bf8965030b7e0c66f00a0102284fcd7d68ac6243caef5cfc4532c7f3b2a13 +size 348475 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.14.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.14.png new file mode 100644 index 0000000000000000000000000000000000000000..231b177186db7e2dfc5b10e16cab4ae1ff191357 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f412b0971fbaf6d2fc0edf40367b1ef717b10992cbba8ad4bab32b028ceb7e7c +size 451109 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.9.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.9.png new file mode 100644 index 0000000000000000000000000000000000000000..e539c251513f34a3b5ca95bde58b436dcf525fd4 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.browser.open_url.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdd6a40cb0b033269ff746cd52bd2a79b50b7b964a02ce4cb6b2c12a10628cf +size 591640 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.mail.open_inbox.0.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.mail.open_inbox.0.png new file mode 100644 index 0000000000000000000000000000000000000000..50c26e651b5c50bb9a139cb799e738274a3fa056 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.mail.open_inbox.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b513d253af45c08921fa2a03cbce7bd07268db383dc06a7e992dd4a1000042d +size 216900 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.open_channel.17.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.open_channel.17.png new file mode 100644 index 0000000000000000000000000000000000000000..a81feb34d6e1f2eebe825fc28b438543e8f1096b --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.open_channel.17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9efbe9d7f5a4c46dd05eaca3aee0c6141a8d46c5526f363d0bfaef4171e0d3 +size 221589 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.21.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.21.png new file mode 100644 index 0000000000000000000000000000000000000000..4abc4a348ad41209f225d1bcc65915f338f10c25 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c312a3daaade37f79c71e016f12d78e0d3d87798b2e4500e100cf99c1914d9 +size 581693 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.21.synth.undo.1.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.21.synth.undo.1.png new file mode 100644 index 0000000000000000000000000000000000000000..76657726bb485dbea3614b82b7f6968aea418f44 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.21.synth.undo.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb9b73ff43739ea271019e9e034020bffed31c388d79ef2c1257d3a304ac648 +size 174411 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.24.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.24.png new file mode 100644 index 0000000000000000000000000000000000000000..5a4c932fc26a17d1227d5335714af6b4da3ebf5a --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cee70de6a3ae26414d4eb264f550531e5c16f14c2af1c0a49781abca28f6ca +size 580568 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.24.synth.undo.2.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.24.synth.undo.2.png new file mode 100644 index 0000000000000000000000000000000000000000..d85a0879dc250c1fa72c2fd311ae5670494d331c --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.post_message.24.synth.undo.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a23c5ec581629f8acbf7074dde6b93dd5fb590e2b1ff52c8b5f7364436c905f +size 169018 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.18.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.18.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1bfdf9f43984bc157fcc06586db21799afec49 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e576da37570a18cbc1447bd8b2c0282adcd4f5bab253648d1669ec47ed40c3bc +size 127035 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.20.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.20.png new file mode 100644 index 0000000000000000000000000000000000000000..dcdd5ef6489582c2619c22768ab77c25a37a00ff --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f2712f0826dca220dc423af6f45d42a5bba89afcf51a3f5352313d2526b9f4 +size 122787 diff --git a/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.23.png b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.23.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1bfdf9f43984bc157fcc06586db21799afec49 --- /dev/null +++ b/screenshots/umbrella-frontline00__windows-web-next/umbrella-frontline00.slack.scroll_history.23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e576da37570a18cbc1447bd8b2c0282adcd4f5bab253648d1669ec47ed40c3bc +size 127035 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.browser.extract_quote.14.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.browser.extract_quote.14.png new file mode 100644 index 0000000000000000000000000000000000000000..fba35f54e51e6ce7c8c6e85f16dd839d06780b09 --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.browser.extract_quote.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb0d6c3b75d911b3b2b69bec796d48ded2dd810b100df079625f6f7aeb1e6db +size 149319 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.browser.open_url.12.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.browser.open_url.12.png new file mode 100644 index 0000000000000000000000000000000000000000..d9735fdb394c514964795746022d4baefe20acce --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.browser.open_url.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2e060d9c04b94d92b634f1e1a0f96e9ca63a4ecb205fdf0b0d7c86a0ef5560 +size 258320 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.github.open_pull_request.13.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.github.open_pull_request.13.png new file mode 100644 index 0000000000000000000000000000000000000000..5ed51246904281d7fd75acfc6b1a77f4ab2c17ef --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.github.open_pull_request.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3abe7ea218e9e703f3f595f14b30a29c778c161c05943d15eeebb5472c6a12a +size 151639 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.github.request_review.15.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.github.request_review.15.png new file mode 100644 index 0000000000000000000000000000000000000000..1865f75f0dd10a72bdb7ec08dbc265cb928dd2e5 --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.github.request_review.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2e74ad26bbb3f6f14286923af44dfa4a99e85805dfaca601445410740704e2 +size 174244 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.open_channel.0.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.open_channel.0.png new file mode 100644 index 0000000000000000000000000000000000000000..955970961672d2d963802c964f7f7e4288e014f3 --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.open_channel.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09e1252b0baf63bfd217887c48824a73d33d8508d7898b224d5dc5cf169dd24 +size 157084 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.post_message.2.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.post_message.2.png new file mode 100644 index 0000000000000000000000000000000000000000..d9735fdb394c514964795746022d4baefe20acce --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.post_message.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2e060d9c04b94d92b634f1e1a0f96e9ca63a4ecb205fdf0b0d7c86a0ef5560 +size 258320 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.post_message.6.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.post_message.6.png new file mode 100644 index 0000000000000000000000000000000000000000..26973e992eee404c6e85b48937c144b3bfc779cf --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.post_message.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c087020578654be496f55a2874425f0cee2b258da7932e5a021b3631a2df13f +size 256786 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.1.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.1.png new file mode 100644 index 0000000000000000000000000000000000000000..fba35f54e51e6ce7c8c6e85f16dd839d06780b09 --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb0d6c3b75d911b3b2b69bec796d48ded2dd810b100df079625f6f7aeb1e6db +size 149319 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.10.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.10.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.5.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.5.png new file mode 100644 index 0000000000000000000000000000000000000000..fba35f54e51e6ce7c8c6e85f16dd839d06780b09 --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb0d6c3b75d911b3b2b69bec796d48ded2dd810b100df079625f6f7aeb1e6db +size 149319 diff --git a/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.8.png b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.8.png new file mode 100644 index 0000000000000000000000000000000000000000..fba35f54e51e6ce7c8c6e85f16dd839d06780b09 --- /dev/null +++ b/screenshots/umbrella-junior04__windows-web-next/umbrella-junior04.slack.scroll_history.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb0d6c3b75d911b3b2b69bec796d48ded2dd810b100df079625f6f7aeb1e6db +size 149319 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.extract_quote.13.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.extract_quote.13.png new file mode 100644 index 0000000000000000000000000000000000000000..e007f2bdd1ff9fefed260e417f4eb938888c9717 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.extract_quote.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41aa666144739f458ff0b1996dbf09ada8baf58b1911fe7520e9ed642d2ce0a0 +size 3869 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.extract_quote.13.synth.tab.2.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.extract_quote.13.synth.tab.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.extract_quote.13.synth.tab.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.open_url.11.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.open_url.11.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.open_url.11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.open_url.11.synth.tab.1.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.open_url.11.synth.tab.1.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.browser.open_url.11.synth.tab.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.open_file.1.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.open_file.1.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac876565b177557fe86e754ad92b73f44c8d3 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.open_file.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac4446e25ff2f692fbd14669c7287c7f7ac773e6917814f9b3ccfb4a0656f +size 10769 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.open_file.4.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.open_file.4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.open_file.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c0236ec0fa6f40e4aa946918173797eece4451 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.1.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7a88a09a8fcbed979e3c00334b5ab3f25900fceab69e7a264011a80da95f5b +size 199477 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1.png new file mode 100644 index 0000000000000000000000000000000000000000..e007f2bdd1ff9fefed260e417f4eb938888c9717 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.2.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41aa666144739f458ff0b1996dbf09ada8baf58b1911fe7520e9ed642d2ce0a0 +size 3869 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2.png new file mode 100644 index 0000000000000000000000000000000000000000..e63c4570827eea820659b0a8c9b71dfc77b683e0 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.2.synth.typo.3.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc82f187ed3ffffa339e6ffebef1890ada075763357bcc52e7c8af32bdd388a2 +size 142307 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.5.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.5.png new file mode 100644 index 0000000000000000000000000000000000000000..8f59e197bd3476ed57022d92bfbb8b81b1a8ceba --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04036cace0c519368072a074ac1c9e518e44cc9e855e59d40bc86ee4a52eceaa +size 313518 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.5.synth.reread.1.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.5.synth.reread.1.png new file mode 100644 index 0000000000000000000000000000000000000000..bcadb91a1f4e2bf9810a706c54dee6c5381704cb --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.replace_buffer.5.synth.reread.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5732130accbed103b76c8780ae72f65cff4f3082f1f4ca7e4bc7c0c93df1139a +size 10873 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.save_file.3.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.save_file.3.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.save_file.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.save_file.6.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.save_file.6.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.editor.save_file.6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.finder.open_path.0.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.finder.open_path.0.png new file mode 100644 index 0000000000000000000000000000000000000000..3f29cef1b0286304469e79ccd6f49a179a76e4a4 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.finder.open_path.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c4ec3bae1ff0f451bd7c3fba7c79b6efeb5fb4e33540613615fec675c01aa6 +size 109995 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.github.open_pull_request.12.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.github.open_pull_request.12.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.github.open_pull_request.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.github.request_review.14.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.github.request_review.14.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.github.request_review.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.4.0.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.4.0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1c453d7a3f9522f02670c7dcb0d39c7da81811 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.4.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e81ca50a19a8480d2e7e8ee83f567cce10e1cac453f804a442030c1887a18d9 +size 122780 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.5.1.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.5.1.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1c453d7a3f9522f02670c7dcb0d39c7da81811 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.5.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e81ca50a19a8480d2e7e8ee83f567cce10e1cac453f804a442030c1887a18d9 +size 122780 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.6.2.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.6.2.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1c453d7a3f9522f02670c7dcb0d39c7da81811 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.add_slide.17.synth.typo.6.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e81ca50a19a8480d2e7e8ee83f567cce10e1cac453f804a442030c1887a18d9 +size 122780 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0.png new file mode 100644 index 0000000000000000000000000000000000000000..94c4c35ad492fad6ed324048f8747195d62b35c5 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.7.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc376933f2aa286d352620cf683478eeb3e8d356a23e61d3ac8f6dbae565e7a7 +size 303527 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1.png new file mode 100644 index 0000000000000000000000000000000000000000..a307ad876c3496ec9e6ccac0efce29fbea19e889 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.8.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3800d0fdd9e8694a6be0be3458d384933cba39dabacd88f6e9e00c154a135a60 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2.png new file mode 100644 index 0000000000000000000000000000000000000000..1fc4f9b24768132b85e51e9ad5f8a6644577386f --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.edit_text_box.18.synth.typo.9.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226cd385a28395381e9961ff0ed0cc08cde254975aff1158ea1da879045eb509 +size 200625 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.open_deck.16.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.open_deck.16.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac876565b177557fe86e754ad92b73f44c8d3 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.open_deck.16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac4446e25ff2f692fbd14669c7287c7f7ac773e6917814f9b3ccfb4a0656f +size 10769 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.save_deck.19.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.save_deck.19.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7f501bf71703bd31b27f200584a1d57a0cae9 --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.slides.save_deck.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df973071bc158838b5977f8c46d4eeb803ba7b6d6f4df07eec8d78dbdbf08a3 +size 5968 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.10.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.10.png new file mode 100644 index 0000000000000000000000000000000000000000..597f06e4d9cd4b3bd604a42bcf7f3c210d29ab4b --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbaceaa0d06e1f3f25c47aca074e90a94e975d6c9759411c47134148c695c57 +size 133653 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.7.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.7.png new file mode 100644 index 0000000000000000000000000000000000000000..7bc9597b2fbbba41d0b2eedcaa9e6e7ed0bf62ad --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1ca606d854ead14cb0ec0137ec05411ea736730f48d238feffecf5b64b4a49 +size 117969 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.8.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.8.png new file mode 100644 index 0000000000000000000000000000000000000000..f139587ca117346dbfb1fa8d5c4338efb9f84d0c --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533c4e023d59a84ef56be425b47f4c1a4ed45f425ff517cb2b94ec83ee6bdbba +size 66302 diff --git a/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.9.png b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.9.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6d4382fccadb6a315c28421c705f52f8e3deee --- /dev/null +++ b/screenshots/umbrella-senior01__browser-os/umbrella-senior01.terminal.run_command.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bca74f1483650b29686c31165fe0660d7af6e0322b2eeb6762c4d9d1f0f4389 +size 144397 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.open_file.13.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.open_file.13.png new file mode 100644 index 0000000000000000000000000000000000000000..6f69c78b0bf3a516ff9dc48f866d5b346caee136 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.open_file.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ff18d61972b1a1b8b7972283b45c6c592ce7d8f312f3df392e151b2bd87646 +size 338842 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.save_file.15.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.save_file.15.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fb3d8ada8d371b5ed986de4b8145b287da5ef3 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.save_file.15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97def2ed8abb69e829b3ae3fa6339ccabbe62ba11dbc50c576b1e5846cd7884d +size 123130 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.save_file.18.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.save_file.18.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fb3d8ada8d371b5ed986de4b8145b287da5ef3 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.editor.save_file.18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97def2ed8abb69e829b3ae3fa6339ccabbe62ba11dbc50c576b1e5846cd7884d +size 123130 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.finder.open_path.12.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.finder.open_path.12.png new file mode 100644 index 0000000000000000000000000000000000000000..958a459dd734c80f299e07dfbc088038561ea4f4 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.finder.open_path.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea29f7feaddda0402c4ac023f3fd3770d40049c3facca3bb87cc339dea8b917 +size 412561 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.open_channel.0.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.open_channel.0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f054b93dfd50d3a942e71276a889eb2beff7666 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.open_channel.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4699701de40808ddbf0904fc40d62c5082fa6eeb3998634bdecf7d6da0c9803d +size 308856 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.post_message.10.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.post_message.10.png new file mode 100644 index 0000000000000000000000000000000000000000..af98addeff2d7918476284fede665c2881ed18a8 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.post_message.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41087cc591cba062e771ac2db5aeec04816957690b5d2c1cf725ad621a830a1 +size 255594 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.post_message.2.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.post_message.2.png new file mode 100644 index 0000000000000000000000000000000000000000..3b0838b1cbaf7d932589ba7ddaa6e6cc8d231387 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.post_message.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9a2ba1f6906e69e100a22d4f7272180b358e41aaa26fb897dd5cae9b7f881d +size 266887 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.1.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.1.png new file mode 100644 index 0000000000000000000000000000000000000000..3ea1c9a7c6dd77128c56b3e85c07bd68bf148e9c --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfd98eaa583d7e1aa4f45ce376b3681599b44b67707abf3d93e762e50ed5ddf +size 140247 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.5.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.5.png new file mode 100644 index 0000000000000000000000000000000000000000..3ea1c9a7c6dd77128c56b3e85c07bd68bf148e9c --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfd98eaa583d7e1aa4f45ce376b3681599b44b67707abf3d93e762e50ed5ddf +size 140247 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.7.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.7.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fb3d8ada8d371b5ed986de4b8145b287da5ef3 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97def2ed8abb69e829b3ae3fa6339ccabbe62ba11dbc50c576b1e5846cd7884d +size 123130 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.9.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.9.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fb3d8ada8d371b5ed986de4b8145b287da5ef3 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.slack.scroll_history.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97def2ed8abb69e829b3ae3fa6339ccabbe62ba11dbc50c576b1e5846cd7884d +size 123130 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.19.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.19.png new file mode 100644 index 0000000000000000000000000000000000000000..af98addeff2d7918476284fede665c2881ed18a8 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41087cc591cba062e771ac2db5aeec04816957690b5d2c1cf725ad621a830a1 +size 255594 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.20.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.20.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c68c918dff29b530d56942c944d40fae3adf11 --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d25d2c6f7a7da2e47a6c6cab948c0f8129033a57c1d0dcf142a4956de04fa2e +size 140905 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.21.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.21.png new file mode 100644 index 0000000000000000000000000000000000000000..b22e5c2db9fb697b96c229f7e2986b3f5a26ab5b --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d1021971e6ddeb1d07d315095e10f636e96c0acf6477cf09c78c7d01653c0b +size 412089 diff --git a/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.22.png b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.22.png new file mode 100644 index 0000000000000000000000000000000000000000..bfccdf32e814956880258571e7f505ecbccea37f --- /dev/null +++ b/screenshots/umbrella-senior03__windows-web-next/umbrella-senior03.terminal.run_command.22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db1db0793fa93d0d2d5260ce904dad3328616a4e0c2913ae2d6f01c58c58e7b +size 385152 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.browser.extract_quote.2.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.browser.extract_quote.2.png new file mode 100644 index 0000000000000000000000000000000000000000..cc66da9e84965db6e0cacb34fab39e0dd420c5dc --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.browser.extract_quote.2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da682ecef51b55214317dca60886a4bd3aa2d01d3d10949d71be1e3ae946e8cc +size 125145 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.browser.open_url.0.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.browser.open_url.0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f8235d7f9090bf5a6993b34f9e21e1fcac6a91d --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.browser.open_url.0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971065f0978e9f3210b13df66e5609492d1178ee433c097a1a498b71c49fecfe +size 249603 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.calendar.open_view.12.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.calendar.open_view.12.png new file mode 100644 index 0000000000000000000000000000000000000000..4867cc071390cc3646c6d264c83813fc3ca0918a --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.calendar.open_view.12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac663a003c0ae5836317e60bb3a10252a21774e7b2dcacc8efb68a2f991ff926 +size 162348 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.github.open_pull_request.1.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.github.open_pull_request.1.png new file mode 100644 index 0000000000000000000000000000000000000000..4867cc071390cc3646c6d264c83813fc3ca0918a --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.github.open_pull_request.1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac663a003c0ae5836317e60bb3a10252a21774e7b2dcacc8efb68a2f991ff926 +size 162348 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.github.request_review.3.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.github.request_review.3.png new file mode 100644 index 0000000000000000000000000000000000000000..20a4aeaa4ba84fe655eab30ec63d83226d6d92f8 --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.github.request_review.3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d150e53da7dde2074a4b3ca35e16f095cbb218327e417f74abf2b90134f2f74 +size 201834 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.notion.insert_text.14.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.notion.insert_text.14.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc3d8ac585ef4c3c0470dd98b4cca819c8032a6 --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.notion.insert_text.14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d676dc7257fc6555ab86aa8038fe95fc116b783b7b5e80928a5455511ffebd9c +size 283322 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.notion.open_doc.13.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.notion.open_doc.13.png new file mode 100644 index 0000000000000000000000000000000000000000..71ac4f1e166ddedb7a5a0de9eef60127ebe8c9be --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.notion.open_doc.13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57183b02d5257fb79ce8e80f25cae41c18ed3f8e54f448f0cd9bf85570213499 +size 160492 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.open_channel.4.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.open_channel.4.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1bfdf9f43984bc157fcc06586db21799afec49 --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.open_channel.4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e576da37570a18cbc1447bd8b2c0282adcd4f5bab253648d1669ec47ed40c3bc +size 127035 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.post_message.10.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.post_message.10.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c1473a8a933aab3b87f9318604ca765e4a257f --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.post_message.10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0d050b9edf51c3d7f5f0a8f62503e575cbd0856a71c8282c76dc6043089988 +size 241116 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.5.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.5.png new file mode 100644 index 0000000000000000000000000000000000000000..cc66da9e84965db6e0cacb34fab39e0dd420c5dc --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da682ecef51b55214317dca60886a4bd3aa2d01d3d10949d71be1e3ae946e8cc +size 125145 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.7.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.7.png new file mode 100644 index 0000000000000000000000000000000000000000..dcdd5ef6489582c2619c22768ab77c25a37a00ff --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f2712f0826dca220dc423af6f45d42a5bba89afcf51a3f5352313d2526b9f4 +size 122787 diff --git a/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.9.png b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.9.png new file mode 100644 index 0000000000000000000000000000000000000000..dcdd5ef6489582c2619c22768ab77c25a37a00ff --- /dev/null +++ b/screenshots/umbrella-staff05__windows-web-next/umbrella-staff05.slack.scroll_history.9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f2712f0826dca220dc423af6f45d42a5bba89afcf51a3f5352313d2526b9f4 +size 122787 diff --git a/videos/acme-assistant01__macos-web-next.webm b/videos/acme-assistant01__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..c55e37936f0a00910652504429379788a4fd002d --- /dev/null +++ b/videos/acme-assistant01__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9dde86dd76f92cb8c8dd0a8b5f27c6070f2eb0becc41cc22b6a18f12041d81 +size 6697608 diff --git a/videos/acme-bdr04__windows-web-next.webm b/videos/acme-bdr04__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..f79186434a1e0341e97e3662691a6ebd1a9b53c5 --- /dev/null +++ b/videos/acme-bdr04__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa6d1b067f555106ded3c2adb59b8f86188ecfd8a92d8a1acab5b9d4d7b95d9 +size 2460330 diff --git a/videos/acme-recruiter03__macos-web-next.webm b/videos/acme-recruiter03__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..f75eae173aabbbcfc19643718fc857f46b1d15fc --- /dev/null +++ b/videos/acme-recruiter03__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15036b077b34035f26ed710788db60218d8a9467469619278549f8616dc8ed5 +size 3831718 diff --git a/videos/acme-scientist00__browser-os.webm b/videos/acme-scientist00__browser-os.webm new file mode 100644 index 0000000000000000000000000000000000000000..5facbf70da78a7fb37e2f0f417a71b5d09d92594 --- /dev/null +++ b/videos/acme-scientist00__browser-os.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b538bfb7b6176a852b76e4717134cc10c1b249bfe08f8e2d2fbc80147fb1eb +size 2714764 diff --git a/videos/acme-senior02__macos-web-next.webm b/videos/acme-senior02__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..c7b56388e285d4a8109106bfe9492642cb119c41 --- /dev/null +++ b/videos/acme-senior02__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd2fff264cf7ebfbb11e2b4a59481559055962f9486ffe049583165ef70af28 +size 2757519 diff --git a/videos/acme-senior05__macos-web-next.webm b/videos/acme-senior05__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..32af84c8953b868c67697589ade3771dde53e621 --- /dev/null +++ b/videos/acme-senior05__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8dbd0191268ee1220de478f54f3a3a39bd855317de89b7a56206f55922b609 +size 3397848 diff --git a/videos/globex-coo03__macos-web-next.webm b/videos/globex-coo03__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..dbcc1a6e883cf27703af06ddccd1887eb96c4863 --- /dev/null +++ b/videos/globex-coo03__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d8bbd4963467477f439addbfe225516a32b4c7b9c1b903a75c933f0b3181dc +size 3383285 diff --git a/videos/globex-growth00__browser-os.webm b/videos/globex-growth00__browser-os.webm new file mode 100644 index 0000000000000000000000000000000000000000..3408cf1f8bf08b15547f546bb353a02787030352 --- /dev/null +++ b/videos/globex-growth00__browser-os.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b12371df30bb3a333e80979b611b0d3136312c13941c30ddbc581d845eb96d +size 5240033 diff --git a/videos/globex-junior05__windows-web-next.webm b/videos/globex-junior05__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..5823efc365b789d716d96f156990a17a41db7f8f --- /dev/null +++ b/videos/globex-junior05__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aae3dcd9f9bac01250509325ed0fce8424195ddb85c24ce9ede4941108971d9 +size 6420269 diff --git a/videos/globex-procurement01__windows-web-next.webm b/videos/globex-procurement01__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..8e9be1f2e4555fc37015879b288afb6b48ca4003 --- /dev/null +++ b/videos/globex-procurement01__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c32bdfd840cd2da02b09b0da4b9b04d27418d743b91d7021cb0f56b3a199dcd +size 3525856 diff --git a/videos/globex-scientist02__browser-os.webm b/videos/globex-scientist02__browser-os.webm new file mode 100644 index 0000000000000000000000000000000000000000..1525a0ae5b45f6aad9d42acd00122b51bdf1e14b --- /dev/null +++ b/videos/globex-scientist02__browser-os.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ea6790d22ab397a3cceb1780dd175f1fd977b23c8d3ac75f14700f9cd52bf8 +size 2558187 diff --git a/videos/globex-staff04__windows-web-next.webm b/videos/globex-staff04__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..b6915b7ad363a30495c895dbe6a8aef41589ad10 --- /dev/null +++ b/videos/globex-staff04__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55f9986c046ef61c2f1301163c2146e30ee81fdbd9625c22b7264029ad735e4 +size 3446574 diff --git a/videos/hooli-analyst05__windows-web-next.webm b/videos/hooli-analyst05__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..959f1dd41ac26d8e49c7d5d65cf33f0319f57e13 --- /dev/null +++ b/videos/hooli-analyst05__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eaf402cf6d3f775798741fbb2fd97dd70a4ccf0fd357420f203346c132d42a7 +size 2229627 diff --git a/videos/hooli-frontline04__windows-web-next.webm b/videos/hooli-frontline04__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..7cbf4e99266ec8ccb660e9fa4541904f89425f93 --- /dev/null +++ b/videos/hooli-frontline04__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb910f329edf47332d0792a14a130ad13331e370d20b49abd15bb9a904d77f8c +size 6381307 diff --git a/videos/hooli-junior00__windows-web-next.webm b/videos/hooli-junior00__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..d2d51b36819d449d7da51e8382f48afeef9f33d9 --- /dev/null +++ b/videos/hooli-junior00__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09eddc49d0b1bd64d128d1958c364ec66b4fb62816ed10ae609ef1172a4d68b +size 5015206 diff --git a/videos/hooli-procurement02__windows-web-next.webm b/videos/hooli-procurement02__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..b41a173c61b0d3c01fba1f4e43ba9c7db769ad16 --- /dev/null +++ b/videos/hooli-procurement02__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2c57194e76b76f64750920aa20be552211ea9c807b652b88418d9ba8661ce4 +size 3056692 diff --git a/videos/hooli-recruiter01__macos-web-next.webm b/videos/hooli-recruiter01__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..ae62240a47d3d4039021982a4ecdd6b5d0045af5 --- /dev/null +++ b/videos/hooli-recruiter01__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b9cc61205d5fe626afce62eb17efebf87f0042c921a3e5f37bdc3fa9a8de94 +size 5321905 diff --git a/videos/hooli-scientist03__browser-os.webm b/videos/hooli-scientist03__browser-os.webm new file mode 100644 index 0000000000000000000000000000000000000000..6bf5e2728e4966253e10b0742311a0963a617a1d --- /dev/null +++ b/videos/hooli-scientist03__browser-os.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612f67a54fddda5a390e330daab7883476356a7a3f4ae5c814a8b44a0b2a36d5 +size 3254926 diff --git a/videos/initech-admin05__browser-os.webm b/videos/initech-admin05__browser-os.webm new file mode 100644 index 0000000000000000000000000000000000000000..f8baf6d833149b8663fed028e2c970b9b8883d81 --- /dev/null +++ b/videos/initech-admin05__browser-os.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7f1e97a83935a175abe36d28bdaa4a4755d14bd9ae95e7439ab318a65e7f48 +size 4164111 diff --git a/videos/initech-bdr03__windows-web-next.webm b/videos/initech-bdr03__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..fb18af3d820437f46596e5de4803c116269f6a57 --- /dev/null +++ b/videos/initech-bdr03__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62eb898b10748f2bcfe8abe088c1fea2c1b4bb31ab89988da760730f8e50528a +size 3211953 diff --git a/videos/initech-coo04__macos-web-next.webm b/videos/initech-coo04__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..59b4bc79f2cf9538f51ff21f5fcc1a7a35b748e2 --- /dev/null +++ b/videos/initech-coo04__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7493b22f595fe062b6d7843bfd4af5d61e9e876bbb7247c38af1cc0df678bb5b +size 3225429 diff --git a/videos/initech-frontline00__windows-web-next.webm b/videos/initech-frontline00__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..6129a23f02505198dda25f276914f600ddada678 --- /dev/null +++ b/videos/initech-frontline00__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9390bbca7c9d9fa53829736eb765131d68384e42ebe198c022a74380cd93b9c3 +size 3207287 diff --git a/videos/initech-recruiter01__macos-web-next.webm b/videos/initech-recruiter01__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..818ee3411580368b2eeaa0d675d47c26e80c6612 --- /dev/null +++ b/videos/initech-recruiter01__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbac0b4532d8f1c65b151fb9908847565b55533fb5a35ba5634040e4f9d0aaaa +size 4877456 diff --git a/videos/initech-senior02__macos-web-next.webm b/videos/initech-senior02__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..8d64c40100094d46f7767e806446f4fb21e8d0d2 --- /dev/null +++ b/videos/initech-senior02__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea6cb53c2d279f25fb616f850d87d691b6c4b1690c07ee21d2ff1a8c994fb6d +size 2664580 diff --git a/videos/stark-counsel04__windows-web-next.webm b/videos/stark-counsel04__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..cd74e8cd34cf4dafaa2b07f8eb221c1e1b2d2348 --- /dev/null +++ b/videos/stark-counsel04__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8cbe76fe36babb9f962da67cedbf70fad9c0dedbbb73e390999e9103410b66 +size 8043962 diff --git a/videos/stark-escalation05__browser-os.webm b/videos/stark-escalation05__browser-os.webm new file mode 100644 index 0000000000000000000000000000000000000000..c45313f8c045450d00d572618b06354b2367ff77 --- /dev/null +++ b/videos/stark-escalation05__browser-os.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8f1f67382a5a158412760a4668e308a61191fafcb4285b585da557242e2eaf +size 3266555 diff --git a/videos/stark-growth02__browser-os.webm b/videos/stark-growth02__browser-os.webm new file mode 100644 index 0000000000000000000000000000000000000000..01819a94c2d1b47e43400f21b00365bcfd61c984 --- /dev/null +++ b/videos/stark-growth02__browser-os.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d8d018f3968c691f7ad0f8c87e34126c5ba7f21f6b81e5c35173614cdb2303 +size 3662422 diff --git a/videos/stark-senior01__windows-web-next.webm b/videos/stark-senior01__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..5483a8c63842a85df9f641272e8265f09ae1b6ee --- /dev/null +++ b/videos/stark-senior01__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a307d4a6c345ab0793f828e340ec0bba8f7a6a9db143bdcb8e83c514c4233605 +size 4246933 diff --git a/videos/stark-senior03__macos-web-next.webm b/videos/stark-senior03__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..7ec7fa80d1e87b8d2259334999d8de62846e19eb --- /dev/null +++ b/videos/stark-senior03__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879e72f920061441ccd8260f99425a8c7c00cf8cec6fb04a4a60b52b15626bed +size 2152625 diff --git a/videos/stark-staff00__windows-web-next.webm b/videos/stark-staff00__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..3e306f2941831ca89cf35559dd185fc6732dd2f5 --- /dev/null +++ b/videos/stark-staff00__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a17c251cfa6fe32b7c8b72ced0a0c180f552355e478c114156b833ce7eb4b8d +size 4181759 diff --git a/videos/umbrella-coo02__macos-web-next.webm b/videos/umbrella-coo02__macos-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..4e9a1a2cfd23bc3f053142e684dd53c459cd61dc --- /dev/null +++ b/videos/umbrella-coo02__macos-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb85e9067b785825f353ad8a81b47b110de20370c5b872f0c003996af544f49d +size 2673886 diff --git a/videos/umbrella-frontline00__windows-web-next.webm b/videos/umbrella-frontline00__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..e0f0d5eec7b237d36fb9c0f6227f01420bf1f473 --- /dev/null +++ b/videos/umbrella-frontline00__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6125e00370cb444816a4c78fcef7650825926e6407349cf5993a797a57e3eb +size 4535306 diff --git a/videos/umbrella-junior04__windows-web-next.webm b/videos/umbrella-junior04__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..13a159db9557f22e1bf6889a1688740c7e398db0 --- /dev/null +++ b/videos/umbrella-junior04__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82899a8ae6d49b717995371a6fa90ed8e29c61d3ec5c13a4e00e2cb88042901 +size 2512691 diff --git a/videos/umbrella-senior01__browser-os.webm b/videos/umbrella-senior01__browser-os.webm new file mode 100644 index 0000000000000000000000000000000000000000..7958cf4d8db18d90881836cda11c8078591d390c --- /dev/null +++ b/videos/umbrella-senior01__browser-os.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0731f25cf118a4a4006bee4de9b11d31d61abed98121ffb5a16d56f5c3d7d626 +size 2803410 diff --git a/videos/umbrella-senior03__windows-web-next.webm b/videos/umbrella-senior03__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..16f89521996645e94743593f8eb3cc79cc96eb8e --- /dev/null +++ b/videos/umbrella-senior03__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfc80d69dbd9c02bb91d26029d0ad348fa8542e0ec63f5915f7f4864b6b4fce +size 3904957 diff --git a/videos/umbrella-staff05__windows-web-next.webm b/videos/umbrella-staff05__windows-web-next.webm new file mode 100644 index 0000000000000000000000000000000000000000..dec6060670629f1a9398ec8c21dfe6c0acd24b37 --- /dev/null +++ b/videos/umbrella-staff05__windows-web-next.webm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74aee1f68963f13772dad38b18ad5d01519bf1ad2337d3322055bf0d8287de4a +size 1968727